[Help] GetSkillProp range_error?

09/14/2018 01:00 theo4595#1
I'am using clean src v15. I'am trying to add New skill window, everything works except 3rd jobs skills. no info is appearing when i hover the mouse on skills and i cant click it at all. Any tips on how to fix this problem? the worldserver.exe is also giving the same message like the one from client. i am using v16 parameters to read propSkill.txt:confused::confused:

edit: the problems are from propSkillAdd.csv

edit2: fixed it by changing the propSkillAdd.csv new skill values.
09/14/2018 13:22 Mehoh23#2
Quote:
Originally Posted by theo4595 View Post
I'am using clean src v15. I'am trying to add New skill window, everything works except 3rd jobs skills. no info is appearing when i hover the mouse on skills and i cant click it at all. Any tips on how to fix this problem? the worldserver.exe is also giving the same message like the one from client. i am using v16 parameters to read propSkill.txt:confused::confused:

edit: the problems are from propSkillAdd.csv
you need to add the parameter dwBuffTickType in your source ProjectCmn.cpp/h Project.cpp/h
09/14/2018 15:41 theo4595#3
thank you for replying. i manage to fix the skills by changing the propskillAdd 3rd job skill values. it is now working.
09/16/2018 17:42 Ecrypter#4
Quote:
Originally Posted by theo4595 View Post
thank you for replying. i manage to fix the skills by changing the propskillAdd 3rd job skill values. it is now working.
All VersionCommon.h
PHP Code:
#define        __VER    15 
change to
PHP Code:
#define        __VER    17 
or higer
09/16/2018 18:48 theo4595#5
yup i just realized after i changed the ver to 16. now the baruna skill are not working so i change it to 17 and thats it. i thought it was the propskilladd.