An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
652
stars
399
forks
source link
Hotkeys not working after adding objects to action bar #1176
This pull request is very similar to https://github.com/mehah/otclient/issues/183
At game_actionbar.lua after line 357
closeObjectAssignWindow()
Have to add
modules.game_hotkeys.enableHotkeys(true)
To enable hotkeys when the ObjectAssignWindow is closed. Regards!