Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 42,533
» Latest member: triip
» Forum threads: 21,053
» Forum posts: 108,637

Full Statistics

Online Users
There are currently 7 online users.
» 0 Member(s) | 1 Guest(s)
Applebot, Baidu, Bing, Google, UptimeRobot, Yandex

Latest Threads
Looter by browse field
Forum: Sugestions
Last Post: oskleiver
09-24-2025, 09:05 AM
» Replies: 6
» Views: 4,013
faster reaction to go to ...
Forum: Sugestions
Last Post: jhonnathanmuller
09-23-2025, 02:38 PM
» Replies: 2
» Views: 2,437
Macro Check Supply
Forum: General
Last Post: sieger
09-21-2025, 11:18 PM
» Replies: 7
» Views: 11,532
Kasteria 8.54
Forum: Sugestions
Last Post: rodrigugomes
09-18-2025, 10:54 AM
» Replies: 4
» Views: 4,118
10s "sleep" after start b...
Forum: Sugestions
Last Post: jesusazr25
09-17-2025, 09:55 PM
» Replies: 1
» Views: 2,340
Walkabe or not?
Forum: Sugestions
Last Post: noway23
09-10-2025, 07:17 PM
» Replies: 3
» Views: 3,426
Latest tibia 10 and bbot ...
Forum: General
Last Post: [email protected]
09-09-2025, 05:58 PM
» Replies: 10
» Views: 7,183
variable reconect
Forum: Sugestions
Last Post: [email protected]
09-07-2025, 01:19 PM
» Replies: 12
» Views: 7,862
confidential adult chat r...
Forum: Off-Topic
Last Post: [email protected]
09-03-2025, 04:54 AM
» Replies: 1
» Views: 2,151
@Update 10.61
Forum: General
Last Post: MaudHemi
02-07-2025, 09:47 AM
» Replies: 4
» Views: 3,928

 
  My old Scripts - try out
Posted by: Catar - 03-16-2018, 02:52 PM - Forum: Free Scripts - Replies (1)

Here is my old script i made while ago when i was playing small really boosted with weird manaregen items OTS with ATK speed and low exhausts.
In it you will find some macros that i experimented with.
(like switching to follow i tibia client can see that after 4:30)

There is no use of it anymore, but maybe someone can salvage something like macros for his own creations.

Video, of how it used to run.

http://www.youtube.com/watch?v=175G08WLagY

Keep in mind, this script was set to attack back any player who dealt dmg to me. So its Unsafe.




Attached Files
.bbot   _ASURY - NO UP EK.bbot (Size: 48.71 KB / Downloads: 190)
Print this item

  Scripts for ot Elthia
Posted by: Matn - 10-31-2017, 10:43 PM - Forum: Free Scripts - Replies (1)

Dragons dara for EK Well it say it all for it selfs.
deposit/refill,....

RP Frost dragons Okolnir goes deposit and refill this is only for the ot server Elthania
cuz it goes refill assassin stars by npc in dp thais



Attached Files
.bbot   Dragons EK Darashia 100% afk matn.bbot (Size: 6.63 KB / Downloads: 143)
.bbot   [RP] Okolnir frost dragons 150+.bbot (Size: 14.65 KB / Downloads: 143)
Print this item

  RP Hexera full afk - Hidden Destroyers
Posted by: Kazan - 10-14-2017, 08:12 AM - Forum: Free Scripts - Replies (4)

Full afk script made by my self for Formorgar Mines - Hidden Destroyers.
For lvls 180+
Tested on Hexera.net and Telania.net

Need more scripts? Msg me Smile



Kazan Legendari/////



Attached Files
.bbot   hidden destro north rp.bbot (Size: 23.83 KB / Downloads: 246)
Print this item

  antipush macros for bbot 82.5
Posted by: Catar - 05-25-2017, 07:59 AM - Forum: Free Scripts - Replies (6)

Ofc, items must be in opened BP
video



First one is throwing 2 items alternately when key pressed until you run out of items or release key.

[macro]30 {anitpush} KeyID:=:K_F20 ThrowItem1:=3492 ThrowItem2:=3031 Tibia.KeyDown(!KeyID)==1 Cooldown.Blocked(HUDpush)==0 [hud] HUD.Print(2, 3, 200, 200, 0, 330, AntiPUSH is ON) Cooldown.Create(HUDpush, 299) {hud} Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem1 [t] Map.Thrown(!ThrowItem1, 1, :X, :Y, :Z) exit() {t} Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem2 Map.Thrown(!ThrowItem2, 1, :X, :Y, :Z) exit() [/macro]

[spoiler]

Code:
KeyID:=:K_F20
ThrowItem1:=3492
ThrowItem2:=3031
Tibia.KeyDown(!KeyID)==1
Cooldown.Blocked(HUDpush)==0 [hud]
HUD.Print(2, 3, 200, 200, 0, 330, AntiPUSH is ON)
Cooldown.Create(HUDpush, 299)
{hud}
Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem1 [t]
Map.Thrown(!ThrowItem1, 1, :X, :Y, :Z)
exit()
{t}
Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem2
Map.Thrown(!ThrowItem2, 1, :X, :Y, :Z)
exit()
[/spoiler]


Second one similar, but keep throwing up to 8 items (unless standing with many people on single SQM - WONT WORK WITH 8 PEOPLE ON SINGLE SQM)
Doesn't waste all your gp/worms so fast


