PDA

View Full Version : Check AA Points Spent Value


revloc02c
03-23-2013, 07:50 AM
With $client->GetAAPoints() and $client->SetAAPoints() you can add and remove AA points (that are not spent).

I am wondering, is there a command that can check the number of AA points that have been spent?

Secrets
03-23-2013, 07:54 AM
With $client->GetAAPoints() and $client->SetAAPoints() you can add and remove AA points (that are not spent).

I am wondering, is there a command that can check the number of AA points that have been spent?


Yep, from source:
Perl_croak(aTHX_ "Usage: Client::GetSpentAA(THIS)");

revloc02c
03-23-2013, 10:42 AM
Thanks very much Secrets.

And if you don't mind, how did you find this? Perhaps next time I can just find some of these things myself.

Uleat
03-23-2013, 06:50 PM
"..\git-eqemusource\Server\zone\perlparser.cpp"