diff options
Diffstat (limited to 'npc/001-1_Tulimshar/bard.txt')
-rw-r--r-- | npc/001-1_Tulimshar/bard.txt | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/npc/001-1_Tulimshar/bard.txt b/npc/001-1_Tulimshar/bard.txt index 8b416ec5..ea1c1578 100644 --- a/npc/001-1_Tulimshar/bard.txt +++ b/npc/001-1_Tulimshar/bard.txt @@ -1,6 +1,6 @@ // -001-1.gat,37,73,0 script Bard 152,{ +001-1.gat,46,76,0 script Bard 152,{ setarray @songs$, "\"There once was a bard, who had it hard, because a man in dark green, was very mean.\"", "\"At Hurnscald inn, there was a person of fairest skin, declining wedding bands from quite a many hands.\"", "\"As the Sun sets down in the forest's brown, she whom the fragrance holds counts her gold.\""; @@ -21,20 +21,34 @@ L_Main: L_News: mes "[" + @name$ + "]"; - mes "\"News I have for you indeed, lest you have already overheard (for then it would no longer be news to you!)\""; + mes "\"Quite, quite! Rumour has it that Luca the Hunter, from this very town of Tulimshar, has returned from a long journey.\""; next; mes "[" + @name$ + "]"; - mes "\"Rumor has it that an ancient source of magic, a Mana Seed, has been sighted in the west, beyond the fair town of Hurnscald.\""; + mes "\"Many perilous battles he fought, or so his tales go... I am still working on a sonnet that I wish to dedicate to his exploits.\""; next; - set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_MANASEED_RUMOUR; mes "[" + @name$ + "]"; - mes "\"Whence it came, nobody knows... but they say that sometimes such Mana Seeds may choose a powerful individual to impart some of its mystic power to!\""; + mes "\"He says that he learned some new skills along the way and wishes to pass them on to others like him, who do not fear the fire of battle!\""; next; mes "[" + @name$ + "]"; - mes "\"I wonder who might be qualified?\""; + mes "\"If you are experienced enough, perhaps he will teach you?\""; next; goto L_Main; +// mes "[" + @name$ + "]"; +// mes "\"News I have for you indeed, lest you have already overheard (for then it would no longer be news to you!)\""; +// next; +// mes "[" + @name$ + "]"; +// mes "\"Rumor has it that an ancient source of magic, a Mana Seed, has been sighted in the west, beyond the fair town of Hurnscald.\""; +// next; +// set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_MANASEED_RUMOUR; +// mes "[" + @name$ + "]"; +// mes "\"Whence it came, nobody knows... but they say that sometimes such Mana Seeds may choose a powerful individual to impart some of its mystic power to!\""; +// next; +// mes "[" + @name$ + "]"; +// mes "\"I wonder who might be qualified?\""; +// next; +// goto L_Main; + L_Question: callfunc "MagicTalkOptionsSetup"; set @ignore, 0; |