Jump to content

Enigma

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    California
  • Server
    NightmareRO

Recent Profile Visitors

1643 profile views

Enigma's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Try this http://rathena.org/board/topic/65463-skill-cast-time/
  2. Enigma

    Help with fluxcp

    I just tried changing that and it still doesn't show what the error is.
  3. Why not just change the maximum Hairstyle/Color/Cloth Color in client.conf to 500?
  4. Enigma

    Help with fluxcp

    I changed $showExceptions to true but it's not showing what the error is when I go to the page.
  5. - script EManager -1,{ end; OnWhisperGlobal: if(getgmlevel()>=60) { goto M_EVENTS; mes "ACCESS DENIED"; } M_EVENTS: menu "Hide and Seek",M_HAS,"Maze Event",M_MAZE,"King of the Hill",M_KOTH,"Cancel",M_EXIT; // -- Event Menu's -- // M_HAS: mes "[Event Manager]"; mes "What would you like to do?"; next; menu "Start Event",M_STARTHAS,"End Event",M_ENDHAS,"Cancel",M_EXIT; M_MAZE: mes "[Event Manager]"; mes "What would you like to do?"; next; menu "Start Event",M_STARTMAZE,"End Event",M_ENDMAZE,"Cancel",M_EXIT; M_KOTH: mes "[Event Manager]"; mes "What would you like to do?"; next; menu "Start Event",M_STARTKOTH,"End Event",M_ENDKOTH,"Cancel",M_EXIT; // -- Event Start Menus -- // M_STARTHAS: mes "[Event Manager]"; mes "Please select a map."; next; menu "Prontera Field",M_PRTFILD,"Cancel",M_EXIT; M_STARTMAZE: mes "[Event Manager]"; mes "Please select a map."; next; menu "Nighoggur's Nest",M_NIDNEST,"Cancel",M_EXIT; M_STARTKOTH: warp "mjolnir_04",69,301; announce "A GM has started the King of the Hill Event!",0; sleep 5000; announce "Please make your way to Ayothaya to join.",0; enablenpc "KOTHWARP"; <---- ADD THIS TO SCRIPTS_WARPS.TXT sleep 5000; announce "The portal will close in 3 minutes.",0; sleep 60000; announce "The portal will close in 2 minutes. Make your way to Ayothaya to join.",0; sleep 60000; announce "The portal will close in 1 minute. Make your way to Ayothaya to join.",0; sleep 60000; disablenpc "KOTHWARP"; announce "The portal is now closed.",0; end; // -- Map Menu's -- // M_PRTFILD: warp "prt_fild01",328,82; announce "A GM Has started the Hide and Seek Event.",0; sleep 5000; announce "Gather in Ayothaya, the portal will open in 2 Minutes.",0; sleep 60000; announce "Gather in Ayothaya, the portal will open in 1 minute.",0; sleep 60000; enablenpc "PRTFILD"; <---- ADD THIS TO SCRIPTS_WARPS.TXT announce "The portal is open! Go find the GM!",0; end; M_NIDNEST: warp "2@nyd",199,178; announce "A GM Has started the Maze Event.",0; sleep 5000; announce "All players must wait in the starting area until the portal closes.",0; sleep 5000; enablenpc "NIDNEST"; <---- ADD THIS TO SCRIPTS_WARPS.TXT announce "Make your way to Ayothaya to join. The portal will close in 3 minutes",0; sleep 60000; announce "Make your way to Ayothaya to join. The portal will close in 2 minutes.",0; sleep 60000; announce "Make your way to Ayothaya to join. The portal will close in 1 minute.",0; sleep 60000; disablenpc "NIDNEST"; announce "The portal is now closed.",0; end; // -- Ending Event Menu's -- // M_ENDHAS: warp "ayothaya",208,166; <--- CHANGE TO YOUR MAIN TOWN disablenpc "PRTFILD"; announce "A player has found the GM! The Hide and Seek event is now over.",0; end; M_ENDMAZE: warp "ayothaya",208,166; <--- CHANGE TO YOUR MAIN TOWN enablenpc "RTNAYOTHAYA"; <---- ADD THIS TO SCRIPTS_WARPS.TXT announce "A player has reached the GM! The Maze event is now over.",0; sleep 20000; disablenpc "RTNAYOTHAYA"; end; M_ENDKOTH: warp "ayothaya",208,166; <--- CHANGE TO YOUR MAIN TOWN announce "A player has reached the top of the hill! The King of the Hill event is now over.",0; end; // -- Closing Menu -- // M_EXIT: close; } This is the script that I use, you'll just have to change the warps to match your main town and add warps to your scripts_warps.txt so that the warp portals appear in your main town when you start the event. Add any events you wish that are not in the NPC.
  6. Well I had someone setup my server for me but when he setup the control panel he obviously did something wrong because whenever I try to log in I get this message. ErrorAn error occurred while trying to process your request. Please try contacting an administrator: admin@localhost I know nothing about setting up flux cp so could someone help me with this issue?
  7. My login database isn't recording accounts that have been created on my server, same for characters. I've had multiple ragnarok servers but I have never encountered this problem with MySQL. Anyone have any suggestions?
  8. I'm having the same issue. Is your MySQL login DB saving the accounts you make? and characters too?
  9. When creating an account using _M or _F I can login. After logging in it shows a message saying login-serv has been asked to bank the character 'GM Nightmare'. When I go to MySQL It doesn't show any of the accounts I have made and doesn't show tat any characters have been created either. Also any changes that are made in the groups.conf don't affect any of the characters I have made. Anyone know how to fix this?
  10. We have recently run into a problem with skills on the server, when a player puts points into a skill they are distributed but when the player logs out and logs back in the skill points have been reset and they don't have any points. Anyone know how to fix this?
  11. Whenever a command is used like @go, in the chat box instead of saying "warped" it shows "??" And doesn't do anything. And I've checked the files for the server and it all seems fine so I don't know what's going on.
  12. All the commands on my server were working fine yesterday but when I got on today whenever I tried to use one it just showed "??". The only people that have access to our server files are me and our scripter but he has been unavailable for the past few days and I haven't touched the files. Does anyone know how this happens?
  13. When ever someone try's to log in the the control panel they get this error "Unexpected error occurred, please try again or report to an admin." How do I fix this?
  14. Was fixing GM commands for my server yesterday and when I restarted the server and logged in I couldn't move my character and none of the NPC's loaded. I have restarted the server multiple times and still have the same problem. When I start the server and log in the RO_Map says "[Warning]: pc_group_pc_load: (AID:2000013) logged in with unknown group id (0)! kicking..."
×
×
  • Create New...