Items that half charges like fireworks and weakened badger claw will not show properly in loot box, but do when examined
verified in Dof
verified in AoM
reported on CoE
BUG: coe and aom if loot item has charges loot box is incorrect
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
- Ememjr
- Team Member
- Posts: 975
- Joined: Wed Mar 15, 2017 9:41 am
- EQ2Emu Server: Perseverance
Re: BUG: coe and aom if loot item has charges loot box is incorrect
ok after 2 days of trying to kill this bug I finally got it it was not necessarily the charges causing the issue
the actual cause of the issue is because they both had a String stat in them , "Basic Firework", and "Frenzied Badger" that should not be sent to the UpdateLoot Struct until versions around 63119( to be verified at a later date)
so the simple fix was
on or around line 1598 in items.cpp
to
committed in SVN Rev # 2824
the actual cause of the issue is because they both had a String stat in them , "Basic Firework", and "Frenzied Badger" that should not be sent to the UpdateLoot Struct until versions around 63119( to be verified at a later date)
so the simple fix was
on or around line 1598 in items.cpp
Code: Select all
if (item_string_stats.size() > 0)Code: Select all
if (item_string_stats.size() > 0 && !loot_item)Who is online
Users browsing this forum: No registered users and 0 guests