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

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.