From 625fc46be8a0a94a0ba828ef78e5e8ce01dbe817 Mon Sep 17 00:00:00 2001 From: Fate Date: Sat, 26 Sep 2009 18:17:45 +0000 Subject: Reverted to pre-skills version of the bard --- npc/001-1_Tulimshar/bard.txt | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'npc') diff --git a/npc/001-1_Tulimshar/bard.txt b/npc/001-1_Tulimshar/bard.txt index ea1c1578..e7fdd883 100644 --- a/npc/001-1_Tulimshar/bard.txt +++ b/npc/001-1_Tulimshar/bard.txt @@ -1,6 +1,7 @@ // -001-1.gat,46,76,0 script Bard 152,{ +//001-1.gat,46,76,0 script Bard 152,{ +001-1.gat,40,73,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.\""; @@ -20,35 +21,35 @@ L_Main: close; L_News: - mes "[" + @name$ + "]"; - 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 "\"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; - mes "[" + @name$ + "]"; - 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 "\"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!)\""; +// 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; -- cgit v1.2.3-60-g2f50