diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 18:02:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 18:02:12 -0300 |
commit | 3428a29f55dbbde570ad2aaa753c5db8bba8d81c (patch) | |
tree | a93a9cfd2f592562bb5180ddc1bcdfef65623b2c /npc/003-1/mariusthebard.txt | |
parent | e7f8b6cff25645bb74ca5260246dea885030d38d (diff) | |
download | serverdata-3428a29f55dbbde570ad2aaa753c5db8bba8d81c.tar.gz serverdata-3428a29f55dbbde570ad2aaa753c5db8bba8d81c.tar.bz2 serverdata-3428a29f55dbbde570ad2aaa753c5db8bba8d81c.tar.xz serverdata-3428a29f55dbbde570ad2aaa753c5db8bba8d81c.zip |
Teach @Xanthem song to Marius the Bard.
Diffstat (limited to 'npc/003-1/mariusthebard.txt')
-rw-r--r-- | npc/003-1/mariusthebard.txt | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/npc/003-1/mariusthebard.txt b/npc/003-1/mariusthebard.txt index 14a5eb2a7..b3210883d 100644 --- a/npc/003-1/mariusthebard.txt +++ b/npc/003-1/mariusthebard.txt @@ -42,9 +42,21 @@ L_Where: mesq l("If you want, you can ask there for one. They are at the big building at northwest."); close(); +L_Music: + mesc l("But do you want to hear a song about the world, or about grinding?"); + select + l("Sing me about the world!"), + l("Sing me about grinding!"); + mes ""; + if (@menu == 1) + goto L_Music_World; + else if (@menu == 2) + goto L_Music_Grind; + goto L_Music; + // NOTE: Rewriting this song is always OK. // The last line is always bigger than the previous ones. -L_Music: +L_Music_World: mes ""; mesn; mesq l("I will sing a song about the Mana War and current times."); @@ -75,6 +87,34 @@ L_Music: mes l("Ah! Greedy humans! End this war which our greed has stroke!"); close(); +L_Music_Grind: + mes l("Grind grind grind the slime!"); + mes l("Tunnel through the caves!"); + mes l("In TMW2 there is"); + mes l("Nothing so sublime!"); + next; + mes l("♪There is a server♪"); + mes l("TMW2"); + mes l("♪Hi ho, no one on♫"); + mes l("Then along came a soul as happy as can be"); + next; + mesc l("yawns"); + mes l("So what can I say, except, you're welcome"); + mes l("For all the feedback, you know"); + mes l("There's no thank me, its'kay you're welcome"); + mes l("I guess I love the server, we all know ♪"); + next; + mes l("Far over, the misty Nivalis cold ♪"); + mes l("To dungeon deep, and cavern old"); + mes l("We must away"); + mes l("ee break of day"); + mes l("To seek our pale, enchanted gold"); + mes l("Why does death embrance me so much today?"); + next; + mesc l("Authorship: Xanthem (DiamondPython)"); + mesc l("Date: 2019-03-05, 03:14 UTC"); + close; + L_Bye: mes ""; mesn; |