problem with icon & name

02/08/2018 03:53 devdash#1
my godbless buff have no name and i want to change the icon aswell , so please explain to me where can i find those 2 things "NAME & ICON"

[Only registered and activated users can see links. Click Here To Register...]

THANKS IN ADVANCED
02/08/2018 05:36 athena1410#2
You can change name of skill in textdata_equip&skill.txt and icon in skilldataxxx.enc like the way change name and icon of item
02/08/2018 05:42 devdash#3
Quote:
Originally Posted by athena1410 View Post
You can change name of skill in textdata_equip&skill.txt and icon in skilldataxxx.enc like the way change name and icon of item
i will try that and i will be back with the results

Quote:
Originally Posted by athena1410 View Post
You can change name of skill in textdata_equip&skill.txt and icon in skilldataxxx.enc like the way change name and icon of item
for the icon its working, but for Name i dont have even line on textdata_equip&skill, so what should i do ? how can i put one ?
02/08/2018 06:24 athena1410#4
Quote:
Originally Posted by alydandy View Post
i will try that and i will be back with the results



for the icon its working, but for Name i dont have even line on textdata_equip&skill, so what should i do ? how can i put one ?
make a new line for new skill
ex:
skill
Code:
1    33793    1016    SKILL_MALL_MRVIPER_GODBLESS_FIRE    ???? ????    SKILL_MALL_MRVIPER_GODBLESS_FIRE    0    1    1    0    0    0    0    0    1000    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    3    0    0    255    255    0    0    0    0    0    255    255    255    255    item\etc\mall_optlevel_upgrade_scroll_1.ddj    SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE    xxx    SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE_TT_DESC    xxx    0    0    3    1667396966    1851946342    1685418593    -1875767296    26738    110    0    1752396851    200    0    1752656242    120    0    7172201    3500    0    6844521    3500    0    1937011305    15    0    1768846441    15    0    25970    110    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
textdata_equip&skill.txt
Code:
1	SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE								Name of skill
02/08/2018 14:12 devdash#5
Quote:
Originally Posted by athena1410 View Post
make a new line for new skill
ex:
skill
Code:
1    33793    1016    SKILL_MALL_MRVIPER_GODBLESS_FIRE    ???? ????    SKILL_MALL_MRVIPER_GODBLESS_FIRE    0    1    1    0    0    0    0    0    1000    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    3    0    0    255    255    0    0    0    0    0    255    255    255    255    item\etc\mall_optlevel_upgrade_scroll_1.ddj    SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE    xxx    SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE_TT_DESC    xxx    0    0    3    1667396966    1851946342    1685418593    -1875767296    26738    110    0    1752396851    200    0    1752656242    120    0    7172201    3500    0    6844521    3500    0    1937011305    15    0    1768846441    15    0    25970    110    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
textdata_equip&skill.txt
Code:
1	SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE								Name of skill
thanks man worked

Quote:
Originally Posted by athena1410 View Post
make a new line for new skill
ex:
skill
Code:
1    33793    1016    SKILL_MALL_MRVIPER_GODBLESS_FIRE    ???? ????    SKILL_MALL_MRVIPER_GODBLESS_FIRE    0    1    1    0    0    0    0    0    1000    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    3    0    0    255    255    0    0    0    0    0    255    255    255    255    item\etc\mall_optlevel_upgrade_scroll_1.ddj    SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE    xxx    SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE_TT_DESC    xxx    0    0    3    1667396966    1851946342    1685418593    -1875767296    26738    110    0    1752396851    200    0    1752656242    120    0    7172201    3500    0    6844521    3500    0    1937011305    15    0    1768846441    15    0    25970    110    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
textdata_equip&skill.txt
Code:
1	SN_SKILL_MALL_MRVIPER_GODBLESS_FIRE								Name of skill
i still have problem with lv 1 "word" i can't remove it, wish means everyname i name i have to see lv 1 word beside it, can i delete it and if so where then ?
02/08/2018 15:43 athena1410#6
i think it always appear, you can change level of skill in param Level_Bacsic in RefSkill and skilldataxxxenc. Hope someone can help you!
02/08/2018 20:26 devdash#7
Quote:
Originally Posted by athena1410 View Post
i think it always appear, you can change level of skill in param Level_Bacsic in RefSkill and skilldataxxxenc. Hope someone can help you!
thanks man, i hope too, and i will try to change the level now..and i will be back with the results