From e0e9f448b7f36ec5a48b188c0298b97ef0767051 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 8 Feb 2011 11:24:51 +0100 Subject: gy inn: love triangle quest, adding rewards so far, adding comments and some minor fixes --- npc/027-2_Caretakers_House/golbanez.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'npc/027-2_Caretakers_House/golbanez.txt') diff --git a/npc/027-2_Caretakers_House/golbanez.txt b/npc/027-2_Caretakers_House/golbanez.txt index 36c68cac..301d0a8f 100644 --- a/npc/027-2_Caretakers_House/golbanez.txt +++ b/npc/027-2_Caretakers_House/golbanez.txt @@ -1,3 +1,14 @@ +// author: Jenalya +// love triangle quest, involved npcs: Reid's Ghost, Hamond, Savaric, Aldred, Golbenez +// state 0: just talking, if lovers state is >= 2, go on +// state 1: ignores you until lovers state is >= 3, player can ask about the inn. needs if woman >= 7, lover >= 3 and husband >= 4 to go on +// state 2: shows reids memory if the player brings @ROTTENRAGS_AMOUNT rotten rags and an orange cake +// state 3: shows hamonds memory if the player brings @UNDEADEAR_AMOUNT undead ears and a chocolate cake +// state 4: shows savarics memory if the player brings @UNDEADEYE_AMOUNT undead eyes and an apple cake +// state 5: shows all memories again if asked for them. if @lover == 6, player can ask for savarics soul +// state 6: wants jackOsouls, random chance of 1/50 to success +// state 7: done + 027-2.gat,39,91,0 script Golbenez 307,{ set @Graveyard_Inn_MASK, NIBBLE_4_MASK; @@ -274,7 +285,7 @@ L_Soul_Try: set @soul, rand(50); if (@soul == 0) goto L_Soul_Success; mes "[Golbanez]"; - mes "\"No, this one isn't as powerful as the mage ones. Bring me another.\""; + mes "\"No, this one isn't as powerful as the mage ones. Bring me another one of them.\""; goto L_Soul_Try; L_Soul_Success: -- cgit v1.2.3-60-g2f50