![]() |
Need macro for magicians - 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: Need macro for magicians (/thread-10913.html) |
Need macro for magicians - Zacko - 09-09-2013 Hello can someone make a macro? i need to use mana potions when they're up to 30 and use exura gran, and stop it when its under 30, Thanks ![]() RE: Need macro for magicians - Kimoszin - 09-09-2013 Hi, you can use Healer. RE: Need macro for magicians - Zacko - 09-09-2013 (09-09-2013, 07:01 PM)Kimoszin Wrote: Hi, you can use Healer.Ye lol im using it yet, but i dont want to waste mana pots like a retard, i just want to start waste mana pots when i have 30+ in my bp and when its 25 stop to, can you make that macro? RE: Need macro for magicians - kamill - 09-09-2013 Misc.ItemCountEx(268)>=26 Self.Mana%<=50 Tibia.SendKey(113) You have to bind mana potion on F2 key (in Tibia options/hotkeys of course). If You want to bind other: http://wiki.bmega.net/doku.php?id=virtual_key_codes RE: Need macro for magicians - Kimoszin - 09-10-2013 I had understood that 30 was the amount of mana, and not potions, sorry. You could tell the conditions for use exura gran? RE: Need macro for magicians - Zacko - 09-10-2013 (09-10-2013, 03:13 AM)Kimoszin Wrote: I had understood that 30 was the amount of mana, and not potions, sorry. Haha no problem, look, i just want to use mana potions when they're up to 25 and say exura gran (for train some ml while botting) and when the amount of mana potions is 25 stop to use mana pots and stop using exura gran. CLOSED. Just found the correct one ty all ![]() Misc.ItemCountEx(268)>=25 Self.Mana%(<=80) Tibia.SendKey(113) RE: Need macro for magicians - kamill - 09-10-2013 Misc.ItemCountEx(268)>=26 Self.Mana%>=95 Self.Say(exura gran) RE: Need macro for magicians - Kimoszin - 09-10-2013 (09-10-2013, 07:38 AM)Zacko Wrote:This macro will not work, try the macro posted above.(09-10-2013, 03:13 AM)Kimoszin Wrote: I had understood that 30 was the amount of mana, and not potions, sorry. RE: Need macro for magicians - Zacko - 09-10-2013 (09-10-2013, 01:54 PM)Kimoszin Wrote:Its working for me(09-10-2013, 07:38 AM)Zacko Wrote:This macro will not work, try the macro posted above.(09-10-2013, 03:13 AM)Kimoszin Wrote: I had understood that 30 was the amount of mana, and not potions, sorry. ![]() RE: Need macro for magicians - Kimoszin - 09-10-2013 Impossible Self.Mana%(<=80) Correct: Self.Mana%()<=80 RE: Need macro for magicians - Zacko - 09-10-2013 (09-10-2013, 02:02 PM)Kimoszin Wrote: Impossible Self.Mana%(<=80) Mmmm ok will try this then ![]() RE: Need macro for magicians - Zacko - 09-10-2013 It dont works :/, i put mana pot in F2 hotkey but nothing RE: Need macro for magicians - Kimoszin - 09-10-2013 [macro]1400 {ml training} potionsMin:=30 manaPercent:=80 Misc.ItemCountEx(268)>!potionsMin! Self.Mana%()>=!manaPercent! Self.Say(exura gran)[/macro] RE: Need macro for magicians - kamill - 09-10-2013 Both macros are working for me ;d Check them. If You aren't sure, post screenshots here. Misc.ItemCountEx(268)>=26 Self.Mana%<=50 Tibia.SendKey(113) And: Misc.ItemCountEx(268)>=26 Self.Mana%>=95 Self.Say(exura gran) |