View Single Post
  #13  
Old 10-07-2023, 12:21 PM
lordnivek1
Sarnak
 
Join Date: Feb 2013
Posts: 65
Default

Ok so I have found out it has something to do with the level triggers is why it is not working. If I remove that line, it works fine. Below is what I used and it now works. Good enough for me.


sub EVENT_LEVEL_UP {
$client->SetAAPoints($client->GetAAPoints()+2);
}
Reply With Quote