I just noticed but you have at least one typo in that quest.
GetAAEXP should be GetAAExp
If you want to use AA Exp before level 51... changing this line.. might work.. might not :p
https://github.com/EQEmu/Server/blob...e/exp.cpp#L404
I might test this right now.. as it would allow me to use AAs without raising my level cap passed 50~
This works. The code above had a typo
Code:
$client->SetEXP($client->GetEXP(),($client->GetAAExp()+5000));
It works.. the AA Exp bar moves nicely
