Jump to content
  • 0

How can I increase maximum item id


cder

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.02
  • Content Count:  96
  • Reputation:   0
  • Joined:  08/06/18
  • Last Seen:  

How can I increase maximum item id
I want to add 17k more custom items

 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  233
  • Reputation:   50
  • Joined:  12/20/18
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.02
  • Content Count:  96
  • Reputation:   0
  • Joined:  08/06/18
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  233
  • Reputation:   50
  • Joined:  12/20/18
  • Last Seen:  

32303
32304

I've never had limit issues when done right. I've used it up to 35100.
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.02
  • Content Count:  96
  • Reputation:   0
  • Joined:  08/06/18
  • Last Seen:  

I hope I have no problem too, so I created this topic ...

Thank you @dev LOOLP

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  233
  • Reputation:   50
  • Joined:  12/20/18
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

no limit to item id , no worries

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   37
  • Joined:  07/15/13
  • Last Seen:  

But unless you increased it on client, there is a limit for viewid.

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Wasn't something like 65k max item id, what rAthena currently can support up to? Read that somewhere at least.

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...