in Makro erstellen
10.03.2014 21:30
von
buschmanR (gelöscht)
1 2 3
/run if UnitIsUnit("player", "target") or UnitIsDeadOrGhost("target") then TargetUnit("") end /run for i=1,10 do TargetNearestEnemy() if UnitIsPlayer("target") then break end end /run if not UnitIsPlayer("target") then TargetUnit("") end
Dieses Makro visiert nur Gegner an Pets, NPCs etc werden ignoriert.