tradertesla
Member
- Joined
- Dec 21, 2005
- RedCents
- 100¢
Don't discount this little-bitty macro that could. It's as uncomplicated as it is useful.
I leave it on pretty much anytime I am soloing, macroing, or multi-boxing. Since I am a Wiz, insta-dropping aggro is better than any AA I can buy. It's like an activated ultra-mindcrash--it drops 100% aggro and has instant and unlimited reuse.
This is so incredibly simple, yet once it occurred to me to write it I have used it almost daily.
I have never had it fail to save me yet. Of course, any mob or combination of mobs that can single-round you will kill you regardless.
And then I'll save the smart-alecs the trouble and say that, "real Wizards don't get aggro." Then the obligitory response, "not if we have a real tank." Ok, there. I just saved us a couple of pointless posts.
Hope other's find this useful.
P.S. It's great when you go AFK in a combat zone, just add a /succor in front of the /fade and punch your SafetyNet hotkey, since there won't be anyone else around to take your aggro. You gotta move.
I leave it on pretty much anytime I am soloing, macroing, or multi-boxing. Since I am a Wiz, insta-dropping aggro is better than any AA I can buy. It's like an activated ultra-mindcrash--it drops 100% aggro and has instant and unlimited reuse.
This is so incredibly simple, yet once it occurred to me to write it I have used it almost daily.
Rich (BB code):
Sub Main
/echo Safety net is ready.
:Loop
/if (${Me.PctHPs} < 90) {
/fade
/end
}
/delay 1s
/goto :Loop
/return
I have never had it fail to save me yet. Of course, any mob or combination of mobs that can single-round you will kill you regardless.
And then I'll save the smart-alecs the trouble and say that, "real Wizards don't get aggro." Then the obligitory response, "not if we have a real tank." Ok, there. I just saved us a couple of pointless posts.
Hope other's find this useful.
P.S. It's great when you go AFK in a combat zone, just add a /succor in front of the /fade and punch your SafetyNet hotkey, since there won't be anyone else around to take your aggro. You gotta move.

Last edited:


