• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[OTClient Showoff] Show off your OTClient project/module/UI and other

WHere can i get something like that?
Several people sell this sytem for around 100 bucks~ (OTA Market)
Only negative thing (read expensive thing) is all the sprites you will need in order to suit all your equipment.

If you are using Tibia Sprites, they often have some prepared for you already like blue robe or golden armor, but having custom sprites, it will be quite a project to just the spriting, but the end result will be very cool!

I always like to see exactly what another player is using.

I do not think i'm allowed to send links here, but there is a OTA Discord, with a market, to my knowledge two/three people are offering this system.
 
Modification (hotkeys module) for binding predefined actions with hotkeys module.

System may helpful with creating actions and bind them with hotkeys using hotkeys module.
It provide to use actions like: toggle window, on/off module, stop/start system and other.
It's simple to use and easy to add actions to list.


Api for external mods/modules.

Add action to action list:
LUA:
modules.game_hotkeys.addAction(moduleName, actionName, function)

Remove action from action list:
LUA:
modules.game_hotkeys.removeAction(moduleName, actionName)
or for all module actions:
LUA:
modules.game_hotkeys.removeAction(moduleName)

How to use:
1) Bind action to hotkeys module.
2) Choose hotkey.
3) Click button "Add action".
4) Choose module and action.
5) Click "Add".

Screens:
View attachment 46661
View attachment 46662


Limitations:
  • To add action, mod/module must be load after game_hotkeys module.
  • Module game_hotkeys works only after login to game.

Download:
Link
Hi, im having a issue with this, it only recognizes the backpacks opend, how can i make it so it shoots any rune the player has in the backpack, without having it to be open?
 
Nothing special but I like it

1769745891278.webp

and if you prefer seperate window for every vocation

1769745924172.webp

and a simple autoloot window

1769746074220.webp
 
Back
Top