BBot - The best bot of the world
Macro help please. - 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 help please. (/thread-10397.html)



Macro help please. - Qapux - 06-20-2013

Is it possible that someone could make me a macro that when me SD finish it could attack monsters with exori flam spell?

So SD=0 Exori Flam = all monsters.


Thanks Big Grin


RE: Macro help please. - Qapux - 06-20-2013

b.u.m.p


RE: Macro help please. - buska - 06-20-2013

Its problem, meybe add sd and exori ?


RE: Macro help please. - Kimoszin - 06-20-2013

[macro]1200 {Use SD or EXORI FLAM} target:=Creature.Attacking() ID_ITEM:=0000 manaSpell:=30 Creature.NameIn(!target!, Demon, Frost Dragon, Hydra)==1 Misc.ItemCountEx(!ID_ITEM!)>0 [else] Creature.ShootOn(!target!, !ID_ITEM!) {else} Self.Mana()>=!manaSpell! Self.Say(exori flam)[/macro]


RE: Macro help please. - Qapux - 06-20-2013

(06-20-2013, 10:42 AM)Kimoszin Wrote: [macro]1200 {Use SD or EXORI FLAM} target:=Creature.Attacking() ID_ITEM:=0000 manaSpell:=30 Creature.NameIn(!target!, Demon, Frost Dragon, Hydra)==1 Misc.ItemCountEx(!ID_ITEM!)>0 [else] Creature.ShootOn(!target!, !ID_ITEM!) {else} Self.Mana()>=!manaSpell! Self.Say(exori flam)[/macro]
Your reputation rating has successfully been added for this user.
It actually worked, thank you very much! Big Grin