View Single Post
  #4  
Old 06-19-2019, 11:46 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

The github wiki has a lot of references lists to use (including bitmasks for clients and expansions). https://github.com/EQEmu/Server/wiki
As far as disabling any and all AA's, that can be done with a simple sql query:

Code:
UPDATE aa_ability SET enabled = 0;
__________________
Hanging out at Antonica.World
Reply With Quote