diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:50:23 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:50:23 -0500 |
commit | 0362815db48dcd49b5df5d1bd8565613e1979f70 (patch) | |
tree | b6c9733c488c5f87387a500ac2ef25441fdc1538 /npc/027-3_Crypt/caskets.txt | |
parent | 8b09943b83d9eeb2180fb6c50023a22d3ffae18d (diff) | |
download | serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.tar.gz serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.tar.bz2 serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.tar.xz serverdata-0362815db48dcd49b5df5d1bd8565613e1979f70.zip |
Updates I made since ta-testing repo was closed: minor fix to Hurnsald warps and entrances, plus additions for the crypt quest.
Diffstat (limited to 'npc/027-3_Crypt/caskets.txt')
-rwxr-xr-x | npc/027-3_Crypt/caskets.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/027-3_Crypt/caskets.txt b/npc/027-3_Crypt/caskets.txt new file mode 100755 index 00000000..c7ae44bd --- /dev/null +++ b/npc/027-3_Crypt/caskets.txt @@ -0,0 +1,7 @@ +// Casket monster traps and key puzzle.
+027-3.gat,40,35,0 script #casket1 127,1,1{
+ heal 3,0;
+ specialeffect 301;
+ specialeffect 302;
+ end;
+}
\ No newline at end of file |