Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ue script
#1
Hiho
I need one small script for Ue :
Ue if...
-no players
-x mana
-x monsters
or smth like this

Thanks
#2
(03-30-2013, 03:42 PM)aphen Wrote: Hiho
I need one small script for Ue :
Ue if...
-no players
-x mana
-x monsters
or smth like this

Thanks

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".


Forum Jump:


Users browsing this thread: 1 Guest(s)