KucingHitam Posted February 8, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 42 Reputation: 4 Joined: 01/23/12 Last Seen: August 10, 2021 Share Posted February 8, 2013 First spot to Leveling.. ^^ simple script.. ^^... beginner_zone.txt Quote Link to comment Share on other sites More sharing options...
Stolao Posted February 10, 2013 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Friday at 04:48 PM Share Posted February 10, 2013 I did a quick optimization of your beginner zone for you, bored on phone ( didn't test ) //Entering Beginner Zone amatsu,216,215,3 script Beginner Zone 729,{ mes "Would you like to go to the Beginner Zone?"; if(select("Yes", "No") == 2) close; if(class == 0 || class == 4001) { warp "force_1-1" ,25,24; } else { mes "Only Novice and High Novice Can Enter This Room"; close; } } //The Exit to Amatsu force_1-1.gat,25,26,3 script Exit 729,{ mes "Do You want to leave?"; if(select("Yes", "No") == 2){ next; mes "Then you can still leveling in this room"; close; } else { warp "amatsu" ,226,215; } } force_1-1,9,9,42,42 monster Poring 1002,50,0,0,0 force_1-1,9,9,42,42 monster Drops 1113,50,0,0,0 force_1-1,9,9,42,42 monster Poporing 1031,50,0,0,0 //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...
iiNovocaine Posted February 12, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 1 Joined: 03/08/12 Last Seen: April 26, 2017 Share Posted February 12, 2013 how would we add this to server? Quote Link to comment Share on other sites More sharing options...
Freyr Posted June 8, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 38 Reputation: 7 Joined: 01/11/13 Last Seen: March 5, 2021 Share Posted June 8, 2013 nice script, thanks Quote Link to comment Share on other sites More sharing options...
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.