Difference between revisions of "Daily Schedules"

From XilePK - Ragnarok Online Server
Jump to navigation Jump to search
Line 10: Line 10:
 
     <title>Event Schedule</title>
 
     <title>Event Schedule</title>
 
     <style>
 
     <style>
/* Força opacidade apenas na tabela de eventos e seus elementos */
+
    .server-time {
.schedule-container,
+
        font-size: 1.0em;
.schedule-table,
+
        color: #aaa;
.schedule-table th,
+
        margin-top: 5px;
.schedule-table td,
+
        font-weight: normal;
.time-cell,
+
    }
.event-cell,
+
    .event-cell a, .legend a {
.devil-square,
+
        color: #fff !important;
.legend,
+
        text-decoration: none;
.legend-grid,
+
    }
.legend-item {
+
    .event-cell a:hover, .legend a:hover {
     background-color: initial !important;
+
        color: #ffcc00 !important;
    background: initial !important;
+
        text-decoration: underline;
}
+
    }
 +
    .legend .devil-highlight a {
 +
        color: #ffaaaa !important;
 +
    }
 +
    .legend .devil-highlight a:hover {
 +
        color: #ffcc00 !important;
 +
    }
 +
    /* Removido o duplicado de .event-cell a */
 +
    .schedule-container {
 +
        max-width: 1200px;
 +
        margin: 20px auto;
 +
        font-family: Arial, sans-serif;
 +
        background: #2a2a2a;
 +
        border-radius: 8px;
 +
        overflow: hidden;
 +
    }
 +
   
 +
    .schedule-title {
 +
        background: #1a1a1a;
 +
        color: #fff;
 +
        text-align: center;
 +
        padding: 15px;
 +
        font-size: 1.5em;
 +
        font-weight: bold;
 +
    }
 +
   
 +
    .schedule-table {
 +
        width: 100%;
 +
        border-collapse: collapse;
 +
        background: #2a2a2a;
 +
    }
 +
   
 +
    .schedule-table th,
 +
    .schedule-table td {
 +
        padding: 8px 4px;
 +
        text-align: center;
 +
        border: 1px solid #444;
 +
        font-size: 0.85em;
 +
    }
 +
   
 +
    .schedule-table th {
 +
        background: #1a1a1a;
 +
        color: #fff;
 +
        font-weight: bold;
 +
        padding: 12px 4px;
 +
    }
 +
   
 +
    .time-cell {
 +
        background: #333;
 +
        color: #fff;
 +
        font-weight: bold;
 +
        width: 60px;
 +
    }
 +
   
 +
    .event-cell {
 +
        background: #3a3a3a;
 +
        color: #ddd;
 +
        position: relative;
 +
    }
 +
   
 +
    .event-name {
 +
        font-weight: bold;
 +
        margin-bottom: 2px;
 +
    }
 +
   
 +
    .event-reward {
 +
        font-size: 0.75em;
 +
        color: #aaa;
 +
    }
 +
   
 +
    .devil-square {
 +
        background: #4a2828 !important;
 +
        color: #ffcccc !important;
 +
    }
 +
   
 +
    .devil-square .event-reward {
 +
        color: #ffaaaa;
 +
    }
 +
   
 +
    .legend {
 +
        background: #1a1a1a;
 +
        padding: 15px;
 +
        color: #ddd;
 +
    }
 +
   
 +
    .legend-title {
 +
        color: #fff;
 +
        font-weight: bold;
 +
        margin-bottom: 10px;
 +
    }
 +
   
 +
    .legend-grid {
 +
        display: grid;
 +
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 +
        gap: 8px;
 +
        font-size: 0.9em;
 +
    }
 +
   
 +
    .legend-item {
 +
        padding: 5px 0;
 +
     }
 +
   
 +
    .devil-highlight {
 +
        color: #ffaaaa;
 +
        font-weight: bold;
 +
    }
  
/* Restaura os estilos originais */
+
    /* Adicionado para forçar opacidade, se for esse o objetivo */
.schedule-container {
+
     /* Ajuste o valor de opacity (0.0 a 1.0) conforme necessário */
     background: #2a2a2a !important;
+
     .schedule-container,
}
+
    .schedule-table,
.schedule-title {
+
    .schedule-table th,
    background: #1a1a1a !important;
+
    .schedule-table td,
}
+
    .time-cell,
.schedule-table th {
+
    .event-cell,
    background: #1a1a1a !important;
+
    .devil-square,
}
+
    .legend,
.time-cell {
+
    .legend-grid,
     background: #333 !important;
+
    .legend-item {
}
+
        /* Exemplo: 0.9 para 90% de opacidade */
.event-cell {
+
         opacity: 0.9 !important;  
    background: #3a3a3a !important;
+
    }
}
+
</style>
.devil-square {
 
    background: #4a2828 !important;
 
}
 
