Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using mana potions MACRO :)
#1
Hello, i need a macro which will use mana potion on my self when my mana is lower than 350 and my hp is higher than 1400. Ofc I'll give REP+ Smile

Refresh, and I ask again Tongue
#2
Please macro Smile
#3
I dont remember id of mp, you can easy change. Not tested, but i think it will work
Code:
1000 {MP by Howcraft} inMana:=350 inHp:=1400 PotionID:=268 Self.Mana()<!inMana! Self.Health()>!inHp! Hotkey.Use(!PotionID!) end

inMana:=350 ## Set in how many mana will use ##
inHp:=1400 ## Same as up, HP ##
PotionID:=268 ## Id od potion ##
Pomoglem? DAJ REPUTA !
If I help you, REP ME ++ !
#4
Im sorry I copied that macro, id is good but macro doesnt work Sad Do someone have any idea, whats wrong? Or maybe send me a macro ready to work?
#5
... why you dont use function in bot? healing > mana tools > mana restore. set mana potion, from mana 350, to mana 400 and will work..
Pomoglem? DAJ REPUTA !
If I help you, REP ME ++ !
#6
Self.Mana()<=350
Self.Health()>=1400
Tibia.SendKey(113)

It will only work if you have mana potion on F2 key (in Tibia options/hotkeys). If You want to use other hotkey: http://wiki.bmega.net/doku.php?id=virtual_key_codes
#7
Perfect work! Ty much, REP + Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)