diff options
author | Reid <reidyaro@gmail.com> | 2014-06-19 01:54:53 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-06-19 01:54:53 +0200 |
commit | ab525fcd3188c481381a8a6cee38a86444654d9e (patch) | |
tree | 063979f606ee148ab8330d0ad5fdcae33b385028 /npc/001-2-0 | |
parent | 135fb29151516198cad2f7dc4c6709817563be21 (diff) | |
download | serverdata-ab525fcd3188c481381a8a6cee38a86444654d9e.tar.gz serverdata-ab525fcd3188c481381a8a6cee38a86444654d9e.tar.bz2 serverdata-ab525fcd3188c481381a8a6cee38a86444654d9e.tar.xz serverdata-ab525fcd3188c481381a8a6cee38a86444654d9e.zip |
Add blank Resa NPC.
Diffstat (limited to 'npc/001-2-0')
-rw-r--r-- | npc/001-2-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-2-0/resa.txt | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/npc/001-2-0/_import.txt b/npc/001-2-0/_import.txt index d19712f2..0be05cc1 100644 --- a/npc/001-2-0/_import.txt +++ b/npc/001-2-0/_import.txt @@ -1,2 +1,3 @@ map: 001-2-0.gat npc: npc/001-2-0/_warps.txt +npc: npc/001-2-0/resa.txt diff --git a/npc/001-2-0/resa.txt b/npc/001-2-0/resa.txt new file mode 100644 index 00000000..61e70d0b --- /dev/null +++ b/npc/001-2-0/resa.txt @@ -0,0 +1,12 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Light Armor shop keeper. + +001-2-0.gat,37,28,0,0 script Resa 117;2,{ + mesn; + mesq l("Hi."); + + close; +} |