summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/bard.txt
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-09-22 23:45:53 +0000
committerFate <fate-tmw@googlemail.com>2009-09-23 22:31:20 +0000
commit9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f (patch)
treea931340fcdff371348ea4febf5f593b6a3144b27 /npc/001-1_Tulimshar/bard.txt
parentc6942b93f81dff44fd58cb92dafb9d5323a2f799 (diff)
downloadserverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.gz
serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.bz2
serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.xz
serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.zip
Initial skill NPC support
Diffstat (limited to 'npc/001-1_Tulimshar/bard.txt')
-rw-r--r--npc/001-1_Tulimshar/bard.txt26
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;