Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I went too far.. {}
#1


Hello Everyone!
I got weird with macro. I prepared healing and finally work but job isn't in best condition. I need help to connect that macro in 1. Witch check etc. I wrote now in seperated macros. healing under press hotkeys.

f5 - mana potion (116)
f6 - strong health potion (117)
f7 - great health potion (118)
f8 - exura ico (119)

[macro]500 {F7} Self.Health%()<=54 Tibia.SendKey(118) Misc.ItemCount(great health potion)<1 [usestronghealthpotion] Macro.Run(F6) Exit() {usestronghealthpotion} Exit()[/macro]

[macro]0 {F6} Tibia.SendKey(117)[/macro]

[macro]500 {F8} Self.Health%()<=87 Self.Mana()>=40 Tibia.SendKey(119)[/macro]

[macro]0 {F5} Tibia.SendKey(116) Exit()[/macro]

[macro]1000 {F55} Self.Mana%()<=70 Tibia.SendKey(116) Exit()[/macro]

[macro]1000 {F8-Exura Ico} Self.Health%()<=87 Self.Mana()>=40 Tibia.SendKey(119)[/macro]

[macro]1000 {F66} Self.Health%()<=65 Self.Health%()>=55 Tibia.SendKey(117) Exit()[/macro]


Reply
#2
Exhaust on healing spells and items is 1000 ms (i usully setup 1008 to avoid cloud animations and uses it very smoothly when under heavy damage)

So why 500 ms?
Reply
#3
To get priority gor ghp than shp or mana
Reply
#4
(03-10-2016, 11:06 AM)damiansnk Wrote: To get priority gor ghp than shp or mana

You can setup all of that 'priorities' in one macro


mana%<=40 [cond1]
hp%>=60 [cond2]
send.key...(with mana pot)
exit()
{cond2}
send.key...(with hp pot)
exit()
{cond1}
hp%<60
send.key...(with hp pot)
exit

So it will use Mana pot when ur mana is lower than 40%, when ur hp is higher than 60%,
but if its hp lower, it will use hp pot.
And if mana is higher than 40% it will check if has enough hp (60%) and will use hp pot if not


If I have some time and zeal i will make all of your macros in a single one, that would work much better than having all of this separately
Reply
#5
I tried it yesterday but getting weird. Heal by shp ghp exura ico and mp. Always read something wrong
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)