03-30-2013, 03:42 PM
Hiho
I need one small script for Ue :
Ue if...
-no players
-x mana
-x monsters
or smth like this
Thanks
I need one small script for Ue :
Ue if...
-no players
-x mana
-x monsters
or smth like this
Thanks
ue script
|
03-30-2013, 03:42 PM
Hiho
I need one small script for Ue : Ue if... -no players -x mana -x monsters or smth like this Thanks (03-30-2013, 03:42 PM)aphen Wrote: Hiho Here: Code: 500 {Safe Spellcast} Self.Mana>=650 Self.Attacking==01 Creatures.ByRange(9)>=3 Creatures.PlayersOnScreen==01 Self.Say(exevo gran mas vis) Change: Self.Mana>=650 - change 650 to the minimum ammount of mana you want. Creatures.ByRange(9)>=3 - Change 9 to the distance the creatures have to be (9 is all your screen), and change 3 to the number of creatures you want to cast the spell. Remember, you count as 1, so if you want to cast when its 5 creatures, put 6. Self.Say(exevo gran mas vis) - Change the exevo gran mas vis if you want an other UE, like frigo or flam. If this helped you, please click on "Give Reputation To this User". |
« Next Oldest | Next Newest »
|