diff options
Diffstat (limited to 'world/map/npc/005-3/monsters.txt')
-rw-r--r-- | world/map/npc/005-3/monsters.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/world/map/npc/005-3/monsters.txt b/world/map/npc/005-3/monsters.txt new file mode 100644 index 00000000..439b6300 --- /dev/null +++ b/world/map/npc/005-3/monsters.txt @@ -0,0 +1,14 @@ +// Map: 05-3 +// This is the Snake Pit, a cave in the Snake Desert. +// + +005-3.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake + +005-3.gat,0,0,0 script Mob22 -1,{ +OnSnake: + set @mobID, 1010; + callfunc "MobPoints"; + break; + + end; +} |