Jump to content
  • 0

Cannot talk to NPC when frozen.


iwillnot

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   23
  • Joined:  04/28/12
  • Last Seen:  

Problem and goal

Hi. I can't talk to the NPC when I have certain status ailments (e.g. Frozen, Stoned, Stunned... etc.).

The goal is to be able to make a healer that can remove these status ailments or debuffs.

 

Testing

First I tried to summon garm to get frozen and just warp in front of the healer, but that was too tedious. I tried to do 

@option 2

to become frozen, but again, the frozen status is not removed.

 

Analysis

I think that the npc healer script that has "sc_end" does not execute because I am currently frozen, stoned, or stunned. I'm not sure if this will require a minor src edit. I've checked npc.c and script.c but it's getting confusing.

 

Tried to look for a conf file for this, but I couldn't find any too. Please help!

post-4244-0-69562300-1410858950_thumb.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  295
  • Reputation:   6
  • Joined:  10/14/12
  • Last Seen:  

Try putting this below npc header

if(getstatus(SC_FREEZE)) { sleep2 2000; sc_end(SC_FREEZE);

This is just to remove frozen state.

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...