Change description in items

03/09/2023 19:03 tiras1102#1
Hey guys,

sorry for my bad english but I wanna try to describe my goal.

I change the continuous hours for SPEEDGM Potion from 180000 to 360000 in the Database and item_object.txt but it is not working.

Now I wanna change the description for this. I couldn´t find it in any .txt files.

Can any one please tell me where I can change the time and find the .txt to change the description?

Thanks for your help.
03/09/2023 20:38 painmaker_#2
You should also edit 'skilldata_xxxenc'
03/09/2023 21:48 ƛssman#3
To change the duration you'll have to edit the skill entry in the _RefSkill table. Have a look at all the SPEED skills and you will see that the duration is stored in Param4, change it to the value you want (e. g. 3600000) and don't forget to restart your GS afterwards. Then also edit the entry in your skilldata_xxxx.txt and encrypt it, so you'll also get the edited version of skilldata_xxxxenc.txt

If you want to change the description of a skill (I guess you're referring to the icon tooltip description next to the character HP/MP bar) you have to edit the UI_SkillName and UI_SkillToolTip_Desc column in _RefSkill and change the corresponding entry in your textdata_object.txt

Like this for example: