Thread: Title Giver!
View Single Post
  #7  
Old 04-03-2010, 11:37 AM
dreamseer
Fire Beetle
 
Join Date: Feb 2010
Location: York
Posts: 22
Default

I'm struggling here a little due to my lack of knowledge:

I've created aan npc give him a quest to set the players title which works great
using the line
Code:
$client->SetAATitle("Newbie");
what I would like to do is set the suffix and the surname in the same quest.

I can set suffix in game with #titlesuffix "whatever" but I can't guess the command in the quest code - I've tried
Code:
$client->SetAATitleSuffix ("something"); 
$client->SetAASuffix ("something");
$client->SetSurname ("something");
Neither worked

I guess what I really don't know is how SetAATitle works or where it is stored.
Reply With Quote