
Also, it would need to ignore the pickpocket if it is a non-humanoid, so would continue straight onto the opener. So I want to pickpocket then loot, and potentially perform an opener, like cheap shot. Just something I threw together for my Holy Pally. Is there a macro (outside of SuperMacro) that i can use for /pickpocket and looting I thought having autoloot on would sort this. script if not IsCurrentAction(48) then UseAction(48) end script if buffed("Seal of") then c("Judgement") elseif (uh("player")/uhm("player")0.5) and not buffed("Judgement of the Cr", "target") then c("Seal of the Crusader") elseif (uh("target")/uhm("target")<0.15) then c("Seal of Justice") else c("Seal of Righteousness") end

script if UnitHealth("target")=0 and UnitExists("target") then ClearTarget() end ((insert the spell who's cooldown you want to see)) This won't change the icon, but will show the spell in tooltip and show it's cooldown. All of them except the boss in the Cathedral and the. There are plenty of mobs at New Hearthglen. Thus, it’s price on most servers is at least 10-12k gold. Your goal is to pickpocket the Decahedral Dwarven Dice, a rare toy which not exactly many people farm. run if GetUnitName("target")=nil then TargetNearestEnemy() endĪlso, for those who want the cooldown to show, make this the very first line of any macro:Ĭode: Select all /run if 1=0 then CastSpellByName("Judgement") end As the title suggests, start pickpocketing all the humanoid mobs at New Hearthglen. Re: Useful Vanilla WoW 1.12. Put these lines ahead of your existing macro for auto-targeting:Ĭode: Select all /script if UnitHealth("target")=0 and UnitExists("target") then ClearTarget() end Would it be possible to have a similar one?


Is there any macro that auto-target the nearest enemy (like if you hit tab) only if you don't have target or if your target is dead.
