This is a tradeskill exp perl script that was shared from Sanctuary (I believe)
Code:
$client->SetEXP($client->GetEXP() + $client->CalcEXP(18), 0);
What I would like to figure out is, how do you award AA experience instead of regular experience if a player has AA experience turned on. As it is now, a player can have 100% experience going to AAs and it still gives regular experience. I am not sure how to give it a qualifier to check for AA experience being turned on. Any help would be appreciated.
Thanks,
Mortow