Hi All,

Does anybody know if it's possible to disable this purple ability bar/book? I originally just disabled special abilities which makes the bar/book useless; however, it still shows up. I imagine this is client coded so maybe one can hook another process when double clicking on it. Thanks!

Purple Abilitiy Book.png
 
I have a feeling it's tied to the feature flags that are sent to the client at login - era-specific flags that you can't really turn on/off without turning a bunch of other features on/off at the same time.

If you find a way, it'll be interesting to know :)
 
I had to create my own ability book when i changed the flag in the core to pre-AOS, so yes, it's client handled.
At worse, i'm not sure if you could intercept the packets for that like the quest button and open another gump, maybe it could be useful at some point (murdering book, pvp stats, chat system, bounty system, etc).
 
Back