mehah / otclient

An alternative tibia client for otserv written in C++20 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
242 stars 177 forks source link

feat: menu hide action bar and hide spell cooldown group #793

Closed matheussf closed 3 weeks ago

matheussf commented 3 weeks ago

Description

Some people might want to use the client in old style way, not using actionbars or spell cooldown group.

Behavior

Actual

There's no option to hide them.

Fixes

No github issues.

Type of change

How Has This Been Tested

Open the client, go into menu options check/uncheck "show action bar" or "show spell group cooldowns" The menu configuration: image

Both unchecked: image Action bar checked: image Spell group cooldowns checked: image Action bar and spell group cooldowns checked: image

Test Configuration:

matheussf commented 3 weeks ago

Found two bugs:

Both are fixed now.

CC: @luanluciano93