BBot - The best bot of the world
UE if no player, exori max vis if player - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: UE if no player, exori max vis if player (/thread-18158.html)



UE if no player, exori max vis if player - jasiol - 06-19-2015

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


RE: Please help me ;D - erleo - 06-19-2015

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


RE: UE if no player, exori max vis if player - lukasze - 06-19-2015

(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


RE: UE if no player, exori max vis if player - jasiol - 06-20-2015

Thank You very much. It work perfect