ue script - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: ue script (/thread-8057.html) |
ue script - aphen - 03-30-2013 Hiho I need one small script for Ue : Ue if... -no players -x mana -x monsters or smth like this Thanks RE: ue script - Coizado - 03-30-2013 (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". |