![]() |
28649 in healer bug - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Bugs (https://forums.bmega.net/forum-7.html) +--- Forum: New Bugs (https://forums.bmega.net/forum-22.html) +--- Thread: 28649 in healer bug (/thread-21019.html) |
28649 in healer bug - lukasze - 03-22-2019 hello, can sb tell me why 28649 can't be item for heal? i play on Evolunia and potion for ek 650+ have id 28649 RE: 28649 in healer bug - erleo - 03-22-2019 Add in variables: hpID=28649 Quote:50 {HP} selfID:=Creature.Self() Misc.ItemCountEx(!hpID)>=1 Self.Health%()<=64 [Jump] Creature.ShootOn(!selfID!, !hpID) Exit() {Jump} Self.Mana%()<=20 Creature.ShootOn(!selfID!, !mpID) Exit() RE: 28649 in healer bug - lukasze - 03-23-2019 thx for macro so ![]() RE: 28649 in healer bug - erleo - 03-23-2019 You need to add the ID in bbot.items If u have more potions just add more IDs. Add in the end. Quote:28649,7,0,0,0,evolunia potion RE: 28649 in healer bug - lukasze - 03-23-2019 work thx RE: 28649 in healer bug - erleo - 03-23-2019 Also i think now u can add the potion in healer. |