Some questions about item IDs
First of all I was wondering is it at all possible to increase the maximum IDs for gshop above 30K? I looked on the forum but no answers there.
Secondly, failing the first option, is there a way to discover which IDs within elements are available within a certain range?
:blink: If not then I got a long day ahead of me
Oh yeah and before I forget, do the IDs in tasks conflict with the ones in elements or am I safe to create many new quests, so long as I don't use the IDs in tasks already?
Re: Some questions about item IDs
Quote:
Originally Posted by
twister495
First of all I was wondering is it at all possible to increase the maximum IDs for gshop above 30K? I looked on the forum but no answers there.
Secondly, failing the first option, is there a way to discover which IDs within elements are available within a certain range?
No and no, you could write a script to do the second for you easily enough though (whilst first one requires disassembling server side binaries)
Quote:
Originally Posted by
twister495
Oh yeah and before I forget, do the IDs in tasks conflict with the ones in elements or am I safe to create many new quests, so long as I don't use the IDs in tasks already?
The do not conflict. However tasks ID should not be above 32767 or you might run into problems.
Re: Some questions about item IDs
Well looks like I got a busy day ahead of me then :D
Thanks alot for the response.
Re: Some questions about item IDs
Quote:
Originally Posted by
Souris
However tasks ID should not be above 32767 or you might run into problems.
That's right for gshop but not for tasks. I have some IDs over 40000 and so far no problem. I even know a server that used IDs over 70000 so I'm realy unsure what is the limit for tasks.
Re: Some questions about item IDs
Quote:
Originally Posted by
Romulan
That's right for gshop but not for tasks. I have some IDs over 40000 and so far no problem. I even know a server that used IDs over 70000 so I'm realy unsure what is the limit for tasks.
You should check your xml to see how completed tasks are stored ;)
Re: Some questions about item IDs