Thread: Title Giver!
View Single Post
  #5  
Old 03-16-2009, 11:44 PM
Rezbee
Sarnak
 
Join Date: Jan 2009
Location: USA
Posts: 38
Default

Isn't there a way to ....

Code:
if (count($client->AAtotal) >= 60 && $class == "Wizard")
    {
    $client->SetAATitle("Sorcerer");
    }
or something? That would be pretty awesome and would let us actually hail a npc and get your aa titles.
Reply With Quote