Darkpurple Posted June 14, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Share Posted June 14, 2013 I want to ask what the maximum item id can i use? Can I use the item id start from 40000 to 50000? Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted June 14, 2013 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted June 14, 2013 Nope, because the max Item ID was only 32k or 32,000. If you use beyond that limit the server will not read that item. You can check it in... src/map/itemdb.h in line 11 to 12 // 32k array entries in array (the rest goes to the db) #define MAX_ITEMDB 0x8000 Quote Link to comment Share on other sites More sharing options...
Darkpurple Posted June 14, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 187 Reputation: 7 Joined: 09/04/12 Last Seen: May 9, 2022 Author Share Posted June 14, 2013 can i change it to 0x10000 to support item id 40000 - 50000…? Quote Link to comment Share on other sites More sharing options...
Question
Darkpurple
I want to ask what the maximum item id can i use?
Can I use the item id start from 40000 to 50000?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.