BBot - The best bot of the world
Macro - MAS SAN/EXORI GRAN BEHIND monsters + people - 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: Macro - MAS SAN/EXORI GRAN BEHIND monsters + people (/thread-17771.html)



Macro - MAS SAN/EXORI GRAN BEHIND monsters + people - Raacek - 03-29-2015

Hey, any can help me with a Macro?
i need macro at :
- exori/ exori gran if behind 3 monsters, and make spell behind a another player (CAN MAKE PK)
-exevo mas san if behind 3 monsters, and make spell behind a another player (CAN MAKE PK)


RE: Macro - kaiquegabriel - 03-29-2015

Try:
Code:
1000 {Exori Gran} Creatures.Beside()>2 Creatures.PlayersOnScreen()<1 Self.Mana()>330 Self.Say(Exori Gran)
Not tested.


RE: Macro - Raacek - 03-29-2015

(03-29-2015, 01:44 PM)kaiquegabriel Wrote: Try:
Code:
1000 {Exori Gran} Creatures.Beside()>2 Creatures.PlayersOnScreen()<1 Self.Mana()>330 Self.Say(Exori Gran)
Not tested.

Does work Sad


RE: Macro - MAS SAN/EXORI GRAN BEHIND monsters + people - kaiquegabriel - 03-29-2015

You need 3+creatures and 0 players use spell?


RE: Macro - MAS SAN/EXORI GRAN BEHIND monsters + people - Garuh - 03-29-2015

Try with this
Code:
3000 {exevo mas san} Creatures.Beside()>=3 Creatures.PlayersOnScreen() = 1 Self.Mana()>=200 Self.Say(exevo mas san)

forggotten that script, is the same of kique, sorry


(03-29-2015, 03:11 PM)kaiquegabriel Wrote: You need 3+creatures and 0 players use spell?


he needs:
creatures beside >=3
. players on screen <=1
.. exevo mas san

. ELSE (players on screen >1)
.. exori con
end


RE: Macro - MAS SAN/EXORI GRAN BEHIND monsters + people - kaiquegabriel - 03-29-2015

Only make another macro with same function, but change spell and counts.

Try:
Code:
1000 {Exori Con Player on Screen} Creatures.Beside()>2 Creatures.PlayersOnScreen()>0 Self.Mana()>40 Self.Say(Exori Con)