-
c# Programmer
Item(kor) raise limit?
Hi!
I have a little problem, when I try to add a new item (a scroll under group 15),
gameserver won't go up, how can I raise the limit of items under that category?
(I'm talking about item(kor).txt, nothing to do with the main.exe limits) :)
-
-
c# Programmer
Re: Item(kor) raise limit?
-
Re: Item(kor) raise limit?
there shouldnt be any problem, you are probably adding an item that is supossed to be there, besides never use the following number to add a new item
-
c# Programmer
Re: Item(kor) raise limit?
Well I had 29 scrolls,
and added a 30 and worked just fine.
If I add a 31 it won't work tho (gs crash),
but I tried adding a 180 and it didn't work either. :/
- - - Updated - - -
Update:
To prove that there is indeed a limit and it's not about the id's number,
I changed id 30 (the one that was working) to 31 (the one that wasn't working) and it worked just fine.
So it's not about the id number, but the number of total items on that category. :)