El master tiene derecho al sillón
Sirve para curar al compañero que tengamos más cercano y con la vida por debajo del 40%
/script TargetNearestFriend();
hz = UnitHealth("target")/UnitHealthMax("target");
if (UnitIsFriend("player","target")) then
if hz
if UnitIsPlayer("target") then
CastSpellByName ("Holy Light()")
end;
end;
end
Este otro tengo que probarlo porque es mejor entavia, cura al que tenga la vida más baja.
/script P=1;T='player';function F(a)h=UnitHealth(a);p=h/UnitHealthMax(a);if h>0 and P>p then P=p;T=a;end end F(T);for i=1,4 do p='party'..i;if p then F(p);end end TargetUnit(T);CastSpellByName('Holy Light(Rank ?)');TargetLastEnemy()
Comentarios recientes
hace 2 años 39 semanas
hace 3 años 4 semanas
hace 3 años 20 semanas
hace 3 años 20 semanas
hace 3 años 23 semanas
hace 3 años 23 semanas
hace 3 años 25 semanas
hace 3 años 25 semanas
hace 3 años 25 semanas
hace 3 años 27 semanas