diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-05 16:29:03 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-05 16:29:03 -0500 |
commit | bdd11263ead3e706eb79a5e54bc1201b98bd6641 (patch) | |
tree | d5d33b149e7ab097bd5e76bd8602e24e12fc653d /npc/027-3_Crypt/test.txt | |
parent | 6f1a1abe10064a7ca100f61e7556a2883e44c059 (diff) | |
download | serverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.tar.gz serverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.tar.bz2 serverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.tar.xz serverdata-bdd11263ead3e706eb79a5e54bc1201b98bd6641.zip |
updated reaper quest info, fixed a few warps in Hurnscald and lake cave, and an update to mod_db and mob_skill_db.
Diffstat (limited to 'npc/027-3_Crypt/test.txt')
-rwxr-xr-x | npc/027-3_Crypt/test.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/027-3_Crypt/test.txt b/npc/027-3_Crypt/test.txt deleted file mode 100755 index 0f353a8d..00000000 --- a/npc/027-3_Crypt/test.txt +++ /dev/null @@ -1,8 +0,0 @@ -027-3.gat,40,25,0 script zombifier 200,1,1{
- npctalk "If you die in the crypt, you are turned into a zombie";
- end;
-OnPCDieEvent:
- npctalk "The corpse of " + strcharinfo(0) + " has risen";
- monster "027-3.gat",41,25,"Corpse",1036,1,"Reaper::OnAvenged";
- end;
-}
|