Jump to content
  • 0

job master


Giant Whisper

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  190
  • Reputation:   3
  • Joined:  04/11/12
  • Last Seen:  

Hello, I wanna know where I can put those lines in job master, so when the people select a job, this give them a knife or rod staff depending the job that they choose...

here I leave the job master script that im using at the moment

jobmaster.txt

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

just search for "jobchange " it will say for instance jobchange 4033;

so you'll just have to do the following:

jobchange 4033;
getitem 501,1; // 501 is id, 1 is quantity
break;

make sure it looks like that

Edited by Nameless2you
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  190
  • Reputation:   3
  • Joined:  04/11/12
  • Last Seen:  

i tried that but it doesnt works, so i dont wanna the same item for everybody, i wanna try two items i mean if you gonna be a sword jobmaster give a sword if you gonna be a wiz then jobmaster gonna give you a rod, understand? a differents item for differents jobs

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

Yes.. that's why you search for all jobchange 1 by 1, and depending on the number behind it a different

getitem <itemid>,<quantity>;

Edited by Nameless2you
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...