![]() |
Script or Macro - 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: Script or Macro (/thread-5012.html) |
Script or Macro - speedo251 - 10-19-2012 Sorry if this is wrong thread. Is it possible to kill Mother Slime after seeing player on screen or beeing moved ? Cause i'm afking while skilling and it can help me avoid deaths. If it's possible, please send me PM how can i do this or just say in this thread. Thanks for reply. Sorry for my bad english. RE: Script or Macro - nizlov - 10-24-2012 It would be better to equip a stronger weapon for killing the "mother" Slime faster.
RE: Script or Macro - speedo251 - 10-26-2012 I tried this macro. He's changing weapon to stronger, but he doesnt want to kill "mother". Yes i did everything u want me to do. Sorry for my bad eng. RE: Script or Macro - nizlov - 10-26-2012 0 {ChangeWeapon} weapon:=1234 Misc.ItemCountEx(!weapon!)>=1 Self.Inventory.LeftHand()<>!weapon! Self.Equip.LeftHand(!weapon!) Trainers.Stop()==1 Killer.Start()==1 Try now, you can also try Close Tibia instead of Logout and stealth ring macro instead of Changing Weapon: 0 {Equip Stealth Ring} Misc.ItemCountEx(3049)>=1 Self.Inventory.Ring()<>3086 Self.Equip.Ring(3049) RE: Script or Macro - speedo251 - 10-26-2012 I'm trying this macro now, i'll post results. If it won't work, i'd use Stealth Ring Macro. Thanks very much for help. Reput for u ![]() |