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
#2
Amazing!

These macros could be created as Manual run, so you could call this macro from other macros/cavebot, making easier to re-use them =]
Reply
#3
what Mega means

Do conditional macro, and as executive, use Macro.Run(Name of manual macro)
Reply
#4
I'm already using macro from Catar for changing attack modes and it's working perfect in Cavebot (i'm using manual macro types) Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)