From 4977477b3b0e83257df1767d2fe1948537e22228 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 6 Oct 2012 21:05:44 +0200 Subject: Love Triangle quest: decrease some amounts of needed items and increase exp for failed soul. --- client-data | 2 +- world/map/npc/027-2/golbenez.txt | 6 +++--- world/map/npc/027-2/husband.txt | 2 +- world/map/npc/027-2/innkeeper.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client-data b/client-data index da0e3f59..d21ae013 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit da0e3f59830abce0e7e5df7986891cc3486873cd +Subproject commit d21ae013784473dfd8f2f7639b01f2f3404c66b6 diff --git a/world/map/npc/027-2/golbenez.txt b/world/map/npc/027-2/golbenez.txt index 520719f3..42cc120e 100644 --- a/world/map/npc/027-2/golbenez.txt +++ b/world/map/npc/027-2/golbenez.txt @@ -33,11 +33,11 @@ set @ROTTENRAGS_AMOUNT, 50; set @ROTTENRAGS_EXP, 100000; - set @UNDEADEAR_AMOUNT, 25; + set @UNDEADEAR_AMOUNT, 15; set @UNDEADEAR_EXP, 150000; - set @UNDEADEYE_AMOUNT, 20; + set @UNDEADEYE_AMOUNT, 10; set @UNDEADEYE_EXP, 150000; - set @JACKOSOUL_EXP, 1000; + set @JACKOSOUL_EXP, 2000; if (@state >= 7) goto L_Done; if (@state == 6) goto L_Soul; diff --git a/world/map/npc/027-2/husband.txt b/world/map/npc/027-2/husband.txt index 34ef723e..9e1b0c04 100644 --- a/world/map/npc/027-2/husband.txt +++ b/world/map/npc/027-2/husband.txt @@ -37,7 +37,7 @@ set @BONE_AMOUNT, 100; set @SKULL_AMOUNT, 75; set @BONE_EXP, 100000; - set @RUBY_AMOUNT, 50; // caution, this value needs to be the same as in the innkeepers script! + set @RUBY_AMOUNT, 25; // caution, this value needs to be the same as in the innkeepers script! if (@state >= 7) goto L_Thanks; if (@state == 6) goto L_Apologize; diff --git a/world/map/npc/027-2/innkeeper.txt b/world/map/npc/027-2/innkeeper.txt index c17a0416..e3319b76 100644 --- a/world/map/npc/027-2/innkeeper.txt +++ b/world/map/npc/027-2/innkeeper.txt @@ -41,10 +41,10 @@ set @golbanez, ((QUEST_Graveyard_Inn & @Graveyard_Inn_Golbanez_MASK) >> @Graveyard_Inn_Golbanez_SHIFT); set @minLevel, 85; - set @YETI_TEAR_AMOUNT, 30; + set @YETI_TEAR_AMOUNT, 15; 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! + set @RUBY_AMOUNT, 25; // 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; -- cgit v1.2.3-60-g2f50