diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-12 09:07:20 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-12 09:07:20 +0000 |
commit | 57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26 (patch) | |
tree | c70c6a801b4b47cac7c7ccb2150f20ea81ced13e /npc/new_15-1-woodland-desert/monsters.txt | |
parent | fa302a780f1873bcab253bf469b8be23fe4a43e0 (diff) | |
parent | 92edc7656445e89c7ce1d229970f03ff55708e5b (diff) | |
download | serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.gz serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.bz2 serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.tar.xz serverdata-57e98ad83c240ad585aeaa47f05c9ca9dfcb9e26.zip |
Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainline
Diffstat (limited to 'npc/new_15-1-woodland-desert/monsters.txt')
-rw-r--r-- | npc/new_15-1-woodland-desert/monsters.txt | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/new_15-1-woodland-desert/monsters.txt b/npc/new_15-1-woodland-desert/monsters.txt index 4d697599..81246489 100644 --- a/npc/new_15-1-woodland-desert/monsters.txt +++ b/npc/new_15-1-woodland-desert/monsters.txt @@ -1,20 +1,20 @@ -// Map: new_15-1
-// This is the Desert Beach.
-//
-
-new_15-1.gat,0,0,0,0 monster BlackScorpion 1009,20,0,0,Mob15::OnBlackScorpion
-new_15-1.gat,0,0,0,0 monster Snake 1010,10,0,0,Mob15::OnSnake
-
-new_15-1.gat,0,0,0 script Mob15 -1,{
-OnBlackScorpion:
- set @mobID, 1009;
- callfunc "MobPoints";
- break;
-
-OnSnake:
- set @mobID, 1010;
- callfunc "MobPoints";
- break;
-
- end;
-}
+// Map: new_15-1 +// This is the Desert Beach. +// + +new_15-1.gat,0,0,0,0 monster BlackScorpion 1009,20,0,0,Mob15::OnBlackScorpion +new_15-1.gat,0,0,0,0 monster Snake 1010,10,0,0,Mob15::OnSnake + +new_15-1.gat,0,0,0 script Mob15 -1,{ +OnBlackScorpion: + set @mobID, 1009; + callfunc "MobPoints"; + break; + +OnSnake: + set @mobID, 1010; + callfunc "MobPoints"; + break; + + end; +} |