Famous Posted June 7, 2013 Posted June 7, 2013 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! Quote
Jaburak Posted June 7, 2013 Posted June 7, 2013 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; } 1 Quote
Littlefoot Posted November 13, 2013 Posted November 13, 2013 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? Quote
Question
Famous
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!
6 answers 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.