BBot - The best bot of the world

Full Version: UE if no player, exori max vis if player
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im looking for script
use ue when monster on screan and no player
when player on screan use exori max vis
also looking for script
open only hydra,medusa,ss corpses
Wrong title.
Wrong position for this thread.
Moved to: http://forums.bmega.net/forum-26.html

Next time read the rules:
http://forums.bmega.net/announcement-8.html

Regards
(06-19-2015, 01:13 PM)jasiol Wrote: [ -> ]Im looking for script
use ue when monster on screan and no player
when player on screan use exori max vis
also looking for script
open only hydra,medusa,ss corpses
Exevo gran mas vis when creature range 4 >=2, no player on Screen, Mana >=600
Quote:1000 {Ue!} Creatures.ByRange(4)>=2 Creatures.PlayersOnScreen()<=1 Self.Mana()>=600 Self.Say(Exevo gran mas ViS)
Exori max Vis when creature range 4 >=2, player on screen, mana >200, Attack creature
Quote:1000 {E M V} Creatures.ByRange(4)>=1 Creatures.PlayersOnScreen()>=2 Self.Attacking()==1 Self.Mana()>200 Self.Say(exori max vis)

Open only Hydra Medusa <---- Use OpenCorpse in CaveBot
Thank You very much. It work perfect