Jump to content
  • 0
Sign in to follow this  
ellandson

Block use item

Question

4 answers to this question

Recommended Posts

  • 0

In pc.c, find pc_isUseitem
In this function find:

    if( !item->script ) //if it has no script, you can't really consume it!
        return 0;


Add below it:

    // No work when talking to NPC
    if (sd->npc_id > 0)
        return 0;

Hopefully meko don't see this. He will rage at source edits :D

Share this post


Link to post
Share on other sites
  • 0

@4144 >  it worked out, just as I predicted, thank you!

 

Miríade > 
My problem was solved without an issue in the source, I did not think it was possible to search for hours on end, I feel more comfortable without changing anything on the source for this problem, but I thank you for the help.

 

 

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.