diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:08:02 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | d5fae9623ca312a724f1c7db1342574938fb48b1 (patch) | |
tree | 1498e81e60b0ccb6bb66f20fccdb4e07213135d6 /world/map/npc/002-1 | |
parent | 5ad572d82984ca863fc1ff2b2c259628daa4afea (diff) | |
download | serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.tar.gz serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.tar.bz2 serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.tar.xz serverdata-d5fae9623ca312a724f1c7db1342574938fb48b1.zip |
NPCS on 002-* fixed
Diffstat (limited to 'world/map/npc/002-1')
-rw-r--r-- | world/map/npc/002-1/lieutenant_dausen.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-1/nickos.txt | 2 | ||||
-rw-r--r-- | world/map/npc/002-1/nomads.txt | 4 | ||||
-rw-r--r-- | world/map/npc/002-1/stewen.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/002-1/lieutenant_dausen.txt b/world/map/npc/002-1/lieutenant_dausen.txt index 6cfbbdab..f8a6cf66 100644 --- a/world/map/npc/002-1/lieutenant_dausen.txt +++ b/world/map/npc/002-1/lieutenant_dausen.txt @@ -1,7 +1,7 @@ // Lieutenant in charge of monitoring the monster threat surrounding the city. // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-1.gat,54,27,0|script|Lieutenant Dausen|122, +002-1.gat,54,27,0|script|Lieutenant Dausen|122 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; diff --git a/world/map/npc/002-1/nickos.txt b/world/map/npc/002-1/nickos.txt index c610e210..39c1cc66 100644 --- a/world/map/npc/002-1/nickos.txt +++ b/world/map/npc/002-1/nickos.txt @@ -1,7 +1,7 @@ // Sandstorm mine guard // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-1.gat,28,94,0|script|Nickos|123, +002-1.gat,28,94,0|script|Nickos|123 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; diff --git a/world/map/npc/002-1/nomads.txt b/world/map/npc/002-1/nomads.txt index c701efbe..456bc2b6 100644 --- a/world/map/npc/002-1/nomads.txt +++ b/world/map/npc/002-1/nomads.txt @@ -1,6 +1,6 @@ // -002-1.gat,92,100,0|script|Samuel|132, +002-1.gat,92,100,0|script|Samuel|132 { mes "[Samuel the Nomad]"; mes "\"This is really a nice place.\""; @@ -8,7 +8,7 @@ close; } -002-1.gat,102,100,0|script|Elijah|128, +002-1.gat,102,100,0|script|Elijah|128 { mes "[Elijah the Nomad]"; mes "\"It's nice to find a respite like this...\""; diff --git a/world/map/npc/002-1/stewen.txt b/world/map/npc/002-1/stewen.txt index 074fc93c..727c0ee3 100644 --- a/world/map/npc/002-1/stewen.txt +++ b/world/map/npc/002-1/stewen.txt @@ -1,7 +1,7 @@ // East sandstorm guard // Variables used: nibble 4 and 5 of QUEST_SouthTulimshar -002-1.gat,106,76,0|script|Stewen|123, +002-1.gat,106,76,0|script|Stewen|123 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; |