Jump to content
  • 0
Sign in to follow this  
Kian

NPC Teleportador

Question

Alguém poderia me ajudar em um npc que somente Alquimista e evoluções usa-se e que teleporte para o mapa alquimista1 31 172

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

  • 1
5 hours ago, Kian said:

Alguém poderia me ajudar em um npc que somente Alquimista e evoluções usa-se e que teleporte para o mapa alquimista1 31 172

seria isso?

prontera,151,169,5	script	Alquimista Teleport	113,{

	if(Class == 5 || Class == 18 ||  Class == 4019)
	{
		dispbottom "class: "+Class+"";
		mes "Você pode ser teleportado.";
		next;
		warp "prontera",150,150;
		end;
	}
	mes "Somente Alquimistas podem usar esse npc.";
	close;
}

 

Share this post


Link to post
Share on other sites
  • 0
42 minutes ago, Hyroshima said:

seria isso?

prontera,151,169,5 script Alquimista Teleport 113,{ if(Class == 5 || Class == 18 || Class == 4019) { dispbottom "class: "+Class+""; mes "Você pode ser teleportado."; next; warp "prontera",150,150; end; } mes "Somente Alquimistas podem usar esse npc."; close; }


prontera,151,169,5	script	Alquimista Teleport	113,{

	if(Class == 5 || Class == 18 ||  Class == 4019)
	{
		dispbottom "class: "+Class+"";
		mes "Você pode ser teleportado.";
		next;
		warp "prontera",150,150;
		end;
	}
	mes "Somente Alquimistas podem usar esse npc.";
	close;
}

 

Isso mesmo!!!Muito Obrigado!!!

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.