diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
commit | 8cae569d85aba62c966fcb657bac794b2f30b0d2 (patch) | |
tree | 04e42e2a0ddfa0869401c98e672ba347cc91776c /npc/018-2_Woodland_minning_camp | |
parent | f2aa58baabb81281323c146d355a1317628afa4f (diff) | |
download | serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.gz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.bz2 serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.xz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.zip |
Map name/warp/monster location fixes
Diffstat (limited to 'npc/018-2_Woodland_minning_camp')
-rw-r--r-- | npc/018-2_Woodland_minning_camp/angus.txt | 2 | ||||
-rw-r--r-- | npc/018-2_Woodland_minning_camp/books.txt | 2 | ||||
-rw-r--r-- | npc/018-2_Woodland_minning_camp/caul.txt | 2 | ||||
-rw-r--r-- | npc/018-2_Woodland_minning_camp/miners.txt | 2 | ||||
-rw-r--r-- | npc/018-2_Woodland_minning_camp/monsters.txt | 6 | ||||
-rw-r--r-- | npc/018-2_Woodland_minning_camp/receptionist.txt | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/npc/018-2_Woodland_minning_camp/angus.txt b/npc/018-2_Woodland_minning_camp/angus.txt index 7be183f4..bf9f725e 100644 --- a/npc/018-2_Woodland_minning_camp/angus.txt +++ b/npc/018-2_Woodland_minning_camp/angus.txt @@ -1,6 +1,6 @@ // Angus the craftsman -new_38-1.gat,31,39,0 script Angus 147,{ +018-2.gat,31,39,0 script Angus 147,{ set @honorific$, "lad"; if (Sex == 0) set @honorific$, "lass"; diff --git a/npc/018-2_Woodland_minning_camp/books.txt b/npc/018-2_Woodland_minning_camp/books.txt index dfd4ecda..22364c6d 100644 --- a/npc/018-2_Woodland_minning_camp/books.txt +++ b/npc/018-2_Woodland_minning_camp/books.txt @@ -1,6 +1,6 @@ // -new_38-1.gat,112,19,0 script #Bookcase38 127,0,1{ +018-2.gat,112,19,0 script #Bookcase38 127,0,1{ if (Inspector == 11) goto L_NohMask; mes "Looking over the bookcase, you find nothing strange or out of order."; diff --git a/npc/018-2_Woodland_minning_camp/caul.txt b/npc/018-2_Woodland_minning_camp/caul.txt index e84b507d..1aeda920 100644 --- a/npc/018-2_Woodland_minning_camp/caul.txt +++ b/npc/018-2_Woodland_minning_camp/caul.txt @@ -7,7 +7,7 @@ //# //################################################################################# -new_38-1.gat,37,22,0 script Caul 107,{ +018-2.gat,37,22,0 script Caul 107,{ set @SETZER_INITIAL, 0; set @SETZER_KNOWS_OIL, 1; set @SETZER_KNOWS_STINGER, 2; diff --git a/npc/018-2_Woodland_minning_camp/miners.txt b/npc/018-2_Woodland_minning_camp/miners.txt index 92261cb5..caf8afcd 100644 --- a/npc/018-2_Woodland_minning_camp/miners.txt +++ b/npc/018-2_Woodland_minning_camp/miners.txt @@ -1,6 +1,6 @@ // -new_38-1.gat,85,23,0 script Miner 109,{ +018-2.gat,85,23,0 script Miner 109,{ if (Inspector == 10) goto L_NohMask; mes "[Miner]"; diff --git a/npc/018-2_Woodland_minning_camp/monsters.txt b/npc/018-2_Woodland_minning_camp/monsters.txt index 7eb44908..dab70518 100644 --- a/npc/018-2_Woodland_minning_camp/monsters.txt +++ b/npc/018-2_Woodland_minning_camp/monsters.txt @@ -1,10 +1,10 @@ -// Map: new_38-1 +// Map: 018-2 // This is the Woodland Mines -- level 1. // -new_38-1.gat,114,21,4,3 monster YellowSlime 1007,1,120000,60000,Mob38::OnYellowSlime +018-2.gat,114,21,4,3 monster YellowSlime 1007,1,120000,60000,Mob38::OnYellowSlime -new_38-1.gat,0,0,0 script Mob38 -1,{ +018-2.gat,0,0,0 script Mob38 -1,{ OnYellowSlime: set @mobID, 1007; callfunc "MobPoints"; diff --git a/npc/018-2_Woodland_minning_camp/receptionist.txt b/npc/018-2_Woodland_minning_camp/receptionist.txt index 822d09a3..58c9ed7a 100644 --- a/npc/018-2_Woodland_minning_camp/receptionist.txt +++ b/npc/018-2_Woodland_minning_camp/receptionist.txt @@ -1,6 +1,6 @@ // -new_38-1.gat,50,24,0 script Receptionist 108,{ +018-2.gat,50,24,0 script Receptionist 108,{ mes "[Receptionist]"; mes "\"Welcome to the mining camp!"; mes "Do you need anything?\""; |