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,010
» Forum posts: 106,715

Full Statistics

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

Latest Threads
RL MAP OTS 10.98 CAVEBOT ...
Forum: Off-Topic
Last Post: Mephisto
01-24-2026, 04:11 PM
» Replies: 0
» Views: 801
Downloadlink defekt?
Forum: General
Last Post: [email protected]
02-07-2025, 08:23 AM
» Replies: 2
» Views: 2,914
Ezodus scripts
Forum: General
Last Post: luis226
02-06-2025, 09:30 PM
» Replies: 2
» Views: 3,751
How to add id item to scr...
Forum: General
Last Post: Cloudjf
02-04-2025, 03:51 AM
» Replies: 5
» Views: 4,770
Bbot don't working
Forum: General
Last Post: [email protected]
02-03-2025, 10:56 PM
» Replies: 1
» Views: 2,821
Real Tbia BBOT
Forum: General
Last Post: artista
02-02-2025, 12:52 PM
» Replies: 4
» Views: 5,763
Variables
Forum: General
Last Post: artista
02-01-2025, 11:02 PM
» Replies: 2
» Views: 2,924
framerat limit
Forum: General
Last Post: Malinowamamba
01-30-2025, 03:58 PM
» Replies: 2
» Views: 3,465
Help-me Bmega / Computer ...
Forum: General
Last Post: FabioPuniisher
01-27-2025, 02:06 PM
» Replies: 5
» Views: 4,985
otion or exhaustion bug,
Forum: General
Last Post: erickpdl
01-27-2025, 12:35 AM
» Replies: 3
» Views: 2,510

 
Thumbs Up MACRO - Magic Wall Behind Yourself
Posted by: doxmey - 09-05-2020, 03:54 PM - Forum: Free Scripts - Replies (1)

Code:
2 {MwBehind} Tibia.KeyDown(:K_NEXT)==1 Self.Direction()==:East [1] x1:=Self.X() y1:=Self.Y() VarSub(x1, 1) mapid:=Map.ItemOnTop.ID(!x1, !y1, :Z) Map.UseOn(3180, !mapid, !x1, !y1, :Z, 1) Exit()  {1} Self.Direction()==:West [2] x2:=Self.X() y2:=Self.Y() VarAdd(x2, 1) mapid:=Map.ItemOnTop.ID(!x2, !y2, :Z) Map.UseOn(3180, !mapid, !x2, !y2, :Z, 1) Exit()  {2} Self.Direction()==:South [3] x3:=Self.X() y3:=Self.Y() VarSub(y3, 1) mapid:=Map.ItemOnTop.ID(!x3, !y3, :Z) Map.UseOn(3180, !mapid, !x3, !y3, :Z, 1) Exit()  {3} Self.Direction()==:North x4:=Self.X() y4:=Self.Y() VarAdd(y4, 1) mapid:=Map.ItemOnTop.ID(!x4, !y4, :Z) Map.UseOn(3180, !mapid, !x4, !y4, :Z, 1) Exit()


Default key is Page-down, you can edit it on Tibia.KeyDown(:K_NEXT) k:next is page down just change to whatever you need. This macro is useful in the library.

Print this item

Thumbs Up MACRO - Minimize Open Corpses
Posted by: doxmey - 05-27-2020, 02:17 AM - Forum: Free Scripts - Replies (18)

So I've created a little macro to minimize the creatures corpses as you open them. This is useful when for example you just killed about 8 monsters and the bot goes to open corpses, after about 3-4 corpses it starts closing the already opened ones and doesn't loot them because the container closed when the new one was opened.

Code:
100 {CorpseMinimizer by Dox} bp:=5 VarAdd(bp, 1) Containers.TotalOpen()>=!bp [else] con:=Containers.TotalOpen() Container.IsCorpse(!con)==1 VarGet(con!con)==0 Self.ToggleMinimizeBackpack(!con) VarSet(con!con, 1) Exit()  {else} VarSet(con1, 0) VarSet(con2, 0) VarSet(con3, 0) VarSet(con4, 0) VarSet(con5, 0) VarSet(con6, 0) VarSet(con7, 0) VarSet(con8, 0) VarSet(con9, 0) VarSet(con10, 0) VarSet(con11, 0) VarSet(con12, 0) VarSet(con13, 0) VarSet(con14, 0) VarSet(con15, 0) VarSet(con16, 0) VarSet(con17, 0) VarSet(con18, 0) VarSet(con19, 0) VarSet(con20, 0) Exit()

Change NUMBER_OF_BACKPACKS to how many backpacks you have open.
Remember for it to work all backpacks must be minimized.

I'm still analyzing how it goes but any bugs or improvements please let me know I'm open to suggestions or other ways to do this. Also if it helped you rep me!

Print this item

  Hydra, Bog Raider Oramond 100% AFK EK - AURERA GLOBAL OT
Posted by: doxmey - 04-24-2020, 11:19 PM - Forum: Free Scripts - Replies (4)

Start script one floor up in oramond depot. It will go up one floor deposit all gold, go to potions NPC to repot, and go to hunt. Edit variables for how many it should leave hunt, how much to buy and so on.

Setup:
1- Main BP - For gold and put rope here.
2- Loot BP - Items like boh
3- Stackable BP - Items like hydra heads
4- Supplies - Potions

PLEASE GIVE ME REP IF IT HELPED YOU!



Attached Files
.bbot   Hydra, Bog Raider, Oramond - EK by Dox.bbot (Size: 8.05 KB / Downloads: 464)
Print this item

  [Macro] Close tibia if get Frag
Posted by: erleo - 01-19-2019, 05:08 PM - Forum: Free Scripts - No Replies

Simple macro for chill botting xDD

Code:
1 {Close tibia if get Frag} When.SystemMessage(CLOSE TIBIA, Warning! The murder of ) Exit()  {CLOSE TIBIA} Tibia.Close() Exit()

Code:
When.SystemMessage(CLOSE TIBIA, Warning! The murder of )
Exit()

{CLOSE TIBIA}
Tibia.Close()
Exit()

Print this item

  EK Elite Knight Roshamuul
Posted by: Rinus - 12-19-2018, 03:14 PM - Forum: Free Scripts - No Replies

This script loots, kills, sells and buys everything on Roshamuul.

Features:
- Sells creature products
- Clicks on loose pile of bones
- Uses altered knight template of Carl for advanced attack (now for club user)
- Uses soft boots, rings etc
- Posibility to go to trainers on low stamina (for ots) and come back

Level requirement: 500+
Equipment: You need life and mana leech
Setup:
[Image: APLLvx8.png]



Attached Files
.bbot   [EK] Roshamuul High level.bbot (Size: 15.49 KB / Downloads: 439)
Print this item