BBot - The best bot of the world
Macro Commands for Follow/Stand, Atk/Balance/Def - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: Macro Commands for Follow/Stand, Atk/Balance/Def (/thread-20567.html)



Macro Commands for Follow/Stand, Atk/Balance/Def - Catar - 02-13-2017

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.



RE: Macro Commands for Follow/Stand, Atk/Balance/Def - MegaNo0body - 02-13-2017

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 =]


RE: Macro Commands for Follow/Stand, Atk/Balance/Def - Catar - 02-13-2017

what Mega means

Do conditional macro, and as executive, use Macro.Run(Name of manual macro)


RE: Macro Commands for Follow/Stand, Atk/Balance/Def - Kazan - 02-21-2017

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