From 4366a268eef0dcb1cc823596add73c83d2984914 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 11 Jan 2009 21:32:46 +0100 Subject: Added quest to get the cat ears Done together with Katze --- data/015-1.wlk | Bin 16804 -> 16804 bytes data/015-3.wlk | Bin 0 -> 4100 bytes data/resnametable.txt | 1 + 3 files changed, 1 insertion(+) create mode 100644 data/015-3.wlk (limited to 'data') diff --git a/data/015-1.wlk b/data/015-1.wlk index f3e7bbc9..8d13a5b3 100644 Binary files a/data/015-1.wlk and b/data/015-1.wlk differ diff --git a/data/015-3.wlk b/data/015-3.wlk new file mode 100644 index 00000000..9a01b2e2 Binary files /dev/null and b/data/015-3.wlk differ diff --git a/data/resnametable.txt b/data/resnametable.txt index c7c65430..02c33d6d 100644 --- a/data/resnametable.txt +++ b/data/resnametable.txt @@ -30,6 +30,7 @@ 014-1.gat#014-1.wlk# 014-3.gat#014-3.wlk# 015-1.gat#015-1.wlk# +015-3.gat#015-3.wlk# 016-1.gat#016-1.wlk# 017-1.gat#017-1.wlk# 018-1.gat#018-1.wlk# -- cgit v1.2.3-60-g2f50 From d66e5af9f0024f897a8d239aa5100b30c487a45b Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 12 Jan 2009 20:57:52 +0100 Subject: Added long corridor to cat cave So that you can't click on the pot while standing in the entrance. Also removed one spider since getting killed while talking to an NPC is buggy on the client. --- data/015-3.wlk | Bin 4100 -> 4100 bytes npc/015-1_Woodland/_warps.txt | 2 +- npc/015-3/_mobs.txt | 1 - npc/015-3/_warps.txt | 2 +- npc/015-3/barrier.txt | 2 +- 5 files changed, 3 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/015-3.wlk b/data/015-3.wlk index 9a01b2e2..25ef46b1 100644 Binary files a/data/015-3.wlk and b/data/015-3.wlk differ diff --git a/npc/015-1_Woodland/_warps.txt b/npc/015-1_Woodland/_warps.txt index cb9044e9..75e377a4 100644 --- a/npc/015-1_Woodland/_warps.txt +++ b/npc/015-1_Woodland/_warps.txt @@ -1,4 +1,4 @@ // 015-1 Woodland warps 015-1.gat,93,55 warp ToWoodland -1,0,010-1.gat,15,55 -015-1.gat,59,31 warp to 015_3 -1,-1,015-3.gat,31,36 +015-1.gat,59,31 warp to 015_3 -1,-1,015-3.gat,31,42 diff --git a/npc/015-3/_mobs.txt b/npc/015-3/_mobs.txt index 7ed7bc67..1c1d9941 100644 --- a/npc/015-3/_mobs.txt +++ b/npc/015-3/_mobs.txt @@ -4,7 +4,6 @@ 015-3.gat,29,31,2,2 monster Maggots 1002,2,0,0,Mob015-3::On1002 015-3.gat,23,19,1,1 monster Maggots 1002,1,0,0,Mob015-3::On1002 015-3.gat,40,19,1,1 monster Spider 1012,1,0,0,Mob015-3::On1012 -015-3.gat,29,35,2,1 monster Spider 1012,1,0,0,Mob015-3::On1012 015-3.gat,0,0,0 script Mob015-3 -1,{ diff --git a/npc/015-3/_warps.txt b/npc/015-3/_warps.txt index 90107d63..8b8a83d7 100644 --- a/npc/015-3/_warps.txt +++ b/npc/015-3/_warps.txt @@ -1,3 +1,3 @@ // 015-3 warps -015-3.gat,31,37 warp to 015-1 -1,-1,015-1.gat,59,32 +015-3.gat,31,43 warp to 015-1 -1,-1,015-1.gat,59,32 diff --git a/npc/015-3/barrier.txt b/npc/015-3/barrier.txt index 4039e9f5..3abffbb1 100644 --- a/npc/015-3/barrier.txt +++ b/npc/015-3/barrier.txt @@ -1,7 +1,7 @@ // You can only enter the cat cave naked, otherwise the cat's reaction scares // you away. You can also get in while wearing the cat ears. -015-3.gat,31,36,0 script #CatCaveBarrier 127,1,1,{ +015-3.gat,31,42,0 script #CatCaveBarrier 127,1,1,{ if (getequipid(equip_head) != 1217 && (getequipid(equip_head) > 0 || getequipid(equip_shield) > 0 || -- cgit v1.2.3-60-g2f50