diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-03 23:30:06 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-03 23:30:06 -0300 |
commit | e5625c1cabc7d0e631a899854add1a44142cf3c9 (patch) | |
tree | 0692ac93cfd6a613fbd4423e4c898e4a81710435 /npc/002-1 | |
parent | 6c03fe23b723e7156e5c655a5995dff8fe1f5674 (diff) | |
download | serverdata-e5625c1cabc7d0e631a899854add1a44142cf3c9.tar.gz serverdata-e5625c1cabc7d0e631a899854add1a44142cf3c9.tar.bz2 serverdata-e5625c1cabc7d0e631a899854add1a44142cf3c9.tar.xz serverdata-e5625c1cabc7d0e631a899854add1a44142cf3c9.zip |
Add a bug on _mobs (002-1) by creating an override file
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/002-1/mobs_override.txt | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/npc/002-1/_import.txt b/npc/002-1/_import.txt index 459d26fd2..461307e1e 100644 --- a/npc/002-1/_import.txt +++ b/npc/002-1/_import.txt @@ -12,4 +12,5 @@ "npc/002-1/hammock.txt", "npc/002-1/knife.txt", "npc/002-1/mapflags.txt", +"npc/002-1/mobs_override.txt", "npc/002-1/peter.txt", diff --git a/npc/002-1/mobs_override.txt b/npc/002-1/mobs_override.txt new file mode 100644 index 000000000..eea1f91c2 --- /dev/null +++ b/npc/002-1/mobs_override.txt @@ -0,0 +1,6 @@ +// TMW2 Script. Overrides mobs for Candor and Tulimshar's instances (LOCATION$) +// Map 002-1: Second Deck mobs +002-1@Candor,52,32,21,9 monster Piou 1002,3,30000,20000 +002-1@Candor,27,31,1,3 monster Maggot 1030,1,30000,20000 +002-1@Tulim,52,32,21,9 monster Piou 1002,3,30000,20000 +002-1@Tulim,27,31,1,3 monster Maggot 1030,1,30000,20000 |