Skip to content

Commit

Permalink
Item database bug fixes.
Browse files Browse the repository at this point in the history
#5608: Proper groups for Lotto Boxes
#5625: Missing function for Dungeon Teleport Scroll II
#5612: Missing skills
  • Loading branch information
missxantara committed Dec 12, 2013
1 parent 7d97b12 commit 0fd5a42
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 22 deletions.
16 changes: 10 additions & 6 deletions db/pre-re/item_db.conf
Expand Up @@ -18884,6 +18884,7 @@ item_db: (
Script: <"
bonus bFlee,5;
bonus bAgi,1;
skill ALL_CATCRY, 1;
">
},
{
Expand Down Expand Up @@ -22080,6 +22081,7 @@ item_db: (
Buy: 20
Loc: 136
Refine: false
Script: <" skill ALL_DREAM_SUMMERNIGHT,1; ">
},
*/
{
Expand Down Expand Up @@ -54234,7 +54236,7 @@ item_db: (
Type: 2
Buy: 0
Weight: 20
Script: <" getitem rand(7361,7370),1; ">
Script: <" getrandgroupitem 12035,1; ">
},
{
Id: 12036
Expand All @@ -54243,7 +54245,7 @@ item_db: (
Type: 2
Buy: 0
Weight: 20
Script: <" getitem rand(7371,7380),1; ">
Script: <" getrandgroupitem 12036,1; ">
},
{
Id: 12037
Expand All @@ -54252,7 +54254,7 @@ item_db: (
Type: 2
Buy: 0
Weight: 20
Script: <" getitem rand(7381,7390),1; ">
Script: <" getrandgroupitem 12037,1; ">
},
{
Id: 12038
Expand All @@ -54270,7 +54272,7 @@ item_db: (
Type: 2
Buy: 0
Weight: 20
Script: <" getitem rand(7542,7546),1; ">
Script: <" getrandgroupitem 12039,1; ">
},
{
Id: 12040
Expand Down Expand Up @@ -57076,6 +57078,7 @@ item_db: (
Name: "Guardian Angel"
Type: 2
Buy: 0
Script: <" itemskill ALL_ANGEL_PROTECT,1; ">
},
{
Id: 12314
Expand Down Expand Up @@ -57447,6 +57450,7 @@ item_db: (
Type: 2
Buy: 0
Weight: 10
Script: <" callfunc "F_CashDungeon",3; ">
},
{
Id: 12353
Expand Down Expand Up @@ -72302,7 +72306,7 @@ item_db: (
Type: 2
Buy: 0
Weight: 10
Script: <" callfunc "F_CashDungeon"; ">
Script: <" callfunc "F_CashDungeon",1; ">
},
{
Id: 14528
Expand Down Expand Up @@ -72892,7 +72896,7 @@ item_db: (
Type: 2
Buy: 0
Weight: 10
Script: <" callfunc "F_CashDungeon"; ">
Script: <" callfunc "F_CashDungeon",2; ">
},
{
Id: 14582
Expand Down
15 changes: 10 additions & 5 deletions db/pre-re/item_group.conf
Expand Up @@ -4701,6 +4701,7 @@ Candy_Holder: (
)
*/
Lotto_Box01: (
"Lotto01",
"Lotto02",
"Lotto03",
"Lotto04",
Expand All @@ -4709,6 +4710,7 @@ Lotto_Box01: (
"Lotto07",
"Lotto08",
"Lotto09",
"Lotto10",
)
Lotto_Box02: (
"Lotto11",
Expand All @@ -4719,31 +4721,34 @@ Lotto_Box02: (
"Lotto16",
"Lotto17",
"Lotto18",
"Lotto19",
"Lotto20",
)
Lotto_Box03: (
"Lotto20",
"Lotto21",
"Lotto22",
"Lotto23",
"Lotto24",
"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",
Expand Down
16 changes: 10 additions & 6 deletions db/re/item_db.conf
Expand Up @@ -22191,6 +22191,7 @@ item_db: (
Script: <"
bonus bFlee,5;
bonus bAgi,1;
skill ALL_CATCRY, 1;
">
},
{
Expand Down Expand Up @@ -26896,6 +26897,7 @@ item_db: (
Upper: 63
Loc: 136
Refine: false
Script: <" skill ALL_DREAM_SUMMERNIGHT,1; ">
},
{
Id: 2751
Expand Down Expand Up @@ -65822,7 +65824,7 @@ item_db: (
Buy: 0
Weight: 20
Upper: 63
Script: <" getitem rand(7361,7370),1; ">
Script: <" getrandgroupitem 12035,1; ">
},
{
Id: 12036
Expand All @@ -65832,7 +65834,7 @@ item_db: (
Buy: 0
Weight: 20
Upper: 63
Script: <" getitem rand(7371,7380),1; ">
Script: <" getrandgroupitem 12036,1; ">
},
{
Id: 12037
Expand All @@ -65842,7 +65844,7 @@ item_db: (
Buy: 0
Weight: 20
Upper: 63
Script: <" getitem rand(7381,7390),1; ">
Script: <" getrandgroupitem 12037,1; ">
},
{
Id: 12038
Expand All @@ -65862,7 +65864,7 @@ item_db: (
Buy: 0
Weight: 20
Upper: 63
Script: <" getitem rand(7542,7546),1; ">
Script: <" getrandgroupitem 12039,1; ">
},
{
Id: 12040
Expand Down Expand Up @@ -68938,6 +68940,7 @@ item_db: (
Type: 2
Buy: 0
Upper: 63
Script: <" itemskill ALL_ANGEL_PROTECT,1; ">
},
{
Id: 12314
Expand Down Expand Up @@ -69349,6 +69352,7 @@ item_db: (
Buy: 0
Weight: 10
Upper: 63
Script: <" callfunc "F_CashDungeon",3; ">
},
{
Id: 12353
Expand Down Expand Up @@ -87095,7 +87099,7 @@ item_db: (
Buy: 0
Weight: 10
Upper: 63
Script: <" callfunc "F_CashDungeon"; ">
Script: <" callfunc "F_CashDungeon",1; ">
},
{
Id: 14528
Expand Down Expand Up @@ -87739,7 +87743,7 @@ item_db: (
Buy: 0
Weight: 10
Upper: 63
Script: <" callfunc "F_CashDungeon"; ">
Script: <" callfunc "F_CashDungeon",2; ">
},
{
Id: 14582
Expand Down
15 changes: 10 additions & 5 deletions db/re/item_group.conf
Expand Up @@ -4684,6 +4684,7 @@ Candy_Holder: (
("Pumpkin_Pie",5),
)
Lotto_Box01: (
"Lotto01",
"Lotto02",
"Lotto03",
"Lotto04",
Expand All @@ -4692,6 +4693,7 @@ Lotto_Box01: (
"Lotto07",
"Lotto08",
"Lotto09",
"Lotto10",
)
Lotto_Box02: (
"Lotto11",
Expand All @@ -4702,31 +4704,34 @@ Lotto_Box02: (
"Lotto16",
"Lotto17",
"Lotto18",
"Lotto19",
"Lotto20",
)
Lotto_Box03: (
"Lotto20",
"Lotto21",
"Lotto22",
"Lotto23",
"Lotto24",
"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",
Expand Down

0 comments on commit 0fd5a42

Please sign in to comment.