This system is great! I am using it in one of my quests. One thing that would make it even better is the ability to give Group Leadership AA and Raid Leadership AA's as well. Instead of just regular AA's. I know this can be done with GM commands.
Maybe use:
Code:
$client->AddAAGroupPoints(number)
$client->GetSpentAAGroup()
$client->RefundAAGroup()
and:
Code:
$client->AddAARaidPoints(number)
$client->GetSpentAARaid()
$client->RefundAARaid()