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 1 año 2 semanas
hace 1 año 20 semanas
hace 1 año 36 semanas
hace 1 año 36 semanas
hace 1 año 39 semanas
hace 1 año 39 semanas
hace 1 año 40 semanas
hace 1 año 40 semanas
hace 1 año 40 semanas
hace 1 año 42 semanas