Jump to content
  • 0
Sign in to follow this  
mrlongshen

request instant 3rd job

Question

who have this script but from novice to transcendent class only ?

Edited by AnnieRuru
split topic from topic/902-instant-third-class-jobs

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

I recently just did this for a customer, so I can finish this up in no time

prontera,155,185,5	script	kdshfksjf	1_F_MARIA,{	if ( !basicskillcheck() ) {		mes "you must learn all your basic skill before changing job";		close;	}	if ( Class != Job_Novice ) {		mes "only novice can use my service";		close;	}	mes "select a job to change into";	next;	.@s = select ( getd(".jobmenu"+ Sex +"$" ) ) -1;	.@jobid = getd(".job"+ Sex +"[ "+ .@s +"]");	jobchange .@jobid;	mes "Congratulation in becoming "+ jobname(.@jobid)+".";	percentheal 100,100;	close;OnInit:	setarray .job1, 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_Sura_T, Job_Genetic_T, Job_Shadow_Chaser_T,		Job_Taekwon, Job_Star_Gladiator, Job_Soul_Linker, Job_Kagerou;	setarray .job0, 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_Wanderer_T, Job_Sura_T, Job_Genetic_T, Job_Shadow_Chaser_T,		Job_Taekwon, Job_Star_Gladiator, Job_Soul_Linker, Job_Oboro;	.jobsize = getarraysize(.job1);	for ( .@i = 0; .@i < .jobsize; .@i++ ) {		.jobmenu0$ = .jobmenu0$ + jobname( .job0[.@i] ) +":";		.jobmenu1$ = .jobmenu1$ + jobname( .job1[.@i] ) +":";	}	end;}

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.