diff options
author | Reid <reidyaro@gmail.com> | 2015-08-05 16:19:10 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-08-05 16:19:10 +0200 |
commit | d9f49328c348a4b0647071cbe729b8c747773072 (patch) | |
tree | 044bb82080eaf522a5f39d60a17d21e96dcdaf13 | |
parent | 28ce7954ad75dc8d96338ef27b71ba37108e8679 (diff) | |
download | serverdata-d9f49328c348a4b0647071cbe729b8c747773072.tar.gz serverdata-d9f49328c348a4b0647071cbe729b8c747773072.tar.bz2 serverdata-d9f49328c348a4b0647071cbe729b8c747773072.tar.xz serverdata-d9f49328c348a4b0647071cbe729b8c747773072.zip |
Add trozz NPC on artis, will be moved to the legion's building later.
-rw-r--r-- | npc/001-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-1/trozz.txt | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index aa3dd564..52c93348 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -18,4 +18,5 @@ npc: npc/001-1/panels.txt npc: npc/001-1/qonan.txt npc: npc/001-1/taree.txt npc: npc/001-1/treeleaf.txt +npc: npc/001-1/trozz.txt npc: npc/001-1/xilaxa.txt diff --git a/npc/001-1/trozz.txt b/npc/001-1/trozz.txt new file mode 100644 index 00000000..b3b51634 --- /dev/null +++ b/npc/001-1/trozz.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Chief of the Legion of Aemil of the city of Artis. + +001-1,56,45,0 script Trozz#001-1 124,{ + mesn; + mesq l("Hi."); + + goto L_Close; + +L_Close: + close; + +OnInit: + setnpcsex G_MALE; + setnpcdistance 4; + end; +} + |