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.
9 entries
Levitate - vBot extension
09/04/22
|
572
-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
|
540
To install see my Auto extension loader code here
Level greater than:
133,spawnLeave,spawnLoop
Level Range:
133:1337,spawnLeave,spawnLoop

Find Teleport - vBot extension
02/04/22
|
380
To install see my Auto extension loader code here
Shovel - vBot extension
24/12/21
|
410
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
|
426
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
|
0.9K
Find tile CONFIGNAME\vBot\cavebot.lua
Find --dofile("/cavebot/extension_template.lua")
And add the code below on the line below it.
Create a folder called...

Rope - vBot extension
24/12/21
|
382
Edit your CONFIGNAME\vBot\cavebot.lua add this line as you would with other extensions.
dofile("/cavebot/rope.lua")
create a file CONFIGNAME\cavebot\rope.lua and add code below...
Stand - vBot extension
02/04/22
|
888
To install see my Auto extension loader code here
exercise dummy
01/07/22
|
286