Amalgam 1 Posted December 12, 2013 Hello, Anyone can teach me on how to set a npc that only allow transcendent jobs and extended jobs(Ninja, Gunslinger, Soul Linker, Taekwon, Star Gladiator) with base lvl 99? Thanks! Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted December 12, 2013 That only allow what? Be specific Quote Share this post Link to post Share on other sites
0 Amalgam 1 Posted December 12, 2013 Only Trans and Extended jobs are allowed to enter. Quote Share this post Link to post Share on other sites
0 kerbiii 5 Posted December 13, 2013 (edited) Hello, Anyone can teach me on how to set a npc that only allow transcendent jobs and extended jobs(Ninja, Gunslinger, Soul Linker, Taekwon, Star Gladiator) with base lvl 99? Thanks! try this if ( Class == Job_Sniper )&& ( BaseLevel == 99 )||( Class == Job_Champion )&& ( BaseLevel == 99 )||( Class == Job_OtherTrans ) && ( BaseLevel == 99 ) { mes "Do you want to enter?"; next; mes "Are you sure?!"; next; mes "Goodluck!!!"; switch(select("Yes:No")) { case 1: warp "mapname",x,y; end; case 2: mes "Ok bye!"; close; } } else { mes "You need to be a Trancendent with Base Level 99"; close; } just add more jobs and add the map you want to add Edited December 13, 2013 by kerbiii Quote Share this post Link to post Share on other sites
Hello,
Anyone can teach me on how to set a npc that only allow transcendent jobs and extended jobs(Ninja, Gunslinger, Soul Linker, Taekwon, Star Gladiator) with base lvl 99?
Thanks!
Share this post
Link to post
Share on other sites