summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-04-29 16:27:04 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-29 16:27:04 +0200
commit034f0d82815c0117cbf9fec747a874767a95ee32 (patch)
treeb5622d8966266fe327cadc29cf9e1226f946010b
parenta5d0b05b36a2102c3041f004db8df79f4e424838 (diff)
downloadserverdata-034f0d82815c0117cbf9fec747a874767a95ee32.tar.gz
serverdata-034f0d82815c0117cbf9fec747a874767a95ee32.tar.bz2
serverdata-034f0d82815c0117cbf9fec747a874767a95ee32.tar.xz
serverdata-034f0d82815c0117cbf9fec747a874767a95ee32.zip
removing debug lines from crying child quest and uncomment golbenez to open way into gy inn
-rw-r--r--npc/027-1_Graveyard/golbenez.txt2
-rw-r--r--npc/027-1_Graveyard/monsters.txt6
2 files changed, 3 insertions, 5 deletions
diff --git a/npc/027-1_Graveyard/golbenez.txt b/npc/027-1_Graveyard/golbenez.txt
index 5eae44d4..336cdea3 100644
--- a/npc/027-1_Graveyard/golbenez.txt
+++ b/npc/027-1_Graveyard/golbenez.txt
@@ -1,4 +1,4 @@
-//027-1.gat,68,89,0 script #Golbenez#_M 204,{
+027-1.gat,68,89,0 script #Golbenez#_M 204,{
set @fee, 666;
diff --git a/npc/027-1_Graveyard/monsters.txt b/npc/027-1_Graveyard/monsters.txt
index 9ddb6ac5..0efe43c4 100644
--- a/npc/027-1_Graveyard/monsters.txt
+++ b/npc/027-1_Graveyard/monsters.txt
@@ -28,10 +28,8 @@ _MOBCOUNT_ZOMBIES:
if (@state != 1) return;
set @ring, @ring + 1;
-//TODO: remove debug
-// if (@ring < 10) return;
-// if (rand(8) != 0) return;
- message strcharinfo(0), "Debug: got Ring with one kill instead of many";
+ if (@ring < 10) return;
+ if (rand(8) != 0) return;
message strcharinfo(0), "You found a ring hidden in the zombie's rotten rags. Maybe this is what Aldred was looking for...";
set @state, 2;
callsub S_Update_Mask;