@item cannot get the item

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
my Item ID 35000+

i already change map/itemdb.h 

when i use @item 35000 

Cannot Get the item.

 
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?

 
Last edited by a moderator:
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

 
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.

 
For example. Just try some numbers greater than 22540 and lesser than 30000 and see if you can get the items without any problem.

 
Yea jaBote is correct. Try not to use an item id in the range of > 30000

range of 23000 - 28000 is safe for example

 
Back
Top