![]() |
[HELP] Summon + Heal mana + check - 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: [HELP] Summon + Heal mana + check (/thread-21210.html) |
[HELP] Summon + Heal mana + check - leofelix1 - 09-28-2020 Friends, I am an OT Server player and use Bbot. I would like some help with a macro. Can anyone help me with a level 200 summon macro? In this case, in addition, the macro needs to heal the mana, give a "check" on the summon and perform the summon if the time has already expired. ------------- PT BR: Amigos, Sou jogador de OT Server e uso o Bbot. Gostaria de uma ajuda com um macro. Alguém pode me ajudar com um macro do Summon de level 200? No caso, além disso, o macro precisa curar a mana, dar um "check" no summon e realizar o summon caso o tempo já tenha expirado. ------------------ My character in Kivera OT: Mosh RE: [HELP] Summon + Heal mana + check - leofelix1 - 10-10-2020 Up!!!! RE: [HELP] Summon + Heal mana + check - doxmey - 10-12-2020 (09-28-2020, 04:45 PM)leofelix1 Wrote: Friends, Code: 1000 {summon} mananeed:=1000 Str.Set(spell, utevo gran res eq) manaid:=268 Str.Set(namecreature, Skull Frost) Cooldown.UnBlocked(summon)==1 Self.Mana()>=!mananeed [1] Self.Say(!spell) Cooldown.Create(summon, 900000) Creatures.ByName(!namecreature)<1 Cooldown.Clear(summon) Exit() {1} Creature.ShootOn(:SelfID, !manaid) Exit() Try this bro. RE: [HELP] Summon + Heal mana + check - leofelix1 - 10-16-2020 I will test and then come back to comment. Ty bro!!!! RE: [HELP] Summon + Heal mana + check - leofelix1 - 11-12-2020 Check this, bro! 1000 {Summon Emberwing} mananeed:=2000 Str.Set(spell, utevo gran res sac) manaid:=238 Str.Set(namecreature, Emberwing) Cooldown.UnBlocked(summon)==1 Self.Mana()>=!mananeed [1] Self.Say(!spell) Cooldown.Create(summon, 900000) Creatures.ByName(!namecreature)<1 Exit() {1} Creature.ShootOn(:SelfID, !manaid) Exit() |