diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-10-06 21:05:44 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-10-06 21:07:33 +0200 |
commit | 4977477b3b0e83257df1767d2fe1948537e22228 (patch) | |
tree | 4e38568757dfdad386fd75c8b4d6ca118f7bb722 /world/map/npc/027-2/husband.txt | |
parent | 8e6f3a63d28cbe4454396776d7c708c5a38a4706 (diff) | |
download | serverdata-4977477b3b0e83257df1767d2fe1948537e22228.tar.gz serverdata-4977477b3b0e83257df1767d2fe1948537e22228.tar.bz2 serverdata-4977477b3b0e83257df1767d2fe1948537e22228.tar.xz serverdata-4977477b3b0e83257df1767d2fe1948537e22228.zip |
Love Triangle quest: decrease some amounts of needed items and increase exp for failed soul.
Diffstat (limited to 'world/map/npc/027-2/husband.txt')
-rw-r--r-- | world/map/npc/027-2/husband.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |