BBot - The best bot of the world
Macro ico/hur - 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 ico/hur (/thread-11197.html)



Macro ico/hur - panius - 08-05-2013

Hello need Macro for 2 monster use exori ico/hur
One monster normal attak


RE: Macro ico/hur - voonart - 08-05-2013

You want script that will attack with melee with ico/hur when 2 monsters are around you?


RE: Macro ico/hur - panius - 08-05-2013

yes use ico/ hur around you?


RE: Macro ico/hur - voonart - 08-05-2013

1000 {IcoHur}
Self.Attacking()==1
Creatures.Beside()>=2
Self.HP%>=70
Self.Mana >= 100
Self.Say(exori hur)


RE: Macro ico/hur - panius - 08-05-2013

Code:
1000 {IcoHur}
Self.Attacking()==1
Creatures.Beside()>=2
Self.HP%>=70
Self.Mana >= 100
Self.Say(exori hur)
Must add 2 macro ?
Code:
1000 {IcoHur}
Self.Attacking()==1
Creatures.Beside()>=2
Self.HP%>=70
Self.Mana >= 100
Self.Say(exori ico)