Jump to content

Question

Posted

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

Posted
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;
}

Posted (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 by deathscythe13
Posted

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

Posted

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? "

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...