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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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