mrlongshen 22 Posted December 10, 2015 (edited) who have this script but from novice to transcendent class only ? Edited December 11, 2015 by AnnieRuru split topic from topic/902-instant-third-class-jobs Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted December 11, 2015 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;} Quote Share this post Link to post Share on other sites
who have this script but from novice to transcendent class only ?
Edited by AnnieRurusplit topic from topic/902-instant-third-class-jobs
Share this post
Link to post
Share on other sites