i Need Macro and script - 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: i Need Macro and script (/thread-17612.html) |
i Need Macro and script - JeanFosko - 03-03-2015 hello I need a macro que use sd with 2 or more monsters on the screen and energy ring with 2 or more monsters on the screen. and script to Stampor 100% tks RE: i Need Macro and script - kaiquegabriel - 03-03-2015 SD Macro Code: 500 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(MONSTERNAME)>=2 Creature.ShootOn(!target!, !IDRUNE!) Edit: MONSTERNAME Energy equip Code: 1000 {put ring} Creatures.Beside()=>2 Self.Equip.Ring(3051) Energy Unequip Code: 1000 {remove ring} Creatures.Beside()=<1 Self.UnEquip.Ring(0) If helped, give reputation RE: i Need Macro and script - JeanFosko - 03-04-2015 have script stampor Hunt Mage ?? RE: i Need Macro and script - kaiquegabriel - 03-04-2015 I don't ;s |