[macro]30 {anitpush} KeyID:=:K_F20 ThrowItem1:=3492 ThrowItem2:=3031 Tibia.KeyDown(!KeyID)==1 Map.ItemsOnTile(:X, :Y, :Z)<10 [sqmFULL] Cooldown.Blocked(HUDpush)==0 [hud] HUD.Print(2, 3, 200, 200, 0, 330, AntiPUSH is ON) Cooldown.Create(HUDpush, 299) {hud} Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem1 [t] Map.Thrown(!ThrowItem1, 1, :X, :Y, :Z) exit() {t} Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem2 Map.Thrown(!ThrowItem2, 1, :X, :Y, :Z) exit() {sqmFULL} Cooldown.Blocked(HUDpush)==0 HUD.Print(2, 3, 200, 200, 0, 330, SQM FULL) Cooldown.Create(HUDpush, 299) [/macro]

[spoiler]
Code:
KeyID:=:K_F20
ThrowItem1:=3492
ThrowItem2:=3031
Tibia.KeyDown(!KeyID)==1
Map.ItemsOnTile(:X, :Y, :Z)<10 [sqmFULL]
Cooldown.Blocked(HUDpush)==0 [hud]
HUD.Print(2, 3, 200, 200, 0, 330, AntiPUSH is ON)
Cooldown.Create(HUDpush, 299)
{hud}
Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem1 [t]
Map.Thrown(!ThrowItem1, 1, :X, :Y, :Z)
exit()
{t}
Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem2
Map.Thrown(!ThrowItem2, 1, :X, :Y, :Z)
exit()
{sqmFULL}
Cooldown.Blocked(HUDpush)==0
HUD.Print(2, 3, 200, 200, 0, 330, SQM FULL)
Cooldown.Create(HUDpush, 299)
[/spoiler]




TOGGLE VERSION OF THIS MACRO
Toggle ON and OFF with a key


and this one works similar to second, but it turns macro ON and OFF on key pressed.

[macro]30 {anitpushTOGGLE} KeyID:=:K_F20 ThrowItem1:=3492 ThrowItem2:=3031 Tibia.KeyDown(!KeyID)==1 [throw] Cooldown.Blocked(delay)==0 [switch] !toggleON==0 [toggle] toggleON:=1 Cooldown.Create(delay, 150) Label(throw) {toggle} toggleON:=0 Cooldown.Create(delay, 150) {throw} !toggleON==1 Map.ItemsOnTile(:X, :Y, :Z)<10 [sqmFULL] Cooldown.Blocked(HUDpush)==0 [hud] HUD.Print(2, 3, 200, 200, 0, 330, AntiPUSH is ON) Cooldown.Create(HUDpush, 299) {hud} Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem1 [t] Map.Thrown(!ThrowItem1, 1, :X, :Y, :Z) exit() {t} Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem2 Map.Thrown(!ThrowItem2, 1, :X, :Y, :Z) exit() {sqmFULL} Cooldown.Blocked(HUDpush)==0 HUD.Print(2, 3, 200, 200, 0, 330, SQM FULL) Cooldown.Create(HUDpush, 299) [/macro]

[spoiler]
Code:
KeyID:=:K_F20
ThrowItem1:=3492
ThrowItem2:=3031
Tibia.KeyDown(!KeyID)==1 [throw]
Cooldown.Blocked(delay)==0 [switch]
!toggleON==0 [toggle]
toggleON:=1
Cooldown.Create(delay, 150)
Label(throw)
{toggle}
toggleON:=0
Cooldown.Create(delay, 150)
{throw}
!toggleON==1
Map.ItemsOnTile(:X, :Y, :Z)<10 [sqmFULL]
Cooldown.Blocked(HUDpush)==0 [hud]
HUD.Print(2, 3, 200, 200, 0, 330, AntiPUSH is ON)
Cooldown.Create(HUDpush, 299)
{hud}
Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem1 [t]
Map.Thrown(!ThrowItem1, 1, :X, :Y, :Z)
exit()
{t}
Map.ItemOnTop.ID(:X, :Y, :Z)<>!ThrowItem2
Map.Thrown(!ThrowItem2, 1, :X, :Y, :Z)
exit()
{sqmFULL}
Cooldown.Blocked(HUDpush)==0
HUD.Print(2, 3, 200, 200, 0, 330, SQM FULL)
Cooldown.Create(HUDpush, 299)
[/spoiler]

Print this item

  100% USELESS MACRO
Posted by: Catar - 05-23-2017, 06:45 PM - Forum: Free Scripts - Replies (2)

What do you think you can use this for?



Drops an item on item with certain ID on 1 sqm radius.
[macro]100 {useless macro} IDdropON:=3147 IDtoDROP:=3031 Xi:=-1 Yi:=-1 {CheckAgain} X:=Add(:X, !Xi) Y:=Add(:Y, !Yi) Map.ItemOnTop.ID(!X, !Y, :Z)==!IDdropon [Continue] Map.Thrown(!IDtoDROP, 1, !X, !Y, :Z) exit() {Continue} VarAdd(Xi, 1) !Xi==2 [CheckAgain] Xi:=-1 VarAdd(Yi, 1) !Yi==2 [CheckAgain] Exit() [/macro]
[spoiler]

Code:
IDdropON:=3147
IDtoDROP:=3031
Xi:=-1
Yi:=-1
{CheckAgain}
X:=Add(:X, !Xi)
Y:=Add(:Y, !Yi)
Map.ItemOnTop.ID(!X, !Y, :Z)==!IDdropon [Continue]
Map.Thrown(!IDtoDROP, 1, !X, !Y, :Z)
exit()
{Continue}
VarAdd(Xi, 1)
!Xi==2 [CheckAgain]
Xi:=-1
VarAdd(Yi, 1)
!Yi==2 [CheckAgain]
Exit()
[/spoiler]

Print this item