diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 15:56:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 15:56:45 -0300 |
commit | c5bdd2669c8348aa1d8b0084685370219a062dc0 (patch) | |
tree | 5581e703b6e1f0a3b626c26d56b8e025fcc40649 /npc/004-1 | |
parent | 7091b2de1026f8b1488bdd3db5bbffdf78cb448d (diff) | |
download | serverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.tar.gz serverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.tar.bz2 serverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.tar.xz serverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.zip |
Anwar quest template (no quest there yet)
Diffstat (limited to 'npc/004-1')
-rw-r--r-- | npc/004-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/004-1/anwar.txt | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/npc/004-1/_import.txt b/npc/004-1/_import.txt index d8897b37d..a98e3d86b 100644 --- a/npc/004-1/_import.txt +++ b/npc/004-1/_import.txt @@ -2,4 +2,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/004-1/_mobs.txt", "npc/004-1/_warps.txt", +"npc/004-1/anwar.txt", "npc/004-1/elanore.txt", diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt new file mode 100644 index 000000000..265ee94c5 --- /dev/null +++ b/npc/004-1/anwar.txt @@ -0,0 +1,12 @@ +// TMW2 Script +// Author: +// TMW Org. +// Jesusalva +// Description: +// Part of Anwar Field quest + +004-1,107,67,0 script Anwar NPC_PLAYER,{ + .@q=getq(TulimsharQuest_AnwarField); + hello; + end; +} |