omimo Posted August 30, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 97 Reputation: 0 Joined: 03/03/12 Last Seen: May 18, 2023 Share Posted August 30, 2012 Ahm i want to have a script that whenever i put it on my job will turn into the previous job. Example: Shadow Chaser equip thief figure then it will turn it to stalker. Shadow Chaser equip novice figure then it will turn it to novice something like that. Thank you Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted August 30, 2012 *changebase <job ID number>; This will change the appearance of the invoking character to that of a specified job class. Nothing but appearance will change. This command is used in item scripts for "Wedding Dress" and "Tuxedo" so the character like job 22, which is the job number of the wedding sprites. It would be entered in the equip bonus section of an item 2338,Wedding_Dress,Wedding Dress,5,43000,,500,,0,,0,119529470,7,0,16,,0,1,0,{ bonus bMdef,15; changebase 22; } Quote Link to comment Share on other sites More sharing options...
omimo Posted August 30, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 97 Reputation: 0 Joined: 03/03/12 Last Seen: May 18, 2023 Author Share Posted August 30, 2012 as i unequipped it, it wont let me return to my normal job. Quote Link to comment Share on other sites More sharing options...
Yahiko Posted August 30, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 81 Reputation: 14 Joined: 08/17/12 Last Seen: April 19, 2013 Share Posted August 30, 2012 do you mean after being novice , forever novice ? Quote Link to comment Share on other sites More sharing options...
omimo Posted August 30, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 97 Reputation: 0 Joined: 03/03/12 Last Seen: May 18, 2023 Author Share Posted August 30, 2012 (edited) yes and i notice my job name is Poring Edited August 30, 2012 by omimo Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted August 30, 2012 ................{ changebase <jobID>; },{},{ changebase Class; } Quote Link to comment Share on other sites More sharing options...
omimo Posted August 30, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 97 Reputation: 0 Joined: 03/03/12 Last Seen: May 18, 2023 Author Share Posted August 30, 2012 Thank you Quote Link to comment Share on other sites More sharing options...
Question
omimo
Ahm i want to have a script that whenever i put it on my job will turn into the previous job.
Example:
Shadow Chaser equip thief figure then it will turn it to stalker.
Shadow Chaser equip novice figure then it will turn it to novice
something like that.
Thank you
Link to comment
Share on other sites
6 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.