View Single Post
  #1  
Old 03-05-2016, 01:17 AM
Mortow's Avatar
Mortow
Hill Giant
 
Join Date: Apr 2013
Posts: 215
Default Giving AA Exp instead of Regular Exp if AA is turned on?

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
Reply With Quote