summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-08-05 22:31:22 -0300
committerJesusaves <cpntb1@ymail.com>2024-08-05 22:31:22 -0300
commit6994d8f023c5d4512ecf79b3e8369d330a4b4f3f (patch)
tree50bc2611bae4a3085764be89c40ca73c799fad3f
parent29948f991e8f6e9e514eacfeb2badfcfbd644874 (diff)
downloadserverdata-6994d8f023c5d4512ecf79b3e8369d330a4b4f3f.tar.gz
serverdata-6994d8f023c5d4512ecf79b3e8369d330a4b4f3f.tar.bz2
serverdata-6994d8f023c5d4512ecf79b3e8369d330a4b4f3f.tar.xz
serverdata-6994d8f023c5d4512ecf79b3e8369d330a4b4f3f.zip
SQL was unavailable, so obviously it did not work.
Add extra debug markers in case this was the culprit
-rw-r--r--npc/003-1/events.txt2
-rw-r--r--npc/003-3/malindou.txt9
2 files changed, 10 insertions, 1 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt
index 5527f7cc9..77aaf598f 100644
--- a/npc/003-1/events.txt
+++ b/npc/003-1/events.txt
@@ -339,6 +339,8 @@ L_Aurora:
.@WHAT$=l("gemini season");
} else if ($EVENT$ == "Rebirth") {
.@WHAT$=l("rebirth season");
+ } else if ($EVENT$ == "Siege") {
+ .@WHAT$=l("siege season");
} else if ($EVENT$ == "Tower") {
.@WHAT$=l("dream tower apparition");
} else if ($EVENT$ == "Raid") {
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 985d9752a..61799d7ee 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -996,13 +996,20 @@ OnInit:
// Current UPDATE value: Seg 05 Ago 2024 21:49:55 -03
// Accumulated bugs cleanup
if ($UPDATE < 1722905395) {
+ debugmes "* [Bugfix] Begin bugfix cleanup...";
query_sql("DELETE FROM `quest` WHERE `quest`.`quest_id` = '0'");
query_sql("DELETE FROM `sc_data` WHERE `type` = '"+SC_OVERLAPEXPUP+"'");
+ debugmes "* [Alcohol]...";
DelChrRegFromEveryPlayer("ALC_DELAYTIME");
DelChrRegFromEveryPlayer("ALC_THRESHOLD");
+ debugmes "* [Aurora]...";
+ DelQuestFromEveryPlayer(Q_AuroraEvent);
+ // Restart Aurora Event
+ $FYEVENT_CYCLE-=1;
+ callfunc("FYNewEvent");
$UPDATE=1722905395;
debugmes "";
- debugmes "* Invalidate quest ID 0";
+ debugmes "* Invalidate quest ID 0 and Alcohol memory, restart Aurora";
debugmes "";
}