summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-01-09 17:37:15 -0300
committerJesusaves <cpntb1@ymail.com>2023-01-09 17:37:15 -0300
commite09ba033b3198b3cc02c89358e0dd45732675ab5 (patch)
treecf5f2c4c8e28938e027eabb9fdf38d13aab800d9 /world/map/npc/annuals/fathertime.txt
parent7cce082c0713bcaaa54d0c9a80a310032c8edae7 (diff)
downloadserverdata-e09ba033b3198b3cc02c89358e0dd45732675ab5.tar.gz
serverdata-e09ba033b3198b3cc02c89358e0dd45732675ab5.tar.bz2
serverdata-e09ba033b3198b3cc02c89358e0dd45732675ab5.tar.xz
serverdata-e09ba033b3198b3cc02c89358e0dd45732675ab5.zip
Christmas 2022 event rewards
Co-authored by: HoraK Event concept by: Cuoco
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r--world/map/npc/annuals/fathertime.txt38
1 files changed, 3 insertions, 35 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt
index 340976c3..91bbec65 100644
--- a/world/map/npc/annuals/fathertime.txt
+++ b/world/map/npc/annuals/fathertime.txt
@@ -7,7 +7,7 @@
OnInit:
if (debug >= 2) end;
donpcevent strnpcinfo(0) + "::OnTimer20000";
- goto L_Clock;
+ end;
OnTimer20000:
donpcevent "#XmasConfig::OnCommandRestartQuest";
@@ -66,17 +66,6 @@ OnClock2313:
goto L_Clock;
L_Clock:
- // Christmas 2022 code, remove it later
- areamonster "034-1", 20, 20, 160, 110, "", 1162, 64;
- areamonster "033-1", 20, 20, 120, 110, "", 1162, 64;
- areamonster "046-1", 20, 20, 160, 115, "", 1162, 64;
- areamonster "047-1", 20, 20, 200, 180, "", 1162, 240;
- areamonster "033-1", 20, 20, 120, 110, "", SnowmanBoss, 1, "#HolidayConfig::OnCuoco331";
- areamonster "034-1", 20, 20, 160, 110, "", SnowmanBoss, 1, "#HolidayConfig::OnCuoco341";
- areamonster "046-1", 20, 20, 160, 115, "", SnowmanBoss, 1, "#HolidayConfig::OnCuoco461";
- areamonster "047-1", 20, 20, 200, 180, "", SnowmanBoss, 2, "#HolidayConfig::OnCuoco471";
- announce "Santa : Ho ho ho, I see a huge movement by the grinchboos!", 0;
-
// Official code below:
if (gettime(4) == 5)
goto L_Friday;
@@ -116,37 +105,16 @@ OnLameShield:
// TODO: Once MLP brings the Dragon Shield, replace with HMC Hat.
if (rand(10000) > 9)
goto L_Die;
- getitem "DragonShield", 1;
+ getitem DragonShield, 1;
end;
OnLameHat:
// Chance: 0.1%
if (rand(1000) > 1)
goto OnLameShield;
- getitem "HMCPirateHat", 1;
- end;
-
-OnCuoco:
- // TODO: Detect alts?
- getitem Naftalin, 15;
+ getitem HMCPirateHat, 1;
end;
-OnCuoco331:
- areatimer 0, "033-1", 20, 20, 120, 110, 10, "#HolidayConfig::OnCuoco";
- goto OnCuoco;
-
-OnCuoco341:
- areatimer 0, "034-1", 20, 20, 160, 110, 10, "#HolidayConfig::OnCuoco";
- goto OnCuoco;
-
-OnCuoco461:
- areatimer 0, "046-1", 20, 20, 160, 115, 10, "#HolidayConfig::OnCuoco";
- goto OnCuoco;
-
-OnCuoco471:
- areatimer 0, "047-1", 20, 20, 200, 180, 10, "#HolidayConfig::OnCuoco";
- goto OnCuoco;
-
L_Die:
end;
}