Unsung 0 Posted November 11, 2014 Hi, Can i request an instant job npc? 1 char per account only. TIA. Quote Share this post Link to post Share on other sites
0 Zeiyan 4 Posted November 14, 2014 (edited) prontera,150,150,5 script instajob 100,{if ( #instantjob == 0) { mes "[ Instajob ]"; mes "I'll change you into a job that you want but be warned you can only change your job once so choose carefully!"; next; mes "[ Instajob ]"; mes "If you cancel, YOU WILL LOSE YOUR CHANCE to have instant level and job!"; next; switch(select("Lord Knight:Paladin:Assassin Cross:Stalker:High Priest:Champion:High Wizard:Professor:Sniper:Clown/Gypsy:Gunslinger:Ninja:Star Gladiator:Soul Linker:Whitesmith:Creator")){ case 1: jobchange 4008; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Lord Knight!"; break; case 2: jobchange 4015; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Paladin!"; break; case 3: jobchange 4013; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now an Assassin Cross!"; break; case 4: jobchange 4018; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Stalker!"; break; case 5: jobchange 4009; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a High Priest!"; break; case 6: jobchange 4016; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Champion!"; break; case 7: jobchange 4010; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a High Wizard!"; break; case 8: jobchange 4017; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Professor!"; break; case 9: jobchange 4012; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Sniper!"; break; case 10: if(Sex == 0){ jobchange 4021; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Gypsy!"; } else { jobchange 4020; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Clown!"; } break; case 11: jobchange 24; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Gunslinger!"; break; case 12: jobchange 25; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Ninja!"; break; case 13: jobchange 4047; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Star Gladiator!"; break; case 14: jobchange 4049; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Soul Linker!"; break; case 15: jobchange 4011; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Whitesmith!"; break; case 16: jobchange 4019; set BaseLevel,255; set JobLevel,120; mes "[ Instajob ]"; mes "Congratulations! You are now a Creator!"; break; } set #instajob, 1; close;}mes "Instajob can only be used once per account!";close;} Edited November 14, 2014 by Zeiyan Quote Share this post Link to post Share on other sites
Hi, Can i request an instant job npc? 1 char per account only. TIA.
Share this post
Link to post
Share on other sites