iubantot Posted April 3, 2014 Group: Members Topic Count: 118 Topics Per Day: 0.03 Content Count: 313 Reputation: 34 Joined: 10/15/12 Last Seen: Yesterday at 11:36 AM Share Posted April 3, 2014 can someone give me a script like false apprentice but instead of turning into a novice the character will turn into its trans class? example : rune knight >> lord knight , Shura >> Champion . and it should only be 1 item. Quote Link to comment Share on other sites More sharing options...
Yuka Posted April 4, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Share Posted April 4, 2014 Pretty much the job changer.. Place the job ids for the jobs you want to have at the array .@jobs. - script ItemScript -1,{ setarray .@jobs, 4001,4002; //add your job ids here set .@menu$,""; for (set .@i, 0; .@i < getarraysize(.@jobs); set .@i,.@i +1){ set .@menu$, .@menu$+jobname(.@jobs[.@i]); } jobchange .@jobs[select(.@menu$)]; end; } Quote Link to comment Share on other sites More sharing options...
Question
iubantot
can someone give me a script like false apprentice but instead of turning into a novice the character will turn into its trans class? example : rune knight >> lord knight , Shura >> Champion . and it should only be 1 item.
Link to comment
Share on other sites
1 answer 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.