edubart / otclient

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
640 stars 402 forks source link

Hotkeys not working after adding objects to action bar #1176

Closed ralke23 closed 2 years ago

ralke23 commented 2 years ago

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!

ralke23 commented 2 years ago

Had no experience using git and opened the pull request the wrong way. Here's now opened as an issue. https://github.com/mehah/otclient/issues/226

Sorry for the inconvenience, Regards!