Jump to content
  • 0
kaiyongkai

How to remove invisible npc when input and successrefitem function used together?

Question

If `successrefitem` is called after  `input` (or even `select`). When function is closed, there's a invisible thing left on the map with and 'ellipsis' (npc interaction thing) when you hover on it.
 

function	script	F_TestFuncHere	{
	input .@refine_count;
	successrefitem 1,.@refine_count;
	return; // also tried close or end. didn't matter
}

I use this function as item script.
 

input_refine_bug.jpg

Edited by kaiyongkai

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0
9 hours ago, Timokha said:

The same thing. 

 

If you want to have invisible npc just use HIDDEN_NPC

Sample

prontera,100,100<tab>script<tab>I am invisible<tab>HIDDEN_NPC,{
content 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...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.