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/001-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/001-1/koga.txt')
-rw-r--r-- | npc/001-1/koga.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt index 1359f4e3..3aecb09a 100644 --- a/npc/001-1/koga.txt +++ b/npc/001-1/koga.txt @@ -5,11 +5,11 @@ // The Koga in Artis, only accessable via Rowboat. // THIS IS A PLACEHOLDER! -001-1,225,59,0 script Koga NPC_KOGA,{ +001-1,225,59,0 script Koga#001-1 NPC_KOGA,{ speech - l("Oh, hi."), - l("In case you don't have a commendatory letter from you-know-whom, I am just sitting here and observe the whales."); - l("Perhaps, and only perhaps, if you bring me the latter, I can bring you to a ship that will perhaps, and only perhaps, be able to bring you to Woodland."); + l("Ah, whom did you bring here?"), + l("Isnt that the one Nard found on a float in the sea, with the sign of the Legion on his chest?"); + l("I hope they know what they are doing. So, come on board. I am looking forward to go back to Woodland, haven't been there for a while."); close; |