karazu Posted May 4, 2012 Posted May 4, 2012 Can someone make me a script which if a Novice 10/10 click it it will make you a Knight 1/1 and will give you bandit beard and a spear. thank you! Quote
deathscythe13 Posted May 5, 2012 Posted May 5, 2012 prontera,156,182,5 script Jobchanger 100,{ if(Class == Job_Novice && JobLevel == 10 && SkillPoint == 0) { jobchange Job_Knight; getitem 2237,1; getitem 1404,1; set BaseLevel, 1; } if(Class==Job_Knight) set BaseLevel, 1; end; } Quote
deathscythe13 Posted May 4, 2012 Posted May 4, 2012 (edited) prontera,156,182,5 script Jobchanger 100,{ if(Job_Novice && JobLevel == 10 && SkillPoint == 0) { jobchange Job_Knight; getitem 2237,1; getitem 1404,1; } end; } EDIT: Oops my bad! it should have been if Class== Job_Novice Ohh and add set BaseLevel, 1; after getitem 1404,1; so that he/she will be a knight 1/1 Edited May 4, 2012 by deathscythe13 Quote
karazu Posted May 5, 2012 Author Posted May 5, 2012 wow! Thank you! I will test it now! How about if this Knight "any level" if will click this will go back to Knight 1/1 again? is the possible? prontera,156,182,5 script Jobchanger 100,{ if(Job_Novice && JobLevel == 10 && SkillPoint == 0) { jobchange Job_Knight; getitem 2237,1; getitem 1404,1; } end; } EDIT: Oops my bad! it should have been if Class== Job_Novice Ohh and add set BaseLevel, 1; after getitem 1404,1; so that he/she will be a knight 1/1 how about this "How about if this Knight "any level" if will click this will go back to Knight 1/1 again? is the possible? " anyone? [quote name='deathscythe13' timestamp='1336147844' post='98045'] [code]prontera,156,182,5 script Jobchanger 100,{ if(Job_Novice && JobLevel == 10 && SkillPoint == 0) { jobchange Job_Knight; getitem 2237,1; getitem 1404,1; } end; }[ Does this script already change the novice to Knight 1/1? And I hope someone would edit this that a "Knight" at any level that if will click this he will be a Knight 1/1 again.. Quote
deathscythe13 Posted May 5, 2012 Posted May 5, 2012 add in the edit i gave you Class== Job_Novice set BaseLevel, 1; Quote
karazu Posted May 5, 2012 Author Posted May 5, 2012 I am very sorry man, but don't know where to insert it.. can you do it fir me please? Quote
deathscythe13 Posted May 5, 2012 Posted May 5, 2012 prontera,156,182,5 script Jobchanger 100,{ if(Class == Job_Novice && JobLevel == 10 && SkillPoint == 0) { jobchange Job_Knight; getitem 2237,1; getitem 1404,1; set BaseLevel, 1; } end; } Quote
karazu Posted May 5, 2012 Author Posted May 5, 2012 prontera,156,182,5 script Jobchanger 100,{ if(Class == Job_Novice && JobLevel == 10 && SkillPoint == 0) { jobchange Job_Knight; getitem 2237,1; getitem 1404,1; set BaseLevel, 1; } end; } Thank you! how about this: "How about if this Knight "any level" if will click this will go back to Knight 1/1 again? is the possible? " Quote
karazu Posted May 5, 2012 Author Posted May 5, 2012 Thank you very much guys! such a GREAT HELP! Quote
Question
karazu
Can someone make me a script which if a Novice 10/10 click it it will make you a Knight 1/1 and will give you bandit beard and a spear.
thank you!
8 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.