summaryrefslogtreecommitdiff
path: root/world/map/npc/easter/2012/doors.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-03-17 16:55:17 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-03-23 16:08:04 +0100
commit4d6ed2e31624362422bcfbc6a7084f81cee0cf98 (patch)
tree559657031461abbee1980ad4c0bec7f136b10984 /world/map/npc/easter/2012/doors.txt
parent3c5c9a539f95d71bd8c59580304e2949f13f8572 (diff)
downloadserverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.tar.gz
serverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.tar.bz2
serverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.tar.xz
serverdata-4d6ed2e31624362422bcfbc6a7084f81cee0cf98.zip
Easter 2012
Story: prsm, TheKandiman Scripting: alastrim Prepare for release and testing: Jenalya
Diffstat (limited to 'world/map/npc/easter/2012/doors.txt')
-rw-r--r--world/map/npc/easter/2012/doors.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/world/map/npc/easter/2012/doors.txt b/world/map/npc/easter/2012/doors.txt
new file mode 100644
index 00000000..b76f10b4
--- /dev/null
+++ b/world/map/npc/easter/2012/doors.txt
@@ -0,0 +1,21 @@
+004-2.gat,62,28,0|script|#kidnapperdoor|32767,0,0{
+ if (QUEST_Easter12 < 4)
+ goto L_Locked;
+ if (QUEST_Easter12 == 4)
+ message strcharinfo(0), "As you look at the door, you notice the lock is broken. Walking inside the room, you can notice some small white fur around the room. The Easter Bunny was probably here and found a way to escape. You should talk to Uncle Bunny.";
+ if (QUEST_Easter12 == 4)
+ set QUEST_Easter12, 5;
+ warp "004-2.gat", 21, 61;
+ end;
+
+L_Locked:
+ message strcharinfo(0), "The door to the basement is locked.";
+ end;
+}
+
+021-2.gat,42,53,0|script|#easterbunnydoor|32767,0,0{
+ if (QUEST_Easter12 < 5)
+ end;
+ warp "021-2.gat", 70, 57;
+ end;
+}