diff options
Diffstat (limited to 'npc/027-2_Caretakers_House/innkeeper.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/innkeeper.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/027-2_Caretakers_House/innkeeper.txt b/npc/027-2_Caretakers_House/innkeeper.txt index c0969998..1764da98 100644 --- a/npc/027-2_Caretakers_House/innkeeper.txt +++ b/npc/027-2_Caretakers_House/innkeeper.txt @@ -25,11 +25,10 @@ set @golbanez, ((QUEST_Graveyard_Inn & @Graveyard_Inn_Golbanez_MASK) >> @Graveyard_Inn_Golbanez_SHIFT); - //TODO: determine sane values - set @YETI_TEAR_AMOUNT, 10; - set @YETI_TEAR_EXP, 60000; - set @DIAMOND_AMOUNT, 10; // caution, this value needs to be the same as in the lovers script! - set @RUBY_AMOUNT, 20; // caution, this value needs to be the same as in the husbands script! + set @YETI_TEAR_AMOUNT, 30; + set @YETI_TEAR_EXP, 100000; + set @DIAMOND_AMOUNT, 20; // caution, this value needs to be the same as in the lovers script! + set @RUBY_AMOUNT, 50; // caution, this value needs to be the same as in the husbands script! if (@state >= 11) goto L_Happy; if (@state == 10) goto L_Thanks; |