BBot - The best bot of the world
Trying to fix exori gran ico-exori ico - 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: Trying to fix exori gran ico-exori ico (/thread-18244.html)



Trying to fix exori gran ico-exori ico - shottyx - 07-13-2015

Hey guys, lately i've been trying to make my EK hit monster first with exori gran ico, then exori ico. I've tyring to play with it on attack, I put from 100 to 80 exori gran ico, 80-0 exori ico but it only attacks with one.. exori ico, anyone can help me out? Thanks!


RE: Trying to fix exori gran ico-exori ico - kaiquegabriel - 07-13-2015

Try add macros:
Code:
1000 {gran ico 80+} target:=Creature.Target() Creature.Health(!target!)>=80 Self.Say(exori gran ico)

Code:
1000 {ico 80-} target:=Creature.Target() Creature.Health(!target!)<=80 Self.Say(exori ico)