Jump to content
  • 0
Sign in to follow this  
ThyroDree

@item cannot get the item

Question

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

7 answers to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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?

Share this post


Link to post
Share on other sites
  • 0
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

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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

 

range of 23000 - 28000 is safe for example

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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