Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help to Edit NDLanguage.edf

Newbie Spellweaver
Joined
Apr 2, 2014
Messages
16
Reaction score
0
Need Help.

i want to edit NDLanguage file , and that i want to ask is how to add totalchar in NDLanguage.edf , because i cant to edit the text as much as i want.. only following the totalchar , if the totalchar only 5 so i can only make 5 word.

i use this strs :

// NDLanguage.EDF STRS for All Language// 2.2.3.2 version// by novanakal@RageZone.com[filemask="NDLanguage.DAT"]///////////////////////////////////////////////// Start Structure ///struct NDLanguageFile{ u32 NDLanguageCount; child NDLanguageData [count=NDLanguageCount]; }struct NDLanguageData [preload=1, tableview=1]{ u32 n_dwIndex ; u32 totalChar ; str[len=totalChar] Description ;}

thanks for help :)
 
Back
Top