jpnazar Posted May 31, 2014 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 170 Reputation: 1 Joined: 03/26/13 Last Seen: July 29, 2018 Share Posted May 31, 2014 I want a job changer npc like this NOVICE - ARCHER - HUNTER/BARD/DANCER NOVICE - ACOLYTE - PRIEST/MONK NOVICE - SWORDSMAN - KNIGHT/CRUSADER NOVICE - THIEF - ASSASSIN/ROUGE NOVICE - MAGE - WIZARD/SAGE NOVICE - MERCHANT - BLACKSMITH/ALCHEMIST I need a job changer like that please help Quote Link to comment Share on other sites More sharing options...
Capuche Posted May 31, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted May 31, 2014 prontera,150,183,5 script test 56,{ if ( Class > 20 ) end; mes "do you want to become..?"; next; if ( Class == Job_Novice ) { for ( .@i = 1; .@i <= 6; .@i++ ) .@menu$ = .@menu$ + jobname(.@i) +":"; jobchange select( .@menu$ ); else { .@eac = eaclass(); setarray .@class[1], roclass( .@eac|EAJL_2_1 ), roclass( .@eac|EAJL_2_2 ); .@s = select( jobname( .@class[1] ), jobname( .@class[2] ) ); jobchange .@class[.@s]; } mes "you are now "+ jobname( Class ); close; } another way should be to write a high value in the option of the jobmaster in the repo setarray .Rebirth[0],9999999999,50; // Minimum base level, job level to rebirth OR change to third class Quote Link to comment Share on other sites More sharing options...
Question
jpnazar
I want a job changer npc like this
NOVICE - ARCHER - HUNTER/BARD/DANCER
NOVICE - ACOLYTE - PRIEST/MONK
NOVICE - SWORDSMAN - KNIGHT/CRUSADER
NOVICE - THIEF - ASSASSIN/ROUGE
NOVICE - MAGE - WIZARD/SAGE
NOVICE - MERCHANT - BLACKSMITH/ALCHEMIST
I need a job changer like that please help
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.