![]() |
Poting other guy - 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: Poting other guy (/thread-18259.html) |
Poting other guy - Zaraki12345 - 07-20-2015 Hi There i need macro/script or smth to poting my mage who is making mlvl. It's mean on mc my mage making mlvl and my mc poting him. Is that possibly to do? RE: Poting other guy - raphaelgbm - 07-24-2015 Dear Zaraki12345, I not a professional scripter, just a newbie trying to help. As i know the BBOT cant know how many % of mana your MAIN CHARACTER have so ... You can try to do this: Go -> Friend Healer Friend Name: Your Main Character Friend HP: Try to put 100% (I think BBOT will not stop to pot ur MAIN CHARACTER) Use: Mana Potion or Strong Mana Potion or Great Mana Potion Requered Self HP: 1 (I think BBOT will not stop to pot ur MAIN CHARACTER) Requered Self Mana: 1 (I think BBOT will not stop to pot ur MAIN CHARACTER) Try this. If works, please give me a Reputation Point. ;* RE: Poting other guy - damiansnk - 07-24-2015 I cannot help you cuz I'm free user right now. I'll try to write from memory put that in big field Create Macro and set automatically 1000=1sec idplayer:=Creature.ByName(Friends Name) idpotion:=268 Creature.ShootOn(!idplayer!, !idpotion!) Exit() or [macro]5000 {Potion Friend} idplayer:=Creature.ByName(Friends Name) idpotion:=268 Creature.ShootOn(!idplayer!, !idpotion!) Exit()[/macro] If you wanna in condition I see 1 way to write 2 scripts. In mage: full check self.mana%<X go label -> stand on sqm beside kina full check if self.mana%>Y go label -> stand 2-3 sqm away on Kina: Macro what I gave you but with fullcheck Creature.Beside or Check if map has ID player |