Jump to content
  • 0

Show NPC for certain players only


Question

Posted

For example in the illusion vampire there is a section where you follow Marina to find 2 other NPCS, the Marina is hidden for all other players but only visible to the player who has the quest.

How can this be done?

I've tried to use classchange with bc_self, but this wont work for distant NPCs from the player when I tried it.

3 answers to this question

Recommended Posts

  • 0
Posted

I've made a workaround for this.

I used OnTouch: and classchange when the player touch the npc.
 


OnTouch:
	if(illusion_vampire_temp == 5){
		classchange 110,"Priest#illuvamp",bc_self;
	}
end;

But it would be really great if something official from rathena could be implemented so this can be done by using quest id rather than having to use workarounds.

  • 0
Posted

I believe in the official server they have a way to disable npc for a single id atleast that's what i notice when i copied it. the only work around for this is using OnTouch.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...