.legend {
 
    background: #1a1a1a !important;
 
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
        .server-time {
 
            font-size: 1.0em;
 
            color: #aaa;
 
            margin-top: 5px;
 
            font-weight: normal;
 
        }
 
        .event-cell a, .legend a {
 
            color: #fff !important;
 
            text-decoration: none;
 
        }
 
        .event-cell a:hover, .legend a:hover {
 
            color: #ffcc00 !important;
 
            text-decoration: underline;
 
        }
 
        .legend .devil-highlight a {
 
            color: #ffaaaa !important;
 
        }
 
        .legend .devil-highlight a:hover {
 
            color: #ffcc00 !important;
 
        }
 
        .event-cell a {
 
            color: #fff !important;
 
            text-decoration: none;
 
        }
 
        .event-cell a:hover {
 
            color: #ffcc00 !important;
 
            text-decoration: underline;
 
        }
 
        .schedule-container {
 
            max-width: 1200px;
 
            margin: 20px auto;
 
            font-family: Arial, sans-serif;
 
            background: #2a2a2a;
 
            border-radius: 8px;
 
            overflow: hidden;
 
        }
 
       
 
        .schedule-title {
 
            background: #1a1a1a;
 
            color: #fff;
 
            text-align: center;
 
            padding: 15px;
 
            font-size: 1.5em;
 
            font-weight: bold;
 
        }
 
       
 
        .schedule-table {
 
            width: 100%;
 
            border-collapse: collapse;
 
            background: #2a2a2a;
 
        }
 
       
 
        .schedule-table th,
 
        .schedule-table td {
 
            padding: 8px 4px;
 
            text-align: center;
 
            border: 1px solid #444;
 
            font-size: 0.85em;
 
        }
 
       
 
        .schedule-table th {
 
            background: #1a1a1a;
 
            color: #fff;
 
            font-weight: bold;
 
            padding: 12px 4px;
 
        }
 
       
 
        .time-cell {
 
            background: #333;
 
            color: #fff;
 
            font-weight: bold;
 
            width: 60px;
 
        }
 
       
 
        .event-cell {
 
            background: #3a3a3a;
 
            color: #ddd;
 
            position: relative;
 
        }
 
       
 
        .event-name {
 
            font-weight: bold;
 
            margin-bottom: 2px;
 
        }
 
       
 
        .event-reward {
 
            font-size: 0.75em;
 
            color: #aaa;
 
        }
 
       
 
        .devil-square {
 
            background: #4a2828 !important;
 
            color: #ffcccc !important;
 
        }
 
       
 
        .devil-square .event-reward {
 
            color: #ffaaaa;
 
        }
 
       
 
        .legend {
 
            background: #1a1a1a;
 
            padding: 15px;
 
            color: #ddd;
 
        }
 
       
 
        .legend-title {
 
            color: #fff;
 
            font-weight: bold;
 
            margin-bottom: 10px;
 
        }
 
       
 
        .legend-grid {
 
            display: grid;
 
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 
            gap: 8px;
 
            font-size: 0.9em;
 
         }
 
       
 
        .legend-item {
 
            padding: 5px 0;
 
        }
 
       
 
        .devil-highlight {
 
            color: #ffaaaa;
 
            font-weight: bold;
 
        }
 
    </style>
 
 
</head>
 
</head>
 
<body>
 
<body>

Revision as of 14:20, 2 June 2025

Automated Event System

  • The event framework serves as a cornerstone of the server experience. Through periodic challenges, implementation of innovative features, and diverse content variety, we ensure that users remain actively engaged and motivated to continue participating.
  • By winning events, you earn 1001422.png Xile coins, which you can exchange at the Event Shop using @event


Event Schedule

Event Schedule
Server Time: New York UTC/GMT -4 hours
Schedule Monday Tuesday Wednesday Thursday Friday Saturday Sunday
00:00
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
01:00
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
02:00
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
03:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
04:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
05:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
06:00
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
07:00
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
08:00
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
09:00
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
10:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
11:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
12:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
13:00
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
14:00
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
15:00
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
16:00
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
17:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
18:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
19:00
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
35 Coins
20:00
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
90 Coins
21:00
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
20 Coins
22:00
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
25 Coins
23:00
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
30 Coins
📋 Event Descriptions
Poring Search: Hunt event with 20 Coins reward
Poring Race: Competitive race with 25 Coins
Tarot: Luck event with 30 Coins
Bomb Poring: Explosive event with 35 Coins
Last Man Standing: Epic battle with 35 Coins
Novice VS Zombie: Special challenge with 35 Coins
Devil Square: Premium event with 90 Coins (highlighted)