karazu Posted May 4, 2012 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share 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 Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 5, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 118 Reputation: 7 Joined: 01/25/12 Last Seen: February 11, 2023 Share 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 Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 4, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 118 Reputation: 7 Joined: 01/25/12 Last Seen: February 11, 2023 Share 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 Link to comment Share on other sites More sharing options...
karazu Posted May 5, 2012 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 5, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 118 Reputation: 7 Joined: 01/25/12 Last Seen: February 11, 2023 Share Posted May 5, 2012 add in the edit i gave you Class== Job_Novice set BaseLevel, 1; Quote Link to comment Share on other sites More sharing options...
karazu Posted May 5, 2012 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 5, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 118 Reputation: 7 Joined: 01/25/12 Last Seen: February 11, 2023 Share 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 Link to comment Share on other sites More sharing options...
karazu Posted May 5, 2012 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
karazu Posted May 5, 2012 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Author Share Posted May 5, 2012 Thank you very much guys! such a GREAT HELP! Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.