Jump to content
  • 0

1 click change job


karazu

Question


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  01/25/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  01/25/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  01/25/12
  • Last Seen:  

add in the edit i gave you Class== Job_Novice set BaseLevel, 1;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

I am very sorry man, but don't know where to insert it..

can you do it fir me please?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  01/25/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

Thank you very much guys! such a GREAT HELP!

Link to comment
Share on other sites

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.

×
×
  • Create New...