Recently Viewed
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.
45 entries
Updated
Broadcast Chat
05/10/24
|
1.6K
This is just a few already released scripts joined together.
Updated
Skills Hud
04/10/24
|
3.5K
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...
Updated
Ping Monitor
04/10/24
|
1.8K
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...
Updated
Bot Tabs Example
04/10/24
|
2K
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...
Updated
In-game timers
04/10/24
|
3.9K
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
Updated
Cut Webs/Wooden Bars
04/10/24
|
1.1K
Updated
Position onLook
04/10/24
|
2K
Updated
Hide Trees
04/10/24
|
2.2K
Just add the ID to the tree array.
Updated
Active cooldown print (onHotkey)
04/10/24
|
2.1K
I used this for my spell caster to get all the IDs of unknown spells on custom servers such as Evolunia
Updated
Active cooldown print (onSpellCast)
04/10/24
|
1.9K
I used this for my spell caster to get all the IDs of unknown spells on custom servers such as Evolunia
BotServer Node.js
19/09/24
|
170
If you are going to share this please share this page.
Download from GitHub.
Vocation Selector
22/06/24
|
298
Cap Check - vBot extension
12/07/23
|
1.1K
To install see my Auto extension loader code here
UI Container Drag Drop
04/11/22
|
3.5K
You will also need the image (On the github link or make your own).
Minimap Coords
12/06/22
|
1.7K
game_market Sell State
17/05/22
|
2.4K
Discord Webhook
14/05/22
|
2.7K
I have no plans to help you set it up.
If you find a bug let me know.
Combobox Parent Width
25/04/22
|
1.8K
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
Death Counter
10/04/22
|
2.1K
Levitate - vBot extension
09/04/22
|
3.1K
-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.3K
To install see my Auto extension loader code here
Level greater than:
133,spawnLeave,spawnLoop
Level Range:
133:1337,spawnLeave,spawnLoop
Debug - Get Outfit
12/03/22
|
1.5K
Just add this to your client game_interface under the right click menu .
XenoBot Menu
26/02/22
|
2K
Use Shovel on Sand
24/12/21
|
1.1K
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...
Shovel - vBot extension
24/12/21
|
1.3K
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.4K
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.9K
- 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 ...
Last Exiva
30/05/22
|
3K
You will need to replace the mode values with your servers values.
I will not be supporting this. - so do not even ask.
Ammo Slot Counter Label
10/10/21
|
2.5K
This is only an example but it works for burst arrows.
Kill Count
16/10/21
|
4K
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.
Damage Highscores
19/10/21
|
3.9K
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
19/06/24
|
4.4K
Utito, Recovery, Party.
Allows you to select which vocation you play.
Container Config
23/11/21
|
6.8K
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...
Rename Backpack/Container Names
26/05/21
|
1.7K
Second will rename the container on open.
Open Backpacks Minimised
01/05/21
|
2.3K
Click modal window
10/06/21
|
3.7K
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...
Dump widgets to file
19/09/24
|
1.9K
Auto Party + Exp Share
09/10/21
|
6.2K
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.
Charm Equipper - (onHotkey)
01/01/20
|
3.1K
Charm purse and the Charm storage backpack must be open.
Auto Follow
01/01/20
|
10.8K
If you activate follow change it will change the target when you follow someone and your char moves position
Move green text to channel
01/01/20
|
2.9K
Add the second edit to your bot config.