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
Need macro for magicians
|
09-09-2013, 08:49 PM
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
I had understood that 30 was the amount of mana, and not potions, sorry.
You could tell the conditions for use exura gran? (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)
Misc.ItemCountEx(268)>=26
Self.Mana%>=95 Self.Say(exura gran)
09-10-2013, 01:54 PM
(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.
09-10-2013, 01:54 PM
(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.
09-10-2013, 02:02 PM
Impossible Self.Mana%(<=80)
Correct: Self.Mana%()<=80
09-10-2013, 02:10 PM
09-10-2013, 04:33 PM
It dont works :/, i put mana pot in F2 hotkey but nothing
09-10-2013, 04:45 PM
[macro]1400 {ml training} potionsMin:=30 manaPercent:=80 Misc.ItemCountEx(268)>!potionsMin! Self.Mana%()>=!manaPercent! Self.Say(exura gran)[/macro]
09-10-2013, 05:10 PM
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) |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)