BBot - The best bot of the world
Lvl 200 Summon Macro - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: Lvl 200 Summon Macro (/thread-21390.html)



Lvl 200 Summon Macro - [email protected] - 01-20-2023

Hi Guys, im having trouble with a macro im using. Its for the lVL 200 summon. The problem im having is that when i've used the spell and the summon is there for some reason after some time my char will use the spell again (this makes the summon dissapear if its still allive) and i dont knpw how to fix it.

The macro is below:
10000

{Summon Emberwing}
mananeed:=2000
Str.Set(spell, utevo gran res sac)
manaid:=23374
Str.Set(namecreature, Emberwing)
Cooldown.UnBlocked(summon)==1
Self.Mana()>=!mananeed [1]
Self.Say(!spell)
Cooldown.Create(summon, 100000)
Creatures.ByName(!namecreature)<1
Exit()

{1}
Creature.ShootOn(:SelfID, !manaid)
Exit()