Added new buff skill to wizard, it crashes client

03/06/2021 06:31 goodooneo#1
i add a new buff skill to wizard
this one :
refskill
PHP Code:
1    45663    1237    SKILL_EU_WIZARD_DAMAGE_ABS_5P_01    20% ??? ??    SKILL_EU_WIZARD_DAMAGE_ABS_5P    0    1    2    0    99999999    0    0    0    900000    0    0    0    2314    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    514    0    100    0    0    0    0    0    0    0    0    0    100000    1    0    0    11    255    0    10000    0    5    0    1    0    1    4    skill\custom\mall_damage_abs_20p_scroll.ddj    SN_SKILL_JOB_DMG_ABS_5P    xxx    xxx    xxx    0    66    3    1667396966    1685418593    300000    1868849522    15    15    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    0    0    0    0    0    0    0    0    0    0    0 
refskillgroup
PHP Code:
1237    SKILL_EU_WIZARD_DAMAGE_ABS_5P 
but it appears like this:
[Only registered and activated users can see links. Click Here To Register...]
and ofc when I click on 'Add' client crashes

I checked skilldataenc and its fine as I also added 3 more buffs to other masteries and they all work
what did I miss?^^
03/06/2021 10:34 NorseGodTyr#2
Quote:
Originally Posted by goodooneo View Post
i add a new buff skill to wizard
this one :
refskill
PHP Code:
1    45663    1237    SKILL_EU_WIZARD_DAMAGE_ABS_5P_01    20% ??? ??    SKILL_EU_WIZARD_DAMAGE_ABS_5P    0    1    2    0    99999999    0    0    0    900000    0    0    0    2314    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    514    0    100    0    0    0    0    0    0    0    0    0    100000    1    0    0    11    255    0    10000    0    5    0    1    0    1    4    skill\custom\mall_damage_abs_20p_scroll.ddj    SN_SKILL_JOB_DMG_ABS_5P    xxx    xxx    xxx    0    66    3    1667396966    1685418593    300000    1868849522    15    15    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    0    0    0    0    0    0    0    0    0    0    0 
refskillgroup
PHP Code:
1237    SKILL_EU_WIZARD_DAMAGE_ABS_5P 
but it appears like this:
[Only registered and activated users can see links. Click Here To Register...]
and ofc when I click on 'Add' client crashes

I checked skilldataenc and its fine as I also added 3 more buffs to other masteries and they all work
what did I miss?^^
Something is wrong with the skillgroup try to add aother skill group and add the new skillgroup id to the skill
03/07/2021 00:10 goodooneo#3
Quote:
Originally Posted by NorseGodTyr View Post
Something is wrong with the skillgroup try to add aother skill group and add the new skillgroup id to the skill
the id and the code were not duplicated but it actually worked! i deleted the skillgroup line and added it again with new ID and it worked))
thx for your advice