View Single Post
  #11  
Old 06-06-2007, 12:00 PM
Budaworm
Fire Beetle
 
Join Date: Oct 2003
Posts: 20
Default

I searched through the wiki and found the command:
SetEXP(set_exp, set_aaxp, resexp=false);
So if you want to add an aapoint do:
$client->SetEXP($client->GetEXP(),24000000,0);
That will add 1 aapoint. Though im not sure what the resexp=false means.
Reply With Quote