diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 00:06:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 00:06:46 -0300 |
commit | 5c45e282123cc5e61c3450e29613730f035770fe (patch) | |
tree | 7b8cbb314002d527bdaea989dcc795992cf35c62 | |
parent | cb9c472440625a1a1ef8fe4defbfbec88a2de6d4 (diff) | |
download | serverdata-5c45e282123cc5e61c3450e29613730f035770fe.tar.gz serverdata-5c45e282123cc5e61c3450e29613730f035770fe.tar.bz2 serverdata-5c45e282123cc5e61c3450e29613730f035770fe.tar.xz serverdata-5c45e282123cc5e61c3450e29613730f035770fe.zip |
Placeholder for Enrique.
Where is his wife, Emma?
-rw-r--r-- | maps/re/027-0.mcache | bin | 219 -> 210 bytes | |||
-rw-r--r-- | npc/027-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/027-0/enrique.txt | 17 |
3 files changed, 18 insertions, 0 deletions
diff --git a/maps/re/027-0.mcache b/maps/re/027-0.mcache Binary files differindex 5007aa2b8..4f7d3c828 100644 --- a/maps/re/027-0.mcache +++ b/maps/re/027-0.mcache diff --git a/npc/027-0/_import.txt b/npc/027-0/_import.txt index c622b4751..06a62a4f6 100644 --- a/npc/027-0/_import.txt +++ b/npc/027-0/_import.txt @@ -1,2 +1,3 @@ // Map 027-0: Administration Building // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/027-0/enrique.txt", diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt new file mode 100644 index 000000000..282f3781d --- /dev/null +++ b/npc/027-0/enrique.txt @@ -0,0 +1,17 @@ +// TMW2 Script +// Author: +// Jesusalva +// Description: +// Enrique is the headmaster of the Academy + +027-0,46,25,0 script Enrique NPC_BLACKALCHEMIST,{ + mesn; + mesq l("Hello. I am Enrique, headmaster of The Academy."); + close; + +OnInit: + .distance = 4; + .sex = G_MALE; + end; +} + |