Jump to content
  • 0
Sign in to follow this  
ThyroDree

@item cannot get the item

Question

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

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.