Ragnarok Developer
Please Login to able Download the File
Ragnarok Developer
Please Login to able Download the File
Ragnarok Developer

Official Forums
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  
Your Ad Here

 

 Begginer Zone!

Go down 
AuthorMessage
JamesArgana




Posts : 9
Join date : 29/10/2012

Begginer Zone! Empty
PostSubject: Begginer Zone!   Begginer Zone! EmptyMon Oct 29, 2012 7:12 pm

Code:

//Entering Beginner Zone

amatsu,210,227,5   script   Beginner Zone   729,{

   mes "Would you like to go to the Beginner Zone?";
   if(select("Yes", "No") == 1) goto B_room;
   close;

B_room:
   if(class == 0 || class == 4001) {
   warp "job_knt" ,142,152;
   }
   else {
   mes "Only Novice and High Novice Can Enter This Room";
   }
   close;
 
}

//The Exit to Amatsu

job_knt.gat,143,152,3   script   Amatsu   103,{
   mes "Do You want to leave?";
   next;
   menu "Amatsu",ok,"Stay here",fine;
ok:
   warp "amatsu" ,226,215;
   close;
fine:
   mes "Then you can still leveling in this room";
   close;
   
}
job_knt,142,146,50   monster   Poring   1002,200,300,70,60,50,50,30,20,10
job_knt,142,146,50   monster   Drops   1113,200,100,60,50,40,30,20,10
job_knt,142,146,50   monster   Poporing   1031,200,100,50,40,30,20,10
//mapflag
job_knt   mapflag   nowarp
job_knt   mapflag   nowarpto
job_knt   mapflag   noteleport
job_knt   mapflag   nomobloot
Back to top Go down
 
Begginer Zone!
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Ragnarok Developer :: Scripts :: Scripts Release-
Jump to: