Jump to content

Beginner Zone


KucingHitam

Recommended Posts


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   7
  • Joined:  01/11/13
  • Last Seen:  

nice script, thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...