![]() |
Can i get some help please (A) - 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: Can i get some help please (A) (/thread-2149.html) |
Can i get some help please (A) - Flad3992 - 03-25-2012 I started to use Bmega bot a few days ago, and it worked fine, but after the update, i can't get it to sd the monster, since the simple lines of runes & spells u will be using was missing, i would be glad if someone could help me out! and maybe help me with a macro for auto refiller for sudden death runes? ![]() You'rs Flad. ![]() RE: Can i get some help please (A) - Dexter - 03-25-2012 (03-25-2012, 03:37 PM)Flad3992 Wrote: I started to use Bmega bot a few days ago, and it worked fine, but after the update, i can't get it to sd the monster, since the simple lines of runes & spells u will be using was missing, i would be glad if someone could help me out! About the SD use this macro on Killer option on Attack: Code: Target.Shoot(3155) Macro.Wait(1500) About Withdraw for buy SD: Code: 1000 {Withdraw} VarSetEx(Total, TOTAL_SD) VarSet(sdnow) Misc.ItemCountEx(3155) VarSub(Total, !sdnow!) VarMult(Total, 108) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(withdraw) Macro.Wait(2000) NPC.Say(!Total!) Macro.Wait(2000) NPC.Say(yes)) About refiller SD: Code: 1000 {SD Reffil} VarSetEx(Total, TOTAL_SD) VarSet(sdnow) Misc.ItemCountEx(3155) VarSub(Total, !sdnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(3155, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)) TOTAL_SD: amount SDs you want to buy. RE: Can i get some help please (A) - Flad3992 - 03-26-2012 (03-25-2012, 11:39 PM)Dexter Wrote:(03-25-2012, 03:37 PM)Flad3992 Wrote: I started to use Bmega bot a few days ago, and it worked fine, but after the update, i can't get it to sd the monster, since the simple lines of runes & spells u will be using was missing, i would be glad if someone could help me out! Really thanks! I'll give you thumbs up! ![]() |