Using Great Mana Potion on other player. - 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: Using Great Mana Potion on other player. (/thread-4564.html) |
Using Great Mana Potion on other player. - adithemaster - 09-18-2012 So, I have 3 characters: 80ed, 196 ed (main char) and 162 ms. I want to train ed's mlvl faster by using gmp's from 2 other chars. Can anyone write me a macro like this? As I remember, I made a topic like this a long time ago but I cant read it anymore due to access to forum. Thanks in advance. RE: Using Great Mana Potion on other player. - Dexter - 09-18-2012 Try this: Code: 1000 {Use} Target.ByName(Char_name) Target.Foe() Target.Shoot(ID_GMP) |