diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-06 17:07:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-06 17:07:27 -0300 |
commit | 9ccd9e1c2b7539a89d9df523f1bbfe800eb2dd21 (patch) | |
tree | facd6ea8325328d7e891e24ff8c1705d511f0bd4 /npc/024-16/guards.txt | |
parent | 0ec276a2adaba84574126418aea5b5e019ebb724 (diff) | |
download | serverdata-9ccd9e1c2b7539a89d9df523f1bbfe800eb2dd21.tar.gz serverdata-9ccd9e1c2b7539a89d9df523f1bbfe800eb2dd21.tar.bz2 serverdata-9ccd9e1c2b7539a89d9df523f1bbfe800eb2dd21.tar.xz serverdata-9ccd9e1c2b7539a89d9df523f1bbfe800eb2dd21.zip |
Populate Frostia's Throne Room with dummy NPCs. Dialogs pending (along testing)
Diffstat (limited to 'npc/024-16/guards.txt')
-rw-r--r-- | npc/024-16/guards.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/024-16/guards.txt b/npc/024-16/guards.txt new file mode 100644 index 000000000..e07294c7b --- /dev/null +++ b/npc/024-16/guards.txt @@ -0,0 +1,18 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Frostia King Guards + +024-16,33,42,0 script Royal Guard#02416A NPC_BRGUARD_SPEAR,{ + legiontalk; + end; + +OnInit: + .distance=5; + end; +} + +024-16,25,33,0 duplicate(Royal Guard#02416A) Royal Guard#02416B NPC_BRGUARD_SWORD +024-16,35,33,0 duplicate(Royal Guard#02416A) Royal Guard#02416C NPC_BRGUARD_BOW + |