while training on slimes i tried to make 2 macros which would check if my mana potions are less than 10, if yes wear normal weapon and load other settings (with killing slime in killer and logout if standing for 30 seconds)
macros i made:
i tested them twice and it worked fine, but after many hours of running bot you can not load other settings, its like bugged, you need to exit both tibia and bbot, and i died because of that
i also tried to add but it doesnt work at all
another macro i tried
it stops trainer, equips weapons, but does not start killer
could anybody help me? please, i desperately need it and im out of ideas
macros i made:
Code:
1000 {changeweapon} Misc.ItemCountEx(268)<10 Self.Equip.LeftHand(7451)
1000 {changesetting} Misc.ItemCountEx(268)<10 Bot.LoadSettings(killslimefoldaorcseast)
i tested them twice and it worked fine, but after many hours of running bot you can not load other settings, its like bugged, you need to exit both tibia and bbot, and i died because of that
i also tried to add
Code:
1000 {Attack Slime) Target.ByName(Slime)
another macro i tried
Code:
1000 {slimekiller} Misc.ItemCountEx(268)<10 Trainers.Stop Self.Equip.LeftHand(7451) Killer.Start
could anybody help me? please, i desperately need it and im out of ideas