Jump to content
  • 0

can I request 3rd job quest


Famous

Question


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

http://www.eathena.ws/board/index.php?act=attach&type=post&id=4668

 

 

can I request this script edit to put some quest items requirements for changing 3rd job..

 

thank you!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

What item?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

id number: 7588 1000 pcs per jobs

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

id number: 7588 1000 pcs per jobs

 

prontera,139,229,6	script	3rd Class Job Changer	459,{

	mes "[Third Job Changer]";
	mes "Hello [" + strcharinfo(0) + "], so you'd like to change to the 3rd Class.";
	mes "Well, which class should it be ?";
	next;
	if(BaseLevel < 255 || JobLevel < 75) goto L_level;
	menu "Rune Knight",-,"Guillotine Cross",L_1,"Ranger",L_2,"Warlock",L_3,"Archbishop",L_4,"Mechanic",L_5,"Royal Guard",L_6,"Shadow Chaser",L_7,"Minstrel",L_8,"Wanderer",L_9,"Sorcerer",L_10,"Sura",L_11,"Genetic",L_12,"Cancel",L_End;

	mes "[Third Job Changer]";
	mes "So you would like to be an Rune Knight ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
    if ((Class == 4014) || (Class == 4022)) goto Lpeco;
	
	if (Class != 4008) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4060;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Rune Knight !!";
	close;

L_1:
	mes "[Third Job Changer]";
	mes "So you would like to be an Guillotine Cross ?";
	next;
	menu "Yes",-,"No",L_End;
		
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4013) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4065;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Guillotine Cross !!";
	close;

L_2:
	mes "[Third Job Changer]";
	mes "So you would like to be an Ranger ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
    if (checkfalcon() != 0) goto LFalcon;
	
	if (Class != 4012) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4062;
	getitem 6124,1;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Ranger !!";
	close;

L_3:
	mes "[Third Job Changer]";
	mes "So you would like to be an Warlock ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4010) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4061;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Warlock !!";
	close;
   
L_4:
	mes "[Third Job Changer]";
	mes "So you would like to be an Arc Bishop ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4009) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4063;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Arc Bishop !!";
	close;
  
L_5:
	mes "[Third Job Changer]";
	mes "So you would like to be an Mechanic ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
    if (checkcart() != 0) goto LCart;
	
	if (Class != 4011) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4064;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Mechanic !!";
	close;

L_6:
	mes "[Third Job Changer]";
	mes "So you would like to be an Royal Guard ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
    if ((Class == 4014) || (Class == 4022)) goto Lpeco;
	
	if (Class != 4015) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4073;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Royal Guard !!";
	close;

L_7:
	mes "[Third Job Changer]";
	mes "So you would like to be an Shadow Chaser ?";
	next;
	menu "Yes",-,"No",L_End;
		
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4018) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4079;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Shadow Chaser !!";
	close;

L_8:
	mes "[Third Job Changer]";
	mes "So you would like to be an Minstrell ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4020) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4076;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Minstrell !!";
	close;

L_9:
	mes "[Third Job Changer]";
	mes "So you would like to be an Wanderer ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
	
	if (Class != 4021) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4075;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Wanderer !!";
	close;

L_10:
	mes "[Third Job Changer]";
	mes "So you would like to be an Sorcerer ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
	
	if (Class != 4017) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4074;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Sorcerer !!";
	close;

L_11:
	mes "[Third Job Changer]";
	mes "So you would like to be an Sura ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4016) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4077;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Sura !!";
	close;

L_12:
	mes "[Third Job Changer]";
	mes "So you would like to be an Genetic ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
    if (checkcart() != 0) goto LCart;
	
	if (Class != 4019) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4078;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Genetic !!";
	close;
	
L_level:
	mes "Sorry, but be sure if your";
	mes "Base Lvl. is 255 / Job Lvl. is 75 and you've ste all your Skillpoints.";
	close;
	
L_cant:
	mes "Sorry, but you can't change from that Class!";
	close;
	
LWeight:
	mes "Sorry, but you're overweight,";
	mes "please put some of your items in the storage.";
	close;
	
Lpeco:
	mes "Please release your Peco before changing.";
	close;
	
LCart:
	mes "Please remove your Cart before changing.";
	close;
	
LFalcon:
	mes "Please release your Falcon before changing.";
	close;
	
L_End:
	mes "Bye.";
	close;
	
L_NE:
mes "Insufficient IPOD Coupon!";
close;

}
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

a big thanks :) sorry for late reply

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  203
  • Reputation:   1
  • Joined:  05/11/12
  • Last Seen:  

id number: 7588 1000 pcs per jobs

 

