very quick question...i'll wait for answer.

01/10/2010 14:46 jpxtreme#1
I need to fix a very simple bug. The bug is that the server's skill book requirements is different from the client's skill book requirements.

for example.

in my server, urzer gain skill level requirement is 72 but the client says the level requirement is 64, which is wrong.


I just need to identify which file from the client to edit. The file that handles the string of the items/skillbooks information.

Probably it's in the script folder but I couldn't find it.
01/10/2010 16:35 =Seph=#2
lol copy your sever item folder to your client item folder
01/10/2010 17:14 jpxtreme#3
it still the same. I think this is cause by the client side. I need to find the string in order to change it.
01/10/2010 17:45 =Seph=#4
well the skillbooks info is in itemcsv and itemetc
if it dont work you have to edit the skill
01/10/2010 17:54 jpxtreme#5
do you mean that itemcsv and itemetc must be the same? I thought we only edit itemetc? itemcsv differs from it's size. Someone pls confirm.
01/10/2010 18:02 =Seph=#6
thats cuz itemcsv is not use so much as itemetc but if you look in the files you will see the skillbooks is there
01/10/2010 22:26 Decima#7
please dont confuse the noobs, itemcsv.csv, is not used by the server or the client at all, u can delete it completely and it will have no affect on either side.
01/11/2010 02:41 jpxtreme#8
ok thanks Decima!