Jump to content

Questune

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by Questune

  1. Yes it is bmp with 24 bit option
  2. Followed but the result is not transparent
  3. Thanks I'll try that
  4. How can I do that using paint?
  5. Thanks for the answer, so basically how can I set the server max level and job lvl to 175/70 by default?
  6. Hi everyone, can someone help me to fix this problem? I was trying to make my server max base lvl 175 job lvl 70 but i always get this error, Can someone tell me what's wrong? I'm using yml format btw
  7. Well anyway I managed to fix the issue, use 1@mtower instead of 1@Mtower then the map will be available The problem remaining is when I try to generate the instance the map server says that the instance "unknown instance Mini Endless Tower"
  8. I used this script again and something weird that I'm encountering right now, the map is not recognizing it when I try to warp it says that the map is not available. I followed and I'm sure that the map is already added on the client side and server side. I also copy the 1@tower map and rename it to 1@Mtower but still not working.
  9. And just to add, how to add an announcement when the player gets a epic and legendary eggs
  10. Hi everyone, can someone help me to fix my scr_logo. I can't make it to a transparent background. Please check the attached file for my simple logo, and if someone who can make it better that would be very great and will appreciate it so much. scr_logo.bmp
  11. Question: Do we need to use normal account only? I've tried and test the recent diff nothing errors happen on the console but when I try it ingame using GM accounts I think PK mode is not open.?
  12. Is there a guide now on how to change the max base level to 175 with job level 70? using yml format. I've tried to search on google even on this forum but I can't see any guide regarding this. Can someone give me a guide on how to do this step by step? Thanks in advance
  13. I see, ok thanks for the information
  14. Can you add the monster database for this one? also the updated sql files
  15. 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; } }
  16. 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
  17. 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).
  18. 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!
  19. 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?
×
×
  • Create New...