diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:08:50 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 863cb6511466f55260b31902e196807f269d9a1a (patch) | |
tree | d12fe8f5ede14b70b5bb1e2bf95ed1aacf936314 /world/map/npc/006-1 | |
parent | 72cb943950a7d4ac342eda4a9d546a3b03269ecf (diff) | |
download | serverdata-863cb6511466f55260b31902e196807f269d9a1a.tar.gz serverdata-863cb6511466f55260b31902e196807f269d9a1a.tar.bz2 serverdata-863cb6511466f55260b31902e196807f269d9a1a.tar.xz serverdata-863cb6511466f55260b31902e196807f269d9a1a.zip |
NPCs on 006-* fixed
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r-- | world/map/npc/006-1/mika.txt | 2 | ||||
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 2 | ||||
-rw-r--r-- | world/map/npc/006-1/traveler.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/006-1/mika.txt b/world/map/npc/006-1/mika.txt index d7ba11bc..82b3db85 100644 --- a/world/map/npc/006-1/mika.txt +++ b/world/map/npc/006-1/mika.txt @@ -1,4 +1,4 @@ -006-1.gat,39,22,0|script|Mika|114, +006-1.gat,39,22,0|script|Mika|114 { mes "[Mika]"; mes "\"My father told me about a man living in this desert who makes clothes out of snake skin.\""; diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index b97b0c96..a84922da 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -1,4 +1,4 @@ -006-1.gat,24,113,0|script|Pachua|143, +006-1.gat,24,113,0|script|Pachua|143 { setarray @npc_loc, 24, 113, 4; callfunc "PCtoNPCRange"; diff --git a/world/map/npc/006-1/traveler.txt b/world/map/npc/006-1/traveler.txt index 799e31e7..82b8c8a5 100644 --- a/world/map/npc/006-1/traveler.txt +++ b/world/map/npc/006-1/traveler.txt @@ -2,7 +2,7 @@ // Author: Wombat, wushin // cost depending on level and adapted to new scripting guidelines: Jenalya -006-1.gat,25,95,0|script|Rhutan the Traveler|103, +006-1.gat,25,95,0|script|Rhutan the Traveler|103 { set @NpcName$, "Rhutan"; set @NpcTravelBit, $@pachua_bit; |