From 3428a29f55dbbde570ad2aaa753c5db8bba8d81c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 Mar 2019 18:02:12 -0300 Subject: Teach @Xanthem song to Marius the Bard. --- npc/003-1/mariusthebard.txt | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'npc/003-1/mariusthebard.txt') 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; -- cgit v1.2.3-60-g2f50