Ninjamon Posted February 27, 2013 Posted February 27, 2013 Do anyone have a disguise npc that disguises you into a 3rd job Sprites? ( NO SKILL ) Quote
Ninjamon Posted February 27, 2013 Author Posted February 27, 2013 I don't have the full script yet. Quote
nanakiwurtz Posted February 28, 2013 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
Emistry Posted February 28, 2013 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
Ninjamon Posted March 1, 2013 Author 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
nanakiwurtz Posted March 1, 2013 Posted March 1, 2013 Baby 4023-4045 Ninja 25 GS 24 SL 4049 SG 4047 Do your homework Quote
Ninjamon Posted March 8, 2013 Author 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
mrlongshen Posted August 20, 2013 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
Question
Ninjamon
Do anyone have a disguise npc that disguises you into a 3rd job Sprites? ( NO SKILL )
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.