Jump to content
  • 0

job changer with no trans and no 3rd job


Question

Posted

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

1 answer to this question

Recommended Posts

Posted
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

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