diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-18 16:38:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-18 16:38:46 -0300 |
commit | dbd23045bdbb28ef782363541461e14db9b3850c (patch) | |
tree | cd0657e6bf901fa7a1231d3075ed04cdfe44cd4e | |
parent | d2a96aa7466e38520154bd3c7d59f99d1ba11007 (diff) | |
download | serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.tar.gz serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.tar.bz2 serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.tar.xz serverdata-dbd23045bdbb28ef782363541461e14db9b3850c.zip |
Minor comments
-rw-r--r-- | npc/017-1/townhall.txt | 4 | ||||
-rw-r--r-- | npc/017-10/_import.txt | 2 | ||||
-rw-r--r-- | npc/017-10/_warps.txt | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 35482d5ed..931f130a0 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -6,6 +6,7 @@ 017-1,180,20,0 script #LoF_Townhall01 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); @@ -21,6 +22,7 @@ OnInit: 017-1,182,20,0 script #LoF_Townhall02 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); @@ -35,6 +37,7 @@ OnInit: 017-1,171,20,0 script #LoF_Townhall03 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); @@ -49,6 +52,7 @@ OnInit: 017-1,190,20,0 script #LoF_Townhall04 NPC_HIDDEN,{ end; + OnTouch: // Sponsor and Main Quest 17+ - access granted .@q=getq(General_Narrator); diff --git a/npc/017-10/_import.txt b/npc/017-10/_import.txt index ce6916310..ddd202783 100644 --- a/npc/017-10/_import.txt +++ b/npc/017-10/_import.txt @@ -1,4 +1,4 @@ -// Map 017-10: Tech-User Forge +// Map 017-10: LoF Townhall // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/017-10/_warps.txt", "npc/017-10/dispatcher.txt", diff --git a/npc/017-10/_warps.txt b/npc/017-10/_warps.txt index 636b97e54..b4d6087eb 100644 --- a/npc/017-10/_warps.txt +++ b/npc/017-10/_warps.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 017-10: Tech-User Forge warps +// Map 017-10: LoF Townhall warps 017-10,36,79,0 warp #017-10_36_79 0,0,017-1,171,21 017-10,56,79,0 warp #017-10_56_79 0,0,017-1,180,21 017-10,60,79,0 warp #017-10_60_79 0,0,017-1,182,21 |