Common Tongue - Ogred/Trolls at 95
Hey, It appears that common tongue is set to default at 95 for ogres and trolls.
Using #setallskills x does not change this , and I havnt seen a skill list for langauges so I am missing something? Is there a way to set common tongue to 100 instead of 95? -VKRR |
Client::SetRacialLanguages() in C++ to change hardcoded values as you like for new toons.
$client->SetLanguageSkill(id, value) in perl to change skills for existing toons. IDs: Code:
#define LANG_COMMON_TONGUE 0 |
I have my Global_player.pl do this
Code:
sub EVENT_CONNECT { Just a suggestion of where to use it at. |
Here you go, for all the languages.
Code:
quest::setlanguage(0, 100); |
Quote:
|
I do use loops, I didn't know if he wanted a loop or not. ;)
|
haha thanks guys, you are all the best =)
|
All times are GMT -4. The time now is 06:10 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.