Jump to content
  • 0
Sign in to follow this  
mrlongshen

Client 2013-03-20 Item db range

Question

hello all. may i know what is the maximum item db range.

because i try to use 35000~40000

but cannot. When i try @item 35000 its appear you cannot get the item.

when i try 30000 its successfull, but its seem duplicate with other item desc.

so how ?

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

item id is 2 bytes (16 bits) signed integer but since item id cannot be negative we lose the MSB.

therefore maximum value possible is (2^15)-1 = 32767.

Share this post


Link to post
Share on other sites
  • 0

32k

 

item id is 2 bytes (16 bits) signed integer but since item id cannot be negative we lose the MSB.

therefore maximum value possible is (2^15)-1 = 32767.

 

thx alot all.

btw. i use iteminfo from dastipogee.

they now reach 32k.

where should i put my custom ? arghh

Share this post


Link to post
Share on other sites
  • 0

oO official has reached 32k ?? WTF then we need to wait for gravity to implement item ids in long values (4 bytes)

Share this post


Link to post
Share on other sites
  • 0

true but i think they are leaving them blank to add weapons/shields etc in future. but for headgears they will probably have to expand

Share this post


Link to post
Share on other sites
  • 0

Doesn't mean they used up every ID. There's tons of gaps of unused ID's.

 

i know but there a many number. need to find carefull.

 

 

true but i think they are leaving them blank to add weapons/shields etc in future. but for headgears they will probably have to expand

agree with u sir.  Im pretty sure it will be used for custom weapon.

currently is free 26000~28000 sir.

ahhhhhhhhhhhhhhhhhhhhhhhh...

neo, u cant inject the client to read 50k or mayb 100k ? hehe

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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