mrlongshen 22 Posted August 13, 2013 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 ? Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted August 13, 2013 32k 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 Neo-Mind 264 Posted August 13, 2013 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. 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted August 13, 2013 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 Quote Share this post Link to post Share on other sites
0 Neo-Mind 264 Posted August 14, 2013 oO official has reached 32k ?? WTF then we need to wait for gravity to implement item ids in long values (4 bytes) Quote Share this post Link to post Share on other sites
0 Rytech 392 Posted August 14, 2013 Doesn't mean they used up every ID. There's tons of gaps of unused ID's. Quote Share this post Link to post Share on other sites
0 Neo-Mind 264 Posted August 14, 2013 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 Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted August 14, 2013 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 Quote Share this post Link to post Share on other sites
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