Giant Whisper Posted April 22, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: Wednesday at 10:43 AM Share Posted April 22, 2012 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 Quote Link to comment Share on other sites More sharing options...
Nameless2you Posted April 22, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 351 Reputation: 52 Joined: 11/15/11 Last Seen: June 15, 2015 Share Posted April 22, 2012 (edited) 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 April 22, 2012 by Nameless2you Quote Link to comment Share on other sites More sharing options...
Giant Whisper Posted April 23, 2012 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: Wednesday at 10:43 AM Author Share Posted April 23, 2012 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 Quote Link to comment Share on other sites More sharing options...
Nameless2you Posted April 23, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 351 Reputation: 52 Joined: 11/15/11 Last Seen: June 15, 2015 Share Posted April 23, 2012 (edited) 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 April 23, 2012 by Nameless2you Quote Link to comment Share on other sites More sharing options...
Question
Giant Whisper
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.