View Single Post
  #9  
Old 11-03-2012, 08:07 PM
Csimbi Csimbi is offline
Approved Member
 
Join Date: Dec 2008
Posts: 254
Default

Quote:
Originally Posted by Fatt_Shade View Post
For skills to have 4/5th lvl`s you need to change also eng_skills.lng in loc_ses.kfs archive. because there is part of skills that are displayed in hero screen, and your 4/5lvl`s wont be available with just skills.txt changes.
Implement changes in your eng_skills_ext.lng into that file maybe game will accept them after that.
No, you don't.
The reason its that all strings are the same from level1 to level3, so instead of providing the same strings all over again for level4 and level5, I simply referenced the level3 strings. This way, there won't be localization issues and will work for all languages.
Well, would if there were no level cap at 3.
Reply With Quote