summaryrefslogtreecommitdiff
path: root/npc/003-1_Beach/monsters.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-12-26 19:41:58 +0000
committerJared Adams <jaxad0127@gmail.com>2008-12-26 19:41:58 +0000
commitbdc33686d71a23fde0a938dac6639ec1ffd4c636 (patch)
tree99b2be3607003a5ce3a85a562ae5977c5191e103 /npc/003-1_Beach/monsters.txt
parent6f8c99b0e34c4e5b45aec4b626d27770de2a32c8 (diff)
downloadserverdata-bdc33686d71a23fde0a938dac6639ec1ffd4c636.tar.gz
serverdata-bdc33686d71a23fde0a938dac6639ec1ffd4c636.tar.bz2
serverdata-bdc33686d71a23fde0a938dac6639ec1ffd4c636.tar.xz
serverdata-bdc33686d71a23fde0a938dac6639ec1ffd4c636.zip
Inital rework of desert monsters
Diffstat (limited to 'npc/003-1_Beach/monsters.txt')
-rw-r--r--npc/003-1_Beach/monsters.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/npc/003-1_Beach/monsters.txt b/npc/003-1_Beach/monsters.txt
deleted file mode 100644
index 248cc968..00000000
--- a/npc/003-1_Beach/monsters.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// Map: 003-1
-// This is the Desert Beach.
-//
-
-003-1.gat,0,0,0,0 monster BlackScorpion 1009,20,0,0,Mob15::OnBlackScorpion
-003-1.gat,0,0,0,0 monster Snake 1010,10,0,0,Mob15::OnSnake
-
-003-1.gat,0,0,0 script Mob15 -1,{
-OnBlackScorpion:
- set @mobID, 1009;
- callfunc "MobPoints";
- break;
-
-OnSnake:
- set @mobID, 1010;
- callfunc "MobPoints";
- break;
-
- end;
-}