summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/golbanez.txt
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-02-08 11:24:51 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-02-08 11:24:51 +0100
commite0e9f448b7f36ec5a48b188c0298b97ef0767051 (patch)
tree9ae70aa8765563fd4cf6a4b978965cc316ba4c31 /npc/027-2_Caretakers_House/golbanez.txt
parente0885bdfaa3ed60d98398d648000a33265ea1aab (diff)
downloadserverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.tar.gz
serverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.tar.bz2
serverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.tar.xz
serverdata-e0e9f448b7f36ec5a48b188c0298b97ef0767051.zip
gy inn: love triangle quest, adding rewards so far, adding comments and some minor fixes
Diffstat (limited to 'npc/027-2_Caretakers_House/golbanez.txt')
-rw-r--r--npc/027-2_Caretakers_House/golbanez.txt13
1 files changed, 12 insertions, 1 deletions
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: