ThyroDree 3 Posted November 9, 2013 my Item ID 35000+ i already change map/itemdb.h when i use @item 35000 Cannot Get the item. Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 9, 2013 Strange enough: There isn't any server-side message that says "You cannot get the item" (don't know if clientside has). Your items are being parsed OK? Maybe it's a client-side limitation? Try to put the item ID not too far from 22540 (last used Item ID in db/re/item_db.txt) and inbounds of the original server side limitations (0x8000) to see if they work. Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 9, 2013 Could you please paste the errors you may get on server console while using that, along with the source changes you may have performed to see if there's something wrong in there? Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted November 9, 2013 item_db2://custom33000,_redvalkyriehelm,Red Valkyrie Helm,5,20,,200,,2,,1,0xFFFFFFFF,7,2,256,,0,1,1300,{},{},{}33001,_redvampirewings,Red Vampire Wings,5,20,,200,,2,,0,0xFFFFFFFF,7,2,1,,0,1,1301,{},{},{}33002,_blackvalkyriehelms, Black Valkyrie Helm,5,20,,200,,2,,1,0xFFFFFFFF,7,2,256,,0,1,1302,{},{},{} src/map/itemdb.h #define MAX_ITEMDB 0x9000 // 32k array entries in array (the rest goes to the db) http://photouploads.com/?v=screenherc.jpg <--- Here Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted November 9, 2013 like 23001? Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 9, 2013 For example. Just try some numbers greater than 22540 and lesser than 30000 and see if you can get the items without any problem. Quote Share this post Link to post Share on other sites
0 Judas 100 Posted November 9, 2013 Yea jaBote is correct. Try not to use an item id in the range of > 30000 range of 23000 - 28000 is safe for example Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted November 9, 2013 Thanks! Problem Solved Quote Share this post Link to post Share on other sites
my Item ID 35000+
i already change map/itemdb.h
when i use @item 35000
Cannot Get the item.
Share this post
Link to post
Share on other sites