macro gfb rune - 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 gfb rune (/thread-15917.html) |
macro gfb rune - Noowy - 08-21-2014 I need macro for making blank rune and gfb ! RE: macro gfb rune - finha182 - 08-22-2014 (08-21-2014, 05:25 PM)Noowy Wrote: I need macro for making blank rune and gfb ! well, if is OTserver, you can use this macro: Code: 1500 {Blank Rune And GFB} Misc.ItemCountEx(3147)>=1 [else] Self.Soul()>=10 Self.Mana()>=530 Self.Say(adori mas flam) Exit() {else} Misc.ItemCountEx(3147)<1 Self.Soul()>=10 Self.Mana()>=100 Self.Say(Adori Blank) Exit() Explaining the MACRO: Misc.ItemCountEx(3147)>=1 [else] *-enchant only if have 1 or more Blank Runes Self.Soul()>=10 *-enchant only if the soul has above 10 Self.Mana()>=530 *-enchant only if you mana is 530 or more Self.Say(adori mas flam) Exit() *-Stop The Macro execution. {else} Misc.ItemCountEx(3147)<1 *-if not have a blank rune , he is make Blank Rune Self.Soul()>=10 *-Make Blank rune only if the soul has above 10 Self.Mana()>=100 *-Make Blank Rune Onliy if you mana is 100 or more Self.Say(Adori Blank) Exit() But if it is not OTserver, you will have to make a waypoint going to the npc to buy the runes blank RE: macro gfb rune - Noowy - 08-23-2014 Its OT server Shadowcores |