prontera,139,229,6	script	3rd Class Job Changer	459,{

	mes "[Third Job Changer]";
	mes "Hello [" + strcharinfo(0) + "], so you'd like to change to the 3rd Class.";
	mes "Well, which class should it be ?";
	next;
	if(BaseLevel < 255 || JobLevel < 75) goto L_level;
	menu "Rune Knight",-,"Guillotine Cross",L_1,"Ranger",L_2,"Warlock",L_3,"Archbishop",L_4,"Mechanic",L_5,"Royal Guard",L_6,"Shadow Chaser",L_7,"Minstrel",L_8,"Wanderer",L_9,"Sorcerer",L_10,"Sura",L_11,"Genetic",L_12,"Cancel",L_End;

	mes "[Third Job Changer]";
	mes "So you would like to be an Rune Knight ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
    if ((Class == 4014) || (Class == 4022)) goto Lpeco;
	
	if (Class != 4008) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4060;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Rune Knight !!";
	close;

L_1:
	mes "[Third Job Changer]";
	mes "So you would like to be an Guillotine Cross ?";
	next;
	menu "Yes",-,"No",L_End;
		
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4013) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4065;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Guillotine Cross !!";
	close;

L_2:
	mes "[Third Job Changer]";
	mes "So you would like to be an Ranger ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
    if (checkfalcon() != 0) goto LFalcon;
	
	if (Class != 4012) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4062;
	getitem 6124,1;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Ranger !!";
	close;

L_3:
	mes "[Third Job Changer]";
	mes "So you would like to be an Warlock ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4010) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4061;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Warlock !!";
	close;
   
L_4:
	mes "[Third Job Changer]";
	mes "So you would like to be an Arc Bishop ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4009) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4063;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Arc Bishop !!";
	close;
  
L_5:
	mes "[Third Job Changer]";
	mes "So you would like to be an Mechanic ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
    if (checkcart() != 0) goto LCart;
	
	if (Class != 4011) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4064;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Mechanic !!";
	close;

L_6:
	mes "[Third Job Changer]";
	mes "So you would like to be an Royal Guard ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
    if ((Class == 4014) || (Class == 4022)) goto Lpeco;
	
	if (Class != 4015) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4073;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Royal Guard !!";
	close;

L_7:
	mes "[Third Job Changer]";
	mes "So you would like to be an Shadow Chaser ?";
	next;
	menu "Yes",-,"No",L_End;
		
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4018) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4079;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Shadow Chaser !!";
	close;

L_8:
	mes "[Third Job Changer]";
	mes "So you would like to be an Minstrell ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4020) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4076;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Minstrell !!";
	close;

L_9:
	mes "[Third Job Changer]";
	mes "So you would like to be an Wanderer ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
	
	if (Class != 4021) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4075;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Wanderer !!";
	close;

L_10:
	mes "[Third Job Changer]";
	mes "So you would like to be an Sorcerer ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
	
	if (Class != 4017) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4074;

	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Sorcerer !!";
	close;

L_11:
	mes "[Third Job Changer]";
	mes "So you would like to be an Sura ?";
	next;
	menu "Yes",-,"No",L_End;
	
	if (Weight > 20000) goto LWeight;
	
	if (Class != 4016) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4077;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Sura !!";
	close;

L_12:
	mes "[Third Job Changer]";
	mes "So you would like to be an Genetic ?";
	next;
	menu "Yes",-,"No",L_End;

	if (Weight > 20000) goto LWeight;
    if (checkcart() != 0) goto LCart;
	
	if (Class != 4019) goto L_cant;
	if(countitem(7588) < 1000) goto L_NE;
	
	delitem 7588,1000;
	set BaseLevel, 1;
	set JobLevel, 1;
    resetstatus;
	resetskill;
	set SkillPoint, 0;
    set StatusPoint, 100;
	jobchange 4078;
	
	mes "[Third Job Changer]";
	mes "Congratulations ! You're now Genetic !!";
	close;
	
L_level:
	mes "Sorry, but be sure if your";
	mes "Base Lvl. is 255 / Job Lvl. is 75 and you've ste all your Skillpoints.";
	close;
	
L_cant:
	mes "Sorry, but you can't change from that Class!";
	close;
	
LWeight:
	mes "Sorry, but you're overweight,";
	mes "please put some of your items in the storage.";
	close;
	
Lpeco:
	mes "Please release your Peco before changing.";
	close;
	
LCart:
	mes "Please remove your Cart before changing.";
	close;
	
LFalcon:
	mes "Please release your Falcon before changing.";
	close;
	
L_End:
	mes "Bye.";
	close;
	
L_NE:
mes "Insufficient IPOD Coupon!";
close;

}

Is it possible to add more requirements?

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