From 2768100b78ddff29b1a375c753b1c5b12ddd8cce Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Sat, 24 Nov 2012 21:53:50 +0100 Subject: After-Halloween bug fixes and adjustments: * Fix bug where a player choosing to fill empty bottles, would be asked to kaflosh if logging off during the infestation phase * Do not allow to gather pumpkin seeds in 055-1 outside of the event time frame, even if the quest has been started * Adjust the monster spawned during infestation: more often Archants for low-levels, more often Spiders for higher levels * Oscar suggests to bring friends to help stopping the infestation --- world/map/npc/055-1/pumpkins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/055-1/pumpkins.txt') diff --git a/world/map/npc/055-1/pumpkins.txt b/world/map/npc/055-1/pumpkins.txt index 42864cff..c2008c1e 100644 --- a/world/map/npc/055-1/pumpkins.txt +++ b/world/map/npc/055-1/pumpkins.txt @@ -6,7 +6,7 @@ 055-1.gat,0,0,0|script|PumpkinMob055-1|-1,{ On1063: - if (Quest_Halloween != 1) + if (Quest_Halloween != 1 || !(gettime(6) == 11 && (gettime(5) >= 4 && gettime(5) <= 30))) goto L_HeavyPoison; if (@discover_poisonous_pumpkin == 0) message strcharinfo(0), "Yuke, this pumpkin released some ugly poison gas!"; -- cgit v1.2.3-60-g2f50