Jump to content
  • 0
cder

How can I increase maximum item id

Question

9 answers to this question

Recommended Posts

  • 0
You go to db / [re or pre] / item_db
Take the last ID value, probably 30xxx, make a separation to arrange:

// ------ My itens
30xxx + = 1, your items
  • Upvote 1
Link to comment
Share on other sites

  • 0
15 minutes ago, dev LOOLP said:
You go to db / [re or pre] / item_db
Take the last ID value, probably 30xxx, make a separation to arrange:

// ------ My itens
30xxx + = 1, your items

@dev LOOLP

In the case on the last line, this is ID: 32302, there is no problem in adding + 17k of items?, There will be no error, will it work normally? take the limit, so are you telling me there is no limit?

 

Link to comment
Share on other sites

  • 0
4 hours ago, dev LOOLP said:

32303
32304

I've never had limit issues when done right. I've used it up to 35100.

no, i seu 40000++ 😒, this is not the limit.

  • Upvote 1
Link to comment
Share on other sites

  • 0
1 hour ago, Kakaroto said:

no, i seu 40000++ 😒, this is not the limit. 

wtf? I said sometime what was the limit, I said what I already did .. I got up to ID 35100
 
 
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.