summaryrefslogtreecommitdiff
path: root/world/map/npc/034-1
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-01-11 18:11:07 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-01-11 18:11:07 +0100
commit101f56cae15f792cf4e2cdd6184b75d449119033 (patch)
treeb2cb9636418d5313bbda42a572dfc708db323760 /world/map/npc/034-1
parente8600b6cc96c7e82763718b9d636e2da2e6c0731 (diff)
downloadserverdata-101f56cae15f792cf4e2cdd6184b75d449119033.tar.gz
serverdata-101f56cae15f792cf4e2cdd6184b75d449119033.tar.bz2
serverdata-101f56cae15f792cf4e2cdd6184b75d449119033.tar.xz
serverdata-101f56cae15f792cf4e2cdd6184b75d449119033.zip
Barbarians: some fix in Fluffy Hunting minigame to prevent a level 1 char doing the quest with doing nothing.
Also remove some debug code and comments in ambushs.txt and update submodule pointer.
Diffstat (limited to 'world/map/npc/034-1')
-rw-r--r--world/map/npc/034-1/ambushs.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/034-1/ambushs.txt b/world/map/npc/034-1/ambushs.txt
index 6412e105..a6fc01dc 100644
--- a/world/map/npc/034-1/ambushs.txt
+++ b/world/map/npc/034-1/ambushs.txt
@@ -1,6 +1,5 @@
// This file belongs to the wolvern hunting quest given by 033-1/birrod.txt
// Author: Jenalya
-// TODO: add more ambushs all over the map
034-1.gat,118,59,0|script|#Ambush0Trigger|32767,1,1,{
set @Q_Barbarians_MASK, NIBBLE_0_MASK;
@@ -9,8 +8,8 @@
if (@state != 4)
end;
-// if (rand(50) > wolvern_count) // TODO: eventally use different argument for rand
-// end;
+ if (rand(50) > wolvern_count)
+ end;
if ($@Ambush0_Active != 0)
end;