diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 21:27:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 21:27:23 -0300 |
commit | 001d3e994ff83f4c20dcc5f15df29d97bd364e07 (patch) | |
tree | 0761240686bff17adf265757a2c27d08448fb68d /npc/012-2/helena.txt | |
parent | a1890ee5ad07743a4efe4b376f9c4d710192c343 (diff) | |
download | serverdata-001d3e994ff83f4c20dcc5f15df29d97bd364e07.tar.gz serverdata-001d3e994ff83f4c20dcc5f15df29d97bd364e07.tar.bz2 serverdata-001d3e994ff83f4c20dcc5f15df29d97bd364e07.tar.xz serverdata-001d3e994ff83f4c20dcc5f15df29d97bd364e07.zip |
Helena Template
Diffstat (limited to 'npc/012-2/helena.txt')
-rw-r--r-- | npc/012-2/helena.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index fe84d93e6..6edce25ba 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -10,6 +10,26 @@ mesq lg("Hello, madam!", "Hello, sir!"); close; +L_Main: + mesn; + mesq l("Bandits are a huge threat to Hurnscald. We're just a small farming town, and they're countless."); + next; + mesn; + mesq l("I did a travel to their cave, I wondered why their faces are never seen. Reason is that they're monsters."); + next; + mesn; + mesq l("Well, perhaps a few of them are rebels, I mean, people like us, but many of them are monsters."); + next; + mesn; + mesq l("Unfortunately, I was cursed to never enter their cave again. They used a @@ to do that!", getitemlink(BlueManaPearl)); + next; + mesn; + mesq l("Thankfully that item is too rare. I want somebody to slay the bandit leader, but if you want to do it, you must prove yourself."); + next; + mesn; + mesq l("I will reward whoever kills the current bandit leader, of course."); + close; + OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, FairyHat); |