Ninjamon Posted February 27, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted February 27, 2013 Do anyone have a disguise npc that disguises you into a 3rd job Sprites? ( NO SKILL ) Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted February 27, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted February 27, 2013 Use 'changebase'. Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted February 27, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Author Share Posted February 27, 2013 I don't have the full script yet. Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted February 28, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted February 28, 2013 Mweeeeh....... It's very easy to write it. prontera,152,183,0 script Poring 1002,2,2,{ mes "Please select one:"; menu "Novice",A,"Swordman",B,"Magician",C,"Archer",D,"Cancel",-; close; A: changebase 0; close; B: changebase 1; close; C: changebase 2; close; D: changebase 3; close; } Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted February 28, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Author Share Posted February 28, 2013 How about all 3rd jobs only? Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 28, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 28, 2013 like this ? http://pastebin.com/raw.php?i=iYW3D8hM add in more job class option here. OnInit: setarray .job_list, Job_Rune_Knight_T, Job_Warlock_T, Job_Ranger_T, Job_Arch_Bishop_T, Job_Mechanic_T, Job_Guillotine_Cross_T, Job_Royal_Guard_T, Job_Sorcerer_T, Job_Minstrel_T, Job_Wanderer_T, Job_Sura_T, Job_Genetic_T, Job_Shadow_Chaser_T; Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted March 1, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Author Share Posted March 1, 2013 How to put a selection? Example : Babies ( Baby Swordsman, Baby Merchant +++) 3rd Job ( RK, Sorce ++++ ) Ninja Gunslinger SL and SG up up up Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 1, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 1, 2013 Baby 4023-4045 Ninja 25 GS 24 SL 4049 SG 4047 Do your homework Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted March 8, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Author Share Posted March 8, 2013 How can i like this ? http://pastebin.com/raw.php?i=iYW3D8hM add in more job class option here. OnInit: setarray .job_list, Job_Rune_Knight_T, Job_Warlock_T, Job_Ranger_T, Job_Arch_Bishop_T, Job_Mechanic_T, Job_Guillotine_Cross_T, Job_Royal_Guard_T, Job_Sorcerer_T, Job_Minstrel_T, Job_Wanderer_T, Job_Sura_T, Job_Genetic_T, Job_Shadow_Chaser_T; Doesn't work. How can i add a separation like Baby Class, Special Class, Transcendent and 3rd Job? Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted August 20, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted August 20, 2013 like this ? http://pastebin.com/raw.php?i=iYW3D8hM add in more job class option here. OnInit: setarray .job_list, Job_Rune_Knight_T, Job_Warlock_T, Job_Ranger_T, Job_Arch_Bishop_T, Job_Mechanic_T, Job_Guillotine_Cross_T, Job_Royal_Guard_T, Job_Sorcerer_T, Job_Minstrel_T, Job_Wanderer_T, Job_Sura_T, Job_Genetic_T, Job_Shadow_Chaser_T; is this permanent or temporary only ? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 21, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 21, 2013 till you logout .... Quote Link to comment Share on other sites More sharing options...
Question
Ninjamon
Do anyone have a disguise npc that disguises you into a 3rd job Sprites? ( NO SKILL )
Link to comment
Share on other sites
10 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.