diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 13:38:20 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 13:38:20 +0000 |
commit | 1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch) | |
tree | 888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/new_27-1-hill2 | |
parent | c35d7a43946974cc85497980f4542f0b8abc1a56 (diff) | |
download | serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2 serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip |
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/new_27-1-hill2')
-rw-r--r-- | npc/new_27-1-hill2/monsters.txt | 20 | ||||
-rw-r--r-- | npc/new_27-1-hill2/passages.txt | 9 |
2 files changed, 0 insertions, 29 deletions
diff --git a/npc/new_27-1-hill2/monsters.txt b/npc/new_27-1-hill2/monsters.txt deleted file mode 100644 index bb0799bb..00000000 --- a/npc/new_27-1-hill2/monsters.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Map: new_27-1 -// This is the Caves beneath the North Woodland. -// - -new_27-1.gat,0,0,0,0 monster Bat 1017,100,0,0,Mob27::OnBat -new_27-1.gat,0,0,0,0 monster CaveSnake 1021,75,0,0,Mob27::OnCaveSnake - -new_27-1.gat,0,0,0 script Mob27 -1,{ -OnBat: - set @mobID, 1017; - callfunc "MobPoints"; - break; - -OnCaveSnake: - set @mobID, 1021; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/new_27-1-hill2/passages.txt b/npc/new_27-1-hill2/passages.txt deleted file mode 100644 index b85404fb..00000000 --- a/npc/new_27-1-hill2/passages.txt +++ /dev/null @@ -1,9 +0,0 @@ -new_27-1.gat,36,83 warp lowerexit 1,0,new_26-1.gat,98,100 -new_27-1.gat,79,75 warp higherexit 1,0,new_26-1.gat,109,93 -new_27-1.gat,38,157 warp caveexit 1,0,new_26-1.gat,123,91 -new_27-1.gat,270,112 warp lowerexit 0,1,new_26-1.gat,92,105 -new_27-1.gat,176,138 warp higherexit 0,0,new_26-1.gat,65,127 -new_27-1.gat,354,189 warp startexit 1,0,new_26-1.gat,44,89 -new_27-1.gat,353,80 warp realexit 1,0,new_26-1.gat,41,48 -new_27-1.gat,370,47 warp higher1exit 1,0,new_26-1.gat,51,40 -new_27-1.gat,474,104 warp higher2exit 0,1,new_26-1.gat,146,67 |