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_16-1-south-east-woodland | |
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_16-1-south-east-woodland')
-rw-r--r-- | npc/new_16-1-south-east-woodland/monsters.txt | 35 | ||||
-rw-r--r-- | npc/new_16-1-south-east-woodland/passages.txt | 4 |
2 files changed, 0 insertions, 39 deletions
diff --git a/npc/new_16-1-south-east-woodland/monsters.txt b/npc/new_16-1-south-east-woodland/monsters.txt deleted file mode 100644 index e384b02b..00000000 --- a/npc/new_16-1-south-east-woodland/monsters.txt +++ /dev/null @@ -1,35 +0,0 @@ -// Map: new_16-1 -// This is South-East Woodland. -// - -new_16-1.gat,0,0,0,0 monster Fluffy 1020,50,0,0,Mob16::OnFluffy -new_16-1.gat,0,0,0,0 monster Flower 1014,40,0,0,Mob16::OnFlower - -new_16-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob16::OnGamboge - -new_16-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob16::OnSilkWorm - -new_16-1.gat,0,0,0 script Mob16 -1,{ -OnFluffy: - set @mobID, 1020; - callfunc "MobPoints"; - break; - -OnFlower: - set @mobID, 1014; - callfunc "MobPoints"; - break; - -OnGamboge: - set @mobID, 1031; - callfunc "MobPoints"; - break; - -OnSilkWorm: - set @mobID, 1035; - callfunc "MobPoints"; - break; - - - end; -} diff --git a/npc/new_16-1-south-east-woodland/passages.txt b/npc/new_16-1-south-east-woodland/passages.txt deleted file mode 100644 index 4696b482..00000000 --- a/npc/new_16-1-south-east-woodland/passages.txt +++ /dev/null @@ -1,4 +0,0 @@ -new_16-1.gat,120,114 warp todesert 3,0,new_15-1.gat,20,24 -new_16-1.gat,22,54 warp towoodland 2,2,new_14-1.gat,127,53 -new_16-1.gat,68,22 warp warp2 3,1,new_18-1.gat,78,100 -new_16-1.gat,122,21 warp warp2 1,1,new_18-1.gat,132,98 |