Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
167.5K
OTClient

These are codes that I have posted on various forums/discord.

I release scripts for free, they work on the servers I use them on.

Container Config

23/11/21 | 6.3K
If you play Evolunia, I have added open lootbag if it isn't open.

A modified version of this script is now built into vBot.
You can now open all backpacks in your inventory or just selected.
Its possible to overwrite your current backpacks. If you add a red backpack to the list it...

Charm Equipper - (onHotkey)

01/01/20 | 2.8K
Add this your bot config file stored in %appdata%\OTClientV8\
Charm purse and the Charm storage backpack must be open.

Broadcast Chat

01/08/23 | 820
This allows you to view/chat and the last 10 message in a panel.
This is just a few already released scripts joined together.

UI Container Drag Drop

04/11/22 | 2.7K
Updated UI.Container to allow you to drag and drop into the first slot (always empty). Github
You will also need the image (On the github link or make your own).

game_market Sell State

17/05/22 | 2.1K
This allows you to see the state of your auctions from the in-game market.

Discord Webhook

14/05/22 | 2.4K
This will allow you to send Webhook messages to a discord server.
I have no plans to help you set it up.
If you find a bug let me know.

Ammo Slot Counter Label

10/10/21 | 2.3K
This adds a label to the rightSlot so you can count your ammo.
This is only an example but it works for burst arrows.

Kill Count

16/10/21 | 3.6K
This tracks the amount of kills per session
use killList = {} to clear the list.
Added new interface and added reset button.
This will only work if your server is sending loot messages from monsters. - example Fire elemental won't be tracked.

vBot Alarms

29/09/21 | 3K
Add - Ignore Party, warn name
This is based on vBot 3.45

Damage Highscores

19/10/21 | 3.6K
Shows ingame max damage against creature and players.
Mode (line 50) will need to be set according to your server.
OxygenOT uses 28. Other servers use 21 for damage dealt. Just uncomment -- warn(mode) and attack something and it will show you which number you need to enter.

Buff Cast

09/08/21 | 3.6K
This is used for spells from OxygenOT.
Utito, Recovery, Party.
Allows you to select which vocation you play.

Auto Party + Exp Share

09/10/21 | 5.5K
New version released
The newest version can listen for players moving so they don't need to go off screen.
create a new file in your bot config. eg: autoparty.lua and copy the code into there.
A older smaller version is also on down below. oldautoparty.lua.

Auto Follow

01/01/20 | 8.7K
This will auto follow the player named in the textbox.
If you activate follow change it will change the target when you follow someone and your char moves position

Cap Check - vBot extension

12/07/23 | 816
This allows you to add a "capacity check" button inside the bot.
To install see my Auto extension loader code here

Skills Hud

24/08/22 | 3.1K
Adds a skills HUD to the client. You can remove skills you don't want to see and customise colours for each skill.
If you have added the game_bot changes to your client, use the first file, hud_updated.lua, if not use hud_timer.lua.

The first file will not work without the changes...

Ping Monitor

08/05/22 | 1.6K
This only works if you client can already read the ping. if you see Ping: ?? then it won't work.
This monitors your ping every x seconds to look for spikes in ping.
I had used this for looking for lag spikes on servers.
Export Pings button, prints all pings and times to terminal window...

Death Counter

10/04/22 | 1.9K
This adds a death counter to your bot, so you can logout if you die too many times.

Levitate - vBot extension

09/04/22 | 2.8K
This allows you to add a "Levitate" button inside the bot.

-direction will auto detect from which way your char is facing when pressing levitate button.
-floor is the current floor (if a floor change is detected it will proceed on).
-spell name can be custom exani hur by default...

Level Check - vBot extension

02/04/22 | 2.1K
This allows you to add a "level check" button inside the bot.
To install see my Auto extension loader code here
Level greater than:
133,spawnLeave,spawnLoop
Level Range:
133:1337,spawnLeave,spawnLoop

Shovel - vBot extension

24/12/21 | 1.2K
This allows you to add a shovel button inside the bot. (face the hole and press the button)
Edit your CONFIGNAME\vBot\cavebot.lua add this line as you would with other extensions.
dofile("/cavebot/shovel.lua")
create a file CONFIGNAME\cavebot\shovel.lua and add code below...

Cut - vBot extension

24/12/21 | 1.2K
This allows you to add a "cut" button inside the bot. (face the web/bars and press the button)
Edit your CONFIGNAME\vBot\cavebot.lua add this line as you would with other extensions.
dofile("/cavebot/cut.lua")
create a file CONFIGNAME\cavebot\cut.lua and add code below.

AutoLoader- vBot extensions

24/12/21 | 3.5K
This allows you to drag and drop extensions into vBot without editing the vBot cavebot.lua file to load them.
- Find the file CONFIGNAME\vBot\cavebot.lua
- Find the line --dofile("/cavebot/extension_template.lua")
- Add the code below on the line below it.
This ...

Cut Webs/Wooden Bars

01/07/21 | 1K
Searches around a player for webs/wooden bars and repeat cuts the first found until broken.

Position onLook

01/01/20 | 1.8K
Look messages are generated server side, but the message for look is mode 20, so you can listen for mode 20 textmessages and then just get the position from the tile under your cursor.

minimap pos

12/06/22 | 1.5K
Adds coords to minimap, allows you to copy mouse cursor tile location to clipboard using a hotkey.

Combobox Parent Width

25/04/22 | 1.6K
This allows you to set the width of a comboox to match the parent size.
This then lets you set the combo box for all the configs in the bot to have a scroll bar and width match the parent to see longer names

Read FYI popup

24/03/22 | 1.4K
Reads text in a popup FYI window.

Close LoginAdvice

16/03/22 | 1.5K
This will close the For Your information.

Debug - Get Outfit

12/03/22 | 1.4K
This allows you to get the outfit of a creature/player/npc and print it to debug in a right click menu. I used this for finding values for outfits of existing creatures without having to go through the monster files.
Just add this to your client game_interface under the right click menu .

XenoBot Menu

26/02/22 | 1.8K
This will create a right click menu similar to Xenobot. If you use vBot, this feature is already built in and will break this if its enabled.

Use Shovel on Sand

24/12/21 | 1K
This uses a shovel on sand and goes down a hole if hole exists.
It needs to be added to your existing cavebot file (cavebot_configs\filename.cfg) or the functions remade in the GUI,
-first position is the position next to hole.
-g_map.getTile position is thehole position
-las...

Bot Tabs Example

17/11/21 | 1.7K
This will allow you to add tabs to your bot. I will not be supporting this.
This is an example only. If you do not know how to use it, then you shouldn't be using it.
Its not perfect but its an example. If you are coding your own interfaces you will know what to do with it.
You d...

Last Exiva

30/05/22 | 2.7K
This will cast Exiva on the last person you exiva'd as long as the chat can be read.
You will need to replace the mode values with your servers values.
I will not be supporting this. - so do not even ask.

In-game timers

29/03/22 | 3.6K
Self Explanatory
If you get a global 'os' (a nil value error). This is because you are using an old game_bot file.
Check the second file down below for the fix

Use nearby doors

19/10/21 | 2.1K
This will use doors nearby, use with MC on follow.

Rename Backpack/Container Names

26/05/21 | 1.6K
First script will rename all open backpacks.
Second will rename the container on open.

Open Backpacks Minimised

01/05/21 | 2.1K

Click modal window

10/06/21 | 3.3K
This allows you to click an activate modal window if default button has been set to enter.
Change the name to the name of the item you want.
There are 3 version to this. Each does it owns thing.
1: clicks a modal window when it has title "teleports" (this needs onModalDialog callback f...

Hide Trees

19/10/21 | 2K
This will change trees into bushes (for finding loot bags). It only changes what you see.
Just add the ID to the tree array.

Active cooldown print (onHotkey)

12/06/22 | 1.9K
This will print in chat the number of any active cooldowns.
I used this for my spell caster to get all the IDs of unknown spells on custom servers such as Evolunia

Active cooldown print (onSpellCast)

01/01/20 | 1.7K
This will print in chat the number of any active cooldowns when you cast a spell
I used this for my spell caster to get all the IDs of unknown spells on custom servers such as Evolunia

Move green text to channel

01/01/20 | 2.7K
Add first edits to: modules/game_textmessage/textmessage.lua
Add the second edit to your bot config.
Ads