La macro que j'ai trouvée ajoute un test pour savoir si la personne est à portée et la prévient si elle ne l'est pas :
http://www.battlehammers.com/forum/view ... 2871#22871
Je la recopie :
/use Noyau contaminé
/stopmacro [nohelp]
/script local m = nil if (IsItemInRange("Noyau contaminé ","target") == 1) then m = "Noyau !" else m = "Rapproche toi !" end SendChatMessage(m,"WHISPER","Commun",UnitName("target")) SendChatMessage(m,"YELL")