User:Drolfeir15926

From Warcraft Wiki
Jump to navigation Jump to search

Find me on US servers Shadowsong US and Runetotem US.

Also, read it and weep: http://www.blizzard.com/support/wowgm/?id=agm01723p#inappropriate now moved to http://us.blizzard.com/support/article.xml?articleId=20368



User:Drolfeir/Checklist


My hot rogue macro:

#show Shadowstep
/dismount
/cast [nostealth] Stealth;
/castsequence [stealth] reset=10  Shadowstep, Ambush, Cheap Shot;

Dismounts if mounted, stealths if not stealthed, then does a Shadowstep to Ambush. Cheapshot follows in case Ambush misses (it could happen depending on hit chance). Part of the reason I love this so much is that it works from the air -- you can be 100 feet above someone and as long as they don't run out of range while you fall towards them, you appear behind them and take no fall damage (it's also great for tagging mobs around unsuspecting campers).

Check runspeed:

/script ChatFrame1:AddMessage(string.format("Player speed: %d%%", (GetUnitSpeed("Player") / 7) * 100))

See Set look alikes. :-)