Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro Commands for Follow/Stand, Atk/Balance/Def
#1
This Macros/Commands work only when your Tibia IS NOT MINMIZED and Health bar, map, Inventory setup looks like below
[table=90]
[tr]
[td]HEALTH BAR BELOW EQ
[Image: rPnPg9N.png][/td]
[td]HEALTH BAR ABOVE EQ
[Image: XsPvv88.png][/td]
[td]HP BELOW MINMIZED EQ
[Image: oUMs2lg.png][/td]
[td]HP ABOVE MINMIZED EQ
[Image: ZuDlWyZ.png][/td]
[/tr]
[tr]
[td]
Stand
Code:
STiW:=Tibia.WindowWidth()
STiH:=134
VarSub(STiW, 16)
Misc.ClickEx(!STiW!, !STiH!)
exit()

Follow
Code:
FTiW:=Tibia.WindowWidth()
FTiH:=152
VarSub(FTiW, 16)
Misc.ClickEx(!FTiW!, !FTiH!)
exit()


Offensive
Code:
OTiW:=Tibia.WindowWidth()
OTiH:=133
VarSub(OTiW, 40)
Misc.ClickEx(!OTiW!, !OTiH!)
exit()


Balanced
Code:
BTiW:=Tibia.WindowWidth()
BTiH:=152
VarSub(BTiW, 40)
Misc.ClickEx(!BTiW!, !BTiH!)
exit()


Defensive
Code:
DTiW:=Tibia.WindowWidth()
DTiH:=174
VarSub(DTiW, 40)
Misc.ClickEx(!DTiW!, !DTiH!)
exit()
[/td]
[td]
Stand
Code:
STiW:=Tibia.WindowWidth()
STiH:=164
VarSub(STiW, 16)
Misc.ClickEx(!STiW!, !STiH!)
exit()

Follow
Code:
FTiW:=Tibia.WindowWidth()
FTiH:=182
VarSub(FTiW, 16)
Misc.ClickEx(!FTiW!, !FTiH!)
exit()


Offensive
Code:
OTiW:=Tibia.WindowWidth()
OTiH:=163
VarSub(OTiW, 40)
Misc.ClickEx(!OTiW!, !OTiH!)
exit()


Balanced
Code:
BTiW:=Tibia.WindowWidth()
BTiH:=182
VarSub(BTiW, 40)
Misc.ClickEx(!BTiW!, !BTiH!)
exit()


Defensive
Code:
DTiW:=Tibia.WindowWidth()
DTiH:=204
VarSub(DTiW, 40)
Misc.ClickEx(!DTiW!, !DTiH!)
exit()
[/td]
[td]
Stand
Code:
STiW:=Tibia.WindowWidth()
STiH:=155
VarSub(STiW, 108)
Misc.ClickEx(!STiW!, !STiH!)
exit()

Follow
Code:
FTiW:=Tibia.WindowWidth()
FTiH:=155
VarSub(FTiW, 85)
Misc.ClickEx(!FTiW!, !FTiH!)
exit()


Offensive
Code:
OTiW:=Tibia.WindowWidth()
OTiH:=133
VarSub(OTiW, 108)
Misc.ClickEx(!OTiW!, !OTiH!)
exit()


Balanced
Code:
BTiW:=Tibia.WindowWidth()
BTiH:=133
VarSub(BTiW, 85)
Misc.ClickEx(!BTiW!, !BTiH!)
exit()


Defensive
Code:
DTiW:=Tibia.WindowWidth()
DTiH:=133
VarSub(DTiW, 68)
Misc.ClickEx(!DTiW!, !DTiH!)
exit()
[/td]
[td]
Stand
Code:
STiW:=Tibia.WindowWidth()
STiH:=185
VarSub(STiW, 108)
Misc.ClickEx(!STiW!, !STiH!)
exit()

Follow
Code:
FTiW:=Tibia.WindowWidth()
FTiH:=185
VarSub(FTiW, 85)
Misc.ClickEx(!FTiW!, !FTiH!)
exit()


Offensive
Code:
OTiW:=Tibia.WindowWidth()
OTiH:=163
VarSub(OTiW, 108)
Misc.ClickEx(!OTiW!, !OTiH!)
exit()


Balanced
Code:
BTiW:=Tibia.WindowWidth()
BTiH:=163
VarSub(BTiW, 85)
Misc.ClickEx(!BTiW!, !BTiH!)
exit()


Defensive
Code:
DTiW:=Tibia.WindowWidth()
DTiH:=163
VarSub(DTiW, 68)
Misc.ClickEx(!DTiW!, !DTiH!)
exit()
[/td]
[/tr]
[/table]




How you gonna use them, is up to You..
This are only parts, that do certain action of clicking in specifiic spot.

Make your own conditions to them.
Reply


Messages In This Thread
Macro Commands for Follow/Stand, Atk/Balance/Def - by Catar - 02-13-2017, 07:06 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)