Guild Buff

06/12/2018 05:40 khemomo#1
Hi guys,

I tried to add Guild buff on my files, Everything is fine on the compile no error has been found but during my testing I tried to use one of the buff suddenly the world server crash and it gives me an error of

Error in Client
2018/ 6/12 11:27:09 GetSkillProp range_error min:0, max:321, index:443

2018/ 6/12 11:27:09 GetSkillProp range_error min:0, max:321, index:444

2018/ 6/12 11:27:09 GetSkillProp range_error min:0, max:321, index:445

2018/ 6/12 11:27:09 GetSkillProp range_error min:0, max:321, index:446

2018/ 6/12 11:28:26 GetSkillProp range_error min:0, max:321, index:443

2018/ 6/12 11:28:26 GetSkillProp range_error min:0, max:321, index:444

2018/ 6/12 11:28:26 GetSkillProp range_error min:0, max:321, index:445

2018/ 6/12 11:28:26 GetSkillProp range_error min:0, max:321, index:446


Error in program
2018/ 6/12 11:28:53 GetSkillProp range_error min:0, max:321, index:322

2018/ 6/12 11:28:53 test-DoActiveSkill : 11. ½ºÅ³(322)ÀÇ ÇÁ·ÎÆÛƼ°¡ ¾ø´Ù.

on my DefineSkill.h ( I include an excess define for reference)


In my PropSkill.txt

PropSkillAdd.csv (Opened in notepad ++)

06/15/2018 08:49 Flogolo#2
If i understand the error right, your files can only read up to max 321 skills. And your Skill ID is higher than the max value, and you have to add more IDs to make it compatible
06/15/2018 12:18 alfredico#3
Problem comes from propskillAdd.csv

20 4347
20 4348
20 4349
20 4350

Since you only have 1 level, change 20 for 1.
06/15/2018 12:39 khemomo#4
Quote:
Originally Posted by Flogolo View Post
If i understand the error right, your files can only read up to max 321 skills. And your Skill ID is higher than the max value, and you have to add more IDs to make it compatible
I think 321 means before 320 ID, sort of indicator that the error is from 321 above. Just my thought

Quote:
Originally Posted by alfredico View Post
Problem comes from propskillAdd.csv

20 4347
20 4348
20 4349
20 4350

Since you only have 1 level, change 20 for 1.
Do you mean changing the level 1 to 20? I tried to edit my propskill Add Changing it to 20 but still got the same error.

Code:
SA_BUFF_GUILD01,SI_BUFF_GUILD01,[COLOR="Red"]20[/COLOR],=,=,=,=,=,=,=,=,=,DST_EXPERIENCE,=,25,=,=,=,=,=,=,=,=,=,20,=,=,1000,=,=,=,3600000,=,1,4,600
06/15/2018 12:59 alfredico#5
The error is in propskill.txt but related to propskilladd.csv because is trying to read 20 buff level from the second file when you only have 1.