diff options
author | Micksha <ms-shaman@gmx.de> | 2018-11-22 12:31:56 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2018-11-22 12:31:56 +0000 |
commit | a90aae85fbe508659a400cec961dfca2d1c850cf (patch) | |
tree | d9159823c9e621391ce3a53f53644b9d4e39b025 /npc/008-1-1/koga.txt | |
parent | 3a476c210c6242df608a7dbcf81f44ad4ca82574 (diff) | |
parent | 6964a38263c6da339baa5b4663d827ea0b0cd28d (diff) | |
download | serverdata-s20181205.tar.gz serverdata-s20181205.tar.bz2 serverdata-s20181205.tar.xz serverdata-s20181205.zip |
Merge branch 'mobs' into 'master's20181205
Add all the gem veins, add beehive
See merge request evol/serverdata!141
Diffstat (limited to 'npc/008-1-1/koga.txt')
-rw-r--r-- | npc/008-1-1/koga.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt new file mode 100644 index 00000000..f32e953c --- /dev/null +++ b/npc/008-1-1/koga.txt @@ -0,0 +1,20 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// The Koga in Artis, only accessable via Rowboat. +// THIS IS A PLACEHOLDER! + +008-1-1,30,60,0 script Koga#008-1-1 NPC_KOGA,{ + speech + l("So, finally, we are here."), + l("Do you want to go back to Artis? You really should be afraid of the Legion there, now that you have been here in Woodland. They somehow smell the odor of the Brotherhood."); + l("Better you stay here for a while. Come back when you are stronger."); + + close; + +OnInit: + .sex = G_MALE; + .distance = 4; + end; +} |