Jump to content
  • 0

Disguise NPC


Question

10 answers to this question

Recommended Posts

Posted

Mweeeeh....... It's very easy to write it.

prontera,152,183,0	script	Poring	1002,2,2,{

mes "Please select one:";

menu "Novice",A,"Swordman",B,"Magician",C,"Archer",D,"Cancel",-;

close;

A:

changebase 0;

close;

B:

changebase 1;

close;

C:

changebase 2;

close;

D:

changebase 3;

close;

}

Posted

How can i 

 

like this ?

http://pastebin.com/raw.php?i=iYW3D8hM

 

add in more job class option here.

OnInit:
setarray .job_list,
	Job_Rune_Knight_T,
	Job_Warlock_T,
	Job_Ranger_T,
	Job_Arch_Bishop_T,
	Job_Mechanic_T,
	Job_Guillotine_Cross_T,
	Job_Royal_Guard_T,
	Job_Sorcerer_T,
	Job_Minstrel_T,
	Job_Wanderer_T,
	Job_Sura_T,
	Job_Genetic_T,
	Job_Shadow_Chaser_T;

 

Doesn't work. How can i add a separation like Baby Class, Special Class, Transcendent and 3rd Job?

Posted

like this ?

http://pastebin.com/raw.php?i=iYW3D8hM

 

add in more job class option here.

OnInit:
setarray .job_list,
	Job_Rune_Knight_T,
	Job_Warlock_T,
	Job_Ranger_T,
	Job_Arch_Bishop_T,
	Job_Mechanic_T,
	Job_Guillotine_Cross_T,
	Job_Royal_Guard_T,
	Job_Sorcerer_T,
	Job_Minstrel_T,
	Job_Wanderer_T,
	Job_Sura_T,
	Job_Genetic_T,
	Job_Shadow_Chaser_T;

 

is this permanent or temporary only ? 

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...