revivalro Posted February 19, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 07/17/12 Last Seen: May 7, 2015 Share Posted February 19, 2013 Can someone make a warper that only warps normal baby and super novices and no other classes? Quote Link to comment Share on other sites More sharing options...
vhan48 Posted February 19, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 51 Reputation: 7 Joined: 06/23/12 Last Seen: April 2 Share Posted February 19, 2013 (edited) Hi, made this you might want to check it out prontera,155,178,4 script Novice Warper 723,{ if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ) { mes "[^FFA500Newbie NPC^000000]"; mes "I am sorry, you do not meet all requeriments."; close; } warp "prontera",155,168; end; } *if just change the warp points and the npc name.cheers! Edited February 19, 2013 by vhan48 Quote Link to comment Share on other sites More sharing options...
revivalro Posted February 19, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 07/17/12 Last Seen: May 7, 2015 Author Share Posted February 19, 2013 THX ALOT!! ill check this out Quote Link to comment Share on other sites More sharing options...
Yoga Posted February 20, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 66 Reputation: 1 Joined: 06/06/12 Last Seen: November 8, 2016 Share Posted February 20, 2013 //Entering Beginner Zone caspen,156,209,5 script Beginner Zone 877,{ mes "[ ^ffaa7fBeginner Zone^000000 ]"; mes "Would you like to go to the Beginner Zone?"; if(select("Yes [^FF0000" + getmapusers("force_1-1.gat") + "^000000]", "No") == 1) goto B_room; close; B_room: if(class == 0 || class == 4001 || class == 4023) { sc_end SC_ALL; sc_start SC_INCREASEAGI,500000,10; sc_start SC_KYRIE,500000,10; sc_start SC_BLESSING,500000,10; sc_start SC_IMPOSITIO,500000,3; sc_start SC_ASSUMPTIO,500000,10; percentheal 100,100; warp "force_1-1" ,25,24; } else { mes "Only Novice and High Novice Can Enter This Room"; } close; } //The Exit force_1-1.gat,25,26,3 script Exit 729,{ mes "[ ^ffaa7fBeginner Zone^000000 ]"; mes "Do You want to leave?"; next; menu "Yes",ok,"No",fine; ok: warp "prontera" ,156,191; close; fine: mes "Then you can still leveling in this room"; close; } force_1-1,9,9,42,42 monster Poring 1002,100,5000,5000; force_1-1,9,9,42,42 monster Drops 1113,100,5000,5000; force_1-1,9,9,42,42 monster Poporing 1031,100,5000,5000; //mapflag force_1-1 mapflag nowarp force_1-1 mapflag nowarpto force_1-1 mapflag noteleport force_1-1 mapflag nomobloot Quote Link to comment Share on other sites More sharing options...
Question
revivalro
Can someone make a warper that only warps normal baby and super novices and no other classes?
Link to comment
Share on other sites
3 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.