Thread: Chat text issue
View Single Post
  #1  
Old 08-10-2013, 07:04 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

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);
}
Reply With Quote