Skip to content

Commit

Permalink
Fix wrong multiplayer Item ID's
Browse files Browse the repository at this point in the history
  • Loading branch information
tomm1996 committed Aug 11, 2024
1 parent d1f2cef commit 226a545
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1857,12 +1857,12 @@ local items = {
{ 0x401E9FE2, 1, 0, 0, -1 }, -- Bayle's Flame Lightning
{ 0x401E9FEC, 1, 0, 0, -1 }, -- Ghostflame Breath

{ 0x400000AC, 1, 0, 0, -1 }, -- Bloody Finger
{ 0x40000066, 1, 0, 0, -1 }, -- Bloody Finger
{ 0x40000070, 1, 0, 0, -1 }, -- Recusant Finger
{ 0x400000AE, 1, 0, 0, -1 }, -- White Cipher Ring
{ 0x400000AF, 1, 0, 0, -1 }, -- Blue Cipher Ring
{ 0x400000B3, 1, 0, 0, -1 }, -- Small Golden Effigy
{ 0x400000B4, 1, 0, 0, -1 }, -- Small Red Effigy
{ 0x40000068, 1, 0, 0, -1 }, -- White Cipher Ring
{ 0x40000069, 1, 0, 0, -1 }, -- Blue Cipher Ring
{ 0x4000006D, 1, 0, 0, -1 }, -- Small Golden Effigy
{ 0x4000006E, 1, 0, 0, -1 }, -- Small Red Effigy
-- Daggers
{ 0x000F4240, 1, reinforceLv, upgrade, gem }, -- Dagger
{ 0x000F6950, 1, reinforceLv, upgrade, gem }, -- Black Knife
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1618,12 +1618,12 @@ local items = {
{ 0x401E9FE2, 1, 0, 0, -1 }, -- Bayle's Flame Lightning
{ 0x401E9FEC, 1, 0, 0, -1 }, -- Ghostflame Breath

{ 0x400000AC, 1, 0, 0, -1 }, -- Bloody Finger
{ 0x40000066, 1, 0, 0, -1 }, -- Bloody Finger
{ 0x40000070, 1, 0, 0, -1 }, -- Recusant Finger
{ 0x400000AE, 1, 0, 0, -1 }, -- White Cipher Ring
{ 0x400000AF, 1, 0, 0, -1 }, -- Blue Cipher Ring
{ 0x400000B3, 1, 0, 0, -1 }, -- Small Golden Effigy
{ 0x400000B4, 1, 0, 0, -1 }, -- Small Red Effigy
{ 0x40000068, 1, 0, 0, -1 }, -- White Cipher Ring
{ 0x40000069, 1, 0, 0, -1 }, -- Blue Cipher Ring
{ 0x4000006D, 1, 0, 0, -1 }, -- Small Golden Effigy
{ 0x4000006E, 1, 0, 0, -1 }, -- Small Red Effigy
}

if isOwnDlc(1) then ItemGive(items) end
Expand Down

0 comments on commit 226a545

Please sign in to comment.