Jump to content
  • 0

Hide NPC


Aureon

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

Good day!~

I just wanna ask how to hide NPCs without detecting it with maya purple card ...
coz i noticed when i use this
 

disablenpc "PVP Warper";

 

it can be detected with maya purple card...

Your comments / reply is highly appreciated,
thanks~

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Wasn't this fixed in r15288?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

like invinsible?

why not remove the location?

make the npc as script.

-	script	npc	-1,{
     *actions here*
}
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

hideonnpc "<NPC object name>";

doesn't unload the sprite npc (can be seen with maya p) but

 

disablenpc "<NPC object name>";

does (can't be seen with maya p).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

hideonnpc "<NPC object name>";

doesn't unload the sprite npc (can be seen with maya p) but

 

disablenpc "<NPC object name>";

does (can't be seen with maya p).

still, i can see the hidden npc through maya P using disablenpc "<NPC OBJECT NAME>";

=(

can i ask again?

how to disablenpc / hideonnpc having duplicates?

my script at the top

 

-    script    Event#disable    -1,{
OnInit:
disablenpc "EventWarper";
set $@Event_Ongoing,0;
set $@FFA_event,0;
set $@LMS_event,0;
set $@RFYL_event,0;
set $@TOF_event,0;
end;
}
 
prontera,155,171,4    script    Event Warper#01::EventWarper    811,{

 

my script at the buttom part

 prontera,156,224,4    duplicate(EventWarper)    Event Warper#02    811
payon,155,223,4    duplicate(EventWarper)    Event Warper#03    811
morocc,160,86,4    duplicate(EventWarper)    Event Warper#04    811
geffen,119,66,4    duplicate(EventWarper)    Event Warper#05    811
alberta,192,148,4    duplicate(EventWarper)    Event Warper#06    811
alberta,30,235,4    duplicate(EventWarper)    Event Warper#07    811
izlude,128,114,4    duplicate(EventWarper)    Event Warper#08    811
aldebaran,140,121,4    duplicate(EventWarper)    Event Warper#09    811
xmas,147,131,4    duplicate(EventWarper)    Event Warper#10    811
comodo,189,162,4    duplicate(EventWarper)    Event Warper#11    811
yuno,157,49,4    duplicate(EventWarper)    Event Warper#12    811
yuno,157,186,4    duplicate(EventWarper)    Event Warper#13    811

 

i noticed that only one npc is disabled and its on this part

prontera,155,171,4    script    Event Warper#01::EventWarper    811,{

Please help me how to duplicate all this ...

im still newbie  /sry

Edited by Alexiares20
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

How can i use that one sir?
Can't understand the link that you provided   /sob 
can you please give me example of a script?
for the hide npc w/o seeing through maya P
and how to hide npcs with duplicates?

thanks in advance



already configured it out ...
btw,   /thx

Edited by Ares
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...