summaryrefslogtreecommitdiff
path: root/world/map/npc/055-1/pumpkins.txt
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2012-11-24 21:53:50 +0100
committerVincent Petithory <vincent.petithory@gmail.com>2012-11-25 14:00:41 +0100
commit2768100b78ddff29b1a375c753b1c5b12ddd8cce (patch)
tree1b3a9d52cff00bd1f30e64bab290c22e1e78e57c /world/map/npc/055-1/pumpkins.txt
parentdf01eb7500a224d711858f88f165d9a7ba00fc6d (diff)
downloadserverdata-2768100b78ddff29b1a375c753b1c5b12ddd8cce.tar.gz
serverdata-2768100b78ddff29b1a375c753b1c5b12ddd8cce.tar.bz2
serverdata-2768100b78ddff29b1a375c753b1c5b12ddd8cce.tar.xz
serverdata-2768100b78ddff29b1a375c753b1c5b12ddd8cce.zip
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
Diffstat (limited to 'world/map/npc/055-1/pumpkins.txt')
-rw-r--r--world/map/npc/055-1/pumpkins.txt2
1 files changed, 1 insertions, 1 deletions
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!";