From 0fd5a422b47367418e8ecea7ffa77872524dc01e Mon Sep 17 00:00:00 2001 From: Xantara Date: Wed, 11 Dec 2013 23:41:03 -0700 Subject: Item database bug fixes. #5608: Proper groups for Lotto Boxes #5625: Missing function for Dungeon Teleport Scroll II #5612: Missing skills --- db/re/item_db.conf | 16 ++++++++++------ db/re/item_group.conf | 15 ++++++++++----- 2 files changed, 20 insertions(+), 11 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a67494ee0..6c6e429b4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -22191,6 +22191,7 @@ item_db: ( Script: <" bonus bFlee,5; bonus bAgi,1; + skill ALL_CATCRY, 1; "> }, { @@ -26896,6 +26897,7 @@ item_db: ( Upper: 63 Loc: 136 Refine: false + Script: <" skill ALL_DREAM_SUMMERNIGHT,1; "> }, { Id: 2751 @@ -65822,7 +65824,7 @@ item_db: ( Buy: 0 Weight: 20 Upper: 63 - Script: <" getitem rand(7361,7370),1; "> + Script: <" getrandgroupitem 12035,1; "> }, { Id: 12036 @@ -65832,7 +65834,7 @@ item_db: ( Buy: 0 Weight: 20 Upper: 63 - Script: <" getitem rand(7371,7380),1; "> + Script: <" getrandgroupitem 12036,1; "> }, { Id: 12037 @@ -65842,7 +65844,7 @@ item_db: ( Buy: 0 Weight: 20 Upper: 63 - Script: <" getitem rand(7381,7390),1; "> + Script: <" getrandgroupitem 12037,1; "> }, { Id: 12038 @@ -65862,7 +65864,7 @@ item_db: ( Buy: 0 Weight: 20 Upper: 63 - Script: <" getitem rand(7542,7546),1; "> + Script: <" getrandgroupitem 12039,1; "> }, { Id: 12040 @@ -68938,6 +68940,7 @@ item_db: ( Type: 2 Buy: 0 Upper: 63 + Script: <" itemskill ALL_ANGEL_PROTECT,1; "> }, { Id: 12314 @@ -69349,6 +69352,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 + Script: <" callfunc "F_CashDungeon",3; "> }, { Id: 12353 @@ -87095,7 +87099,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" callfunc "F_CashDungeon"; "> + Script: <" callfunc "F_CashDungeon",1; "> }, { Id: 14528 @@ -87739,7 +87743,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" callfunc "F_CashDungeon"; "> + Script: <" callfunc "F_CashDungeon",2; "> }, { Id: 14582 diff --git a/db/re/item_group.conf b/db/re/item_group.conf index 9bf1db66d..68ff1dcbf 100644 --- a/db/re/item_group.conf +++ b/db/re/item_group.conf @@ -4684,6 +4684,7 @@ Candy_Holder: ( ("Pumpkin_Pie",5), ) Lotto_Box01: ( + "Lotto01", "Lotto02", "Lotto03", "Lotto04", @@ -4692,6 +4693,7 @@ Lotto_Box01: ( "Lotto07", "Lotto08", "Lotto09", + "Lotto10", ) Lotto_Box02: ( "Lotto11", @@ -4702,9 +4704,10 @@ Lotto_Box02: ( "Lotto16", "Lotto17", "Lotto18", + "Lotto19", + "Lotto20", ) Lotto_Box03: ( - "Lotto20", "Lotto21", "Lotto22", "Lotto23", @@ -4712,21 +4715,23 @@ Lotto_Box03: ( "Lotto25", "Lotto26", "Lotto27", -) -Lotto_Box04: ( + "Lotto28", "Lotto29", "Lotto30", +) +Lotto_Box04: ( "Lotto31", "Lotto32", "Lotto33", "Lotto34", "Lotto35", "Lotto36", -) -Lotto_Box05: ( + "Lotto37", "Lotto38", "Lotto39", "Lotto40", +) +Lotto_Box05: ( "Lotto41", "Lotto42", "Lotto43", -- cgit v1.2.3-70-g09d2