![]() |
Use Mana Potion on Friend - 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: Use Mana Potion on Friend (/thread-11097.html) |
Use Mana Potion on Friend - limakun - 07-28-2013 I need a macro or scrip that uses mana potion on friend. Give rep for who helps me RE: Use Mana Potion on Friend - Kimoszin - 08-02-2013 [macro]800 {Heal Friend Automatic} target:=Creature.ByName(limakun) ammoID:=268 Creature.ShootOn(!target!, !ammoID!)[/macro] [macro]800 {Heal Friend by Key} target:=Creature.ByName(limakun) ammoID:=268 Tibia.IsKeyDown(112)==1 Creature.ShootOn(!target!, !ammoID!)[/macro] [macro]800 {Heal Friend by Health} target:=Creature.ByName(limakun) ammoID:=268 onHealth:=80 Creature.Health(!target!)<=!onHealth! Creature.ShootOn(!target!, !ammoID!)[/macro] RE: Use Mana Potion on Friend - fearozi - 08-08-2013 no have heal friend with magic, for exemple exura sio? |