Jump to content

ADMSarah

Members
  • Posts

    146
  • Joined

  • Last visited

Everything posted by ADMSarah

  1. Can you add the monster database for this one? also the updated sql files
  2. Thank you, I try this and upon checking it doesn't allowing me to enter the dungeon even I created a party, no error on the console as well. I try to add this line but still no luck L_Enter: switch(instance_enter("Portal Square")) { case 3: mes .@n$; mes "You doesn't have a party."; close; case 2: mes .@n$; mes "You can enter the room after making a party."; end; } }
  3. I was trying to make this request but i got an error, hopefully someone can help me out. Here's the script //===== rAthena Script ======================================= //= Dead Branch Room Script //============================================================ prontera,146,171,6 script Portal Square 89,{ .@n$ = "[^3355FF Portal Square ^000000]"; .@party_id = getcharid(1); .@p_name$ = getpartyname(.@party_id); .@instance$ = "Portal Square"; if (getcharid(0) == getpartyleader(.@party_id,2)) { mes .@n$; mes "Portal Square is available everyday for 1 hour and 30 minutes."; mes "Remember, the room and everything inside including boss chamber and other resources, watch out for enemies as well since the room are pk free."; next; switch(select("Enter the Room:Cancel")) { case 1: callsub L_Enter,0,1; case 2: mes .@n$; mes "Have a nice day then, see you later!."; close; } } mes .@n$; mes "In able to enter the Portal Square, you must have a party."; next; end; } switch(select("Enter the Portal Square:Cancel")) { case 1: callsub L_Enter,1,1; case 2: mes .@n$; mes "Have a nice day then, see you later!."; end; } L_Enter: switch(instance_enter("Portal Square")) { case 3: mes .@n$; mes "You doesn't have a party."; close; case 2: mes .@n$; mes "You can enter the room after making a party."; end; } } //================================================================================== //--------|Map Flags|--------------------------------------------------------------- //================================================================================== prt_maze01 mapflag monster_noteleport prt_maze01 mapflag nowarpto prt_maze01 mapflag nomemo prt_maze01 mapflag noteleport prt_maze01 mapflag nosave SavePoint prt_maze01 mapflag nopenalty prt_maze01 mapflag pvp
  4. Just to add for the details. Ideal map is prt_maze01 (or do you have a better map ) Starting map is prt_maze01 180 97 (where i can setup the NPC for potions, other items that can be buy and other things maybe around 5 npc).
  5. Requesting for an instance NPC where is available only everyday for 1 hour and 30 minutes. Details: An instance NPC where you can enter with or without a party. Once you enter the dungeon you are only allowed to explore the map within 1 hour and 30 minutes and after times is up you will be warp outside and you are not allowed to enter again. If you didn't consume the 1 hour and 30 minutes duration you can enter the dungeon anytime you want (but once the time goes to 12:00 AM) the dungeon will be reset. Dungeon reset every 11:59 PM (those who already enter the dungeon can enter it again after reset time). PVP is allowed inside the map, exp penalty. If kill/killed by a player you or they will be resurrected on the starting area prt_maze01 180 97. Only flywing is allowed to use inside the map, other teleport skills, items, save point or anything that can abuse the map are not allowed Wishing that this can be possible thank you!
  6. After doing this step 29.) Go to "\rathena", execute "runserver.bat". Three consoles: the login, character, and map servers are going to open. Nothing happens. Did i miss something?
  7. Cool!!!!!!!!!!! i want that
×
×
  • Create New...