BBot - The best bot of the world
UE WHEN XX MONSTERS - 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 WHEN XX MONSTERS (/thread-6835.html)



UE WHEN XX MONSTERS - tylkodoots - 01-25-2013

Hello, I need macro ,, when 3 monsters near me say "exevo gran mas flam" thx Smile


RE: UE WHEN XX MONSTERS - Script Maker - 01-25-2013

2000 {Safe Spellcast} Self.Mana>=1200 Self.Attacking==01 Creatures.Beside>=3 Creatures.PlayersOnScreen==01 Self.Say(exevo gran mas flam)


RE: UE WHEN XX MONSTERS - Kimoszin - 01-27-2013

[macro]1000 {UE} COUNT:=3 mp:=1200 Creatures.OnScreen()>=!COUNT! Creatures.PlayersOnScreen()==1 Self.Mana()>=!mp! Self.Say(exevo gran mas flam) [/macro]