diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 17:22:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 17:22:19 -0300 |
commit | b68e43387daa519cdf36b290e1eeafa27089bf42 (patch) | |
tree | 3ac222263efff52a7ec2d4822b43ee33d92c48ea /npc/014-2 | |
parent | 27add2af4e962568f5cda159af416632af17dfa6 (diff) | |
download | serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.gz serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.bz2 serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.xz serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.zip |
Balance, tweak, Eternal Swamp utils, etc
Diffstat (limited to 'npc/014-2')
-rw-r--r-- | npc/014-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/014-2/guards.txt | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt index 06d0056e7..9efb6ced4 100644 --- a/npc/014-2/_import.txt +++ b/npc/014-2/_import.txt @@ -2,5 +2,6 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/014-2/_mobs.txt", "npc/014-2/_warps.txt", +"npc/014-2/guards.txt", "npc/014-2/mouboo.txt", "npc/014-2/woodywife.txt", diff --git a/npc/014-2/guards.txt b/npc/014-2/guards.txt new file mode 100644 index 000000000..6216de67c --- /dev/null +++ b/npc/014-2/guards.txt @@ -0,0 +1,17 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Access to Eternal Swamps + +014-2,41,56,0 script Guard Jennifer NPC_GUARD2,{ + mesn; + mesc l("Beyond this bridge are the Eternal Swamps!"); + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + |