BBot - The best bot of the world
[MACRO REQUEST] - EK - 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 REQUEST] - EK (/thread-7736.html)



[MACRO REQUEST] - EK - WarriaH - 03-15-2013

Hello . I need a macro which would :

Use exori hur + exori ico on monster if players are around but if there are no players and the amount of monsters around me is more than 1 , it spams exori gran then : )

Macro :
---------------------------------------------------------------
Casting Exori Hur + Exori Ico if any player on screen
Casting Exori Gran if no players on screen and more than 1 monster around me
--------------------------------------------------------------

I need that in 1 Macro if that is possible .

Have a nice day ! : )


RE: [MACRO REQUEST] - EK - Coizado - 03-15-2013

Dude, normally you just put Hur + Ico in your Killer sequence, since some creatures you want to use it, and others you don't. And use a Macro to use Exori Gran when players are not on screen.

Here is one:

Code:
1000 {Safe Spellcast} Self.Mana>=200 Self.Attacking==1 Creatures.Beside>=2 Creatures.PlayersOnScreen==1 Self.Say(exori gran)

Please be aware that this only works for players in the same floor as you are, and some players lure creatures next to a stair or some place he can Exani hur up/down, and keep going up and down in the hopes that you hit him in the exact time he shows in your screen.

If this helped you, please click "Give Reputation to this user", you can do it more then once, and it's FREE!

Thank you.