![]() |
This Macro dont work - 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: This Macro dont work (/thread-12060.html) |
This Macro dont work - fearozi - 10-03-2013 This Macro: 1000 {Macro Sample} POTION:=236 LIFE:=400 Self.Health()<=!LIFE! Target.Self() Target.Shoot(!POTION!) In new version dont work more, tested and dont work. Wait, for solution. RE: This Macro dont work - howcraft - 10-03-2013 POTION:=236 LIFE:=400 SELF:=Creature.Self() Self.Health()<=!LIFE! Creature.ShootOn(!SELF!, !POTION!) |