diff options
author | Reid <reidyaro@gmail.com> | 2015-06-16 23:27:25 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-16 23:27:25 +0200 |
commit | b8409b308bed1d12c5bb609d435d2138efdd44e2 (patch) | |
tree | 4a759102ea8bb3e1f665039fece99f503154af54 | |
parent | dbea74e0827891c695eb7ae6fb1c0127fef0f59e (diff) | |
download | serverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.tar.gz serverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.tar.bz2 serverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.tar.xz serverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.zip |
Add beuss npc.
-rw-r--r-- | npc/001-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-1/beuss.txt | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 87a56b0e..56f0a0ef 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -3,6 +3,7 @@ npc: npc/001-1/mapflags.txt npc: npc/001-1/_mobs.txt npc: npc/001-1/_warps.txt npc: npc/001-1/artaxe.txt +npc: npc/001-1/beuss.txt npc: npc/001-1/cookiemaster.txt npc: npc/001-1/doors.txt npc: npc/001-1/harbours.txt diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt new file mode 100644 index 00000000..181b873f --- /dev/null +++ b/npc/001-1/beuss.txt @@ -0,0 +1,17 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Angry member of the legion of Aemil. + +001-1,45,52,0 script Beuss 424,{ + mesn; + mesq l("You are too weak, what a piece of bone like you is doing around here?"); + + close; + +OnInit: + setnpcsex G_MALE; + setnpcdistance 2; + end; +} |