Jump to content
  • 0
Sign in to follow this  
dhaisuke

about hidden npc issue

Question

Hi Guys,

 

need assistance,

this is regarding the issue  I can't walk over that cell where a hidden npc was located.

 

 

Thank in advance

 

 

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I think it goes the same for any npc, even FAKE_NPC. The only time you can walk over it is when it is disabled (maybe disablenpc())

Share this post


Link to post
Share on other sites
  • 0

bump for this..

 

here the sample of script.. what is the other solution how can i walk to that NPC

 

//Safety Wall npcs
06guild_01,68,54,0	script	SafetyWall#1	139,{
end;

OnActivation:
specialeffect 316;
if($@ArrayCounter==$@SW){
	donpcevent "MC Geezer::OnRun";
	end;
}
if($@ArrayCounter<$@SW){
	donpcevent "MC Geezer::OnNPCSetup";
	end;
}
}

06guild_01,68,51,0	duplicate(SafetyWall#1)	SafetyWall#2	139
06guild_01,68,48,0	duplicate(SafetyWall#1)	SafetyWall#3	139
06guild_01,68,45,0	duplicate(SafetyWall#1)	SafetyWall#4	139
06guild_01,66,54,0	duplicate(SafetyWall#1)	SafetyWall#5	139
06guild_01,66,45,0	duplicate(SafetyWall#1)	SafetyWall#6	139
06guild_01,64,64,0	duplicate(SafetyWall#1)	SafetyWall#7	139

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.