diff options
author | Reid <reidyaro@gmail.com> | 2015-07-25 05:41:56 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-07-25 05:41:56 +0200 |
commit | b474b1fedde7ed474e58aff5319aba4ba9ff244e (patch) | |
tree | 75724a110ef676d191e17d955d6b5fe9286b347c | |
parent | cfdc070d398d52adf6ef1176487828bf4d89cfa4 (diff) | |
download | serverdata-b474b1fedde7ed474e58aff5319aba4ba9ff244e.tar.gz serverdata-b474b1fedde7ed474e58aff5319aba4ba9ff244e.tar.bz2 serverdata-b474b1fedde7ed474e58aff5319aba4ba9ff244e.tar.xz serverdata-b474b1fedde7ed474e58aff5319aba4ba9ff244e.zip |
Add Don on #27.
-rw-r--r-- | npc/001-2-27/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-2-27/don.txt | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-2-27/_import.txt b/npc/001-2-27/_import.txt index da4f5d57..712b8e44 100644 --- a/npc/001-2-27/_import.txt +++ b/npc/001-2-27/_import.txt @@ -1,2 +1,3 @@ // Map 001-2-27 npc: npc/001-2-27/_warps.txt +npc: npc/001-2-27/don.txt diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt new file mode 100644 index 00000000..2956fa2b --- /dev/null +++ b/npc/001-2-27/don.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Don the blacksmith of Artis + +001-2-27,35,29,0 script Don#001-2-27 122,{ + mesn; + mesq l("Hm..."); + + goto L_Close; + +L_Close: + close; + +OnInit: + setnpcsex G_MALE; + setnpcdistance 2; + end; +} + |