Jump to content
  • 0
Sign in to follow this  
mybitch

What does clif->pMoveItem = clif_parse_MoveItem; do?

Question

I'm having this storage error after getting items from the storage and spits out 0x0000 packets, 2 bytes received.

 

I've tried to add it in the packets.h with this entry

 

 

packet(0x0000,2);

 

The disconnection issue was solved but can't get any items from storage.

 

Should it be the code in packets.h must be like this?

 

packet(0x0000,2,clif->pMoveItem,2);

 

I've tried to used pTakeItem but it always say that you can't get the item.

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

you probably have wrong packets specified for these two here:

 

clif->pMoveToKafra (this packet is for putting an item INTO the storage)

clif->pMoveFromKafra (this packet is for receiving an item FROM the storage)

 

Since you did not leave any client version you are using, no one can really help you.

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.