Thread: Chat text issue
View Single Post
  #3  
Old 08-11-2013, 03:49 AM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

Quote:
Originally Posted by NatedogEZ View Post
Guessing you made an iksar and your common tongue is not maxed... Just make a quest on an NPC or in the global_player.pl that maxes out common tongue for people.


Inside global_player.pl this is what I do

Code:
sub EVENT_CONNECT {
quest::setlanguage(0,100);
}
This works, or you can ajust the starting skills table.
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?
Reply With Quote