![]() |
Macro for doors and runes - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Macro for doors and runes (/thread-5992.html) |
Macro for doors and runes - siwylkw - 12-19-2012 Hello. I need macro to use doors ( normal 19:24 You see a closed door. ) And use GFB rune when 3+ mobs and nobody at screen, the same for exori gran and exori. If someone at screenshoot they will use exori flam. Thanks for help. RE: Macro for doors and runes - spiff26 - 12-19-2012 Look here http://wiki.bmega.net/doku.php?id=samples#examples RE: Macro for doors and runes - siwylkw - 12-19-2012 Thanks so much , but at this website it is macro for exori gran when nobody at screen ? RE: Macro for doors and runes - spiff26 - 12-19-2012 No, this is Code: 2000 {Safe Exori Gran} Creatures.Beside()>=2 Creatures.PlayersOnRange(7)==1 Self.Mana()>=340 Self.Say(exori gran) Exit() And this is the other u want Code: 1000 {gfb/flam strike} ID:=ID_Rune Creatures.Beside()>=3 Creatures.PlayersOnRange(7)==1 [exori flam] Target.Self() Target.Shoot(!ID!) Exit() {exori flam} Self.Say(Exori Flam) Exit() Change the ID_Rune by the ID of gfb (or any other rune) RE: Macro for doors and runes - siwylkw - 12-20-2012 Thanks so much ! @edit How to use sd :o? I cant do that, I make all good but my character doesn't use SD. Meybe some macro? |