diff options
author | Fate <fate-tmw@googlemail.com> | 2008-12-24 21:24:57 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-12-24 21:24:57 -0700 |
commit | 562a0fdbaa002a49f4763bd07442e2ed32726ab9 (patch) | |
tree | 0e997cd03f8a03e8bf839890318efd15a0242dc2 /npc/004-1_Beach | |
parent | 63006fa540fe6fbddd132be33b39fd28f02a2e0f (diff) | |
parent | e896b785935c661319ade424f473f4442e1878eb (diff) | |
download | classic-serverdata-2008.12.25.tar.gz classic-serverdata-2008.12.25.tar.bz2 classic-serverdata-2008.12.25.tar.xz classic-serverdata-2008.12.25.zip |
Merge branch 'master' into magicv2008.12.25
Diffstat (limited to 'npc/004-1_Beach')
-rw-r--r-- | npc/004-1_Beach/_import.txt | 1 | ||||
-rw-r--r-- | npc/004-1_Beach/_warps.txt | 2 | ||||
-rw-r--r-- | npc/004-1_Beach/monsters.txt | 26 |
3 files changed, 2 insertions, 27 deletions
diff --git a/npc/004-1_Beach/_import.txt b/npc/004-1_Beach/_import.txt index 0b1dba07..7bd39a8b 100644 --- a/npc/004-1_Beach/_import.txt +++ b/npc/004-1_Beach/_import.txt @@ -1,4 +1,3 @@ map: 004-1.gat npc: npc/004-1_Beach/_mobs.txt npc: npc/004-1_Beach/_warps.txt -npc: npc/004-1_Beach/monsters.txt diff --git a/npc/004-1_Beach/_warps.txt b/npc/004-1_Beach/_warps.txt index b6ccc7d0..97af769d 100644 --- a/npc/004-1_Beach/_warps.txt +++ b/npc/004-1_Beach/_warps.txt @@ -2,3 +2,5 @@ 004-1.gat,84,113 warp ToSandstorm 1,-1,002-1.gat,29,15 004-1.gat,37,111 warp ToBeach 1,-1,003-1.gat,141,21 +004-1.gat,80,31 warp ToHouse -1,-1,004-2.gat,21,28 +004-1.gat,86,27 warp To2ndFloor -1,-1,004-2.gat,57,65 diff --git a/npc/004-1_Beach/monsters.txt b/npc/004-1_Beach/monsters.txt deleted file mode 100644 index 8056eead..00000000 --- a/npc/004-1_Beach/monsters.txt +++ /dev/null @@ -1,26 +0,0 @@ -// Map: 004-1 -// This is the Beach west of Tulimshar. -// - -004-1.gat,0,0,0,0 monster SeaSlime 1033,30,0,0,Mob34::OnSeaSlime -004-1.gat,0,0,0,0 monster GiantMaggot 1006,10,0,0,Mob34::OnGiantMaggot -004-1.gat,0,0,0,0 monster RedScorpion 1004,12,0,0,Mob34::OnRedScorpion - -004-1.gat,0,0,0 script Mob34 -1,{ -OnSeaSlime: - set @mobID, 1033; - callfunc "MobPoints"; - break; - -OnGiantMaggot: - set @mobID, 1006; - callfunc "MobPoints"; - break; - -OnRedScorpion: - set @mobID, 1004; - callfunc "MobPoints"; - break; - - end; -} |