First off want to say thanks for such a great code writing and sharing. What I'm looking for, no matter what rogue function is being used (ex, single , multi etc) how would I modify or add to the code to ALWAYS Re-stealth as soon as I get out of combat or in , pvp zone.
Thanks.
thanks works perfectly Fury! i have more rogue questions but i will ask as seperate questions for new people to view them easier.
if not buffed("Stealth","player") and not InCombat() then cast ("Stealth") end
Sorry, forgot the out of combat term.
add to your rogue_single() rotation near the top,
if not buffed("Stealth","player") then cast ("Stealth") end
That way, pressing the 2 key after combat ends will re-stealth.