Jump to content
  • 0

job changer with no trans and no 3rd job


jpnazar

Question


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   1
  • Joined:  03/26/13
  • Last Seen:  

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


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...