vmangos / core

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12
GNU General Public License v2.0
668 stars 480 forks source link

🐛 [Bug] Loot tables are off. treasure chest drops 10 slot bag in an area only 8 slot bags should drop #1666

Open hgarner17 opened 1 year ago

hgarner17 commented 1 year ago

🐛 Bug report

large blue sack 10 slot bag in treasure box

Expected behavior

What should be in this treasure box is items from 10-19 level range. It dropped a 10 slot bag. this is not bliz like. only in lvl 20-29 area should 10 slot bags drop. (logically the tailor should farm for cloth that craft the 8 slot bags in the same area that the 8 slot bags drop.)

Steps to reproduce

  1. treasure chest in bashal' aran North East section.
  2. ...
  3. Profit

Version & Environment

Client Version:

Commit Hash:

OS Client: OS Server:

Crashlog

FlagFlayer commented 1 year ago

It could also be that the loot table is correct, but the object is incorrect: A chest intended for a higher level area incorrectly has a spawn location in Bashal'Aran, instead of the intended chest for the spawn point.

FlagFlayer commented 1 year ago

As far as I've seen in recent PRs, @schell244 seems to be an expert on the pools of chests used, and may be able to help with this.

NickTyrer commented 1 year ago

cmangos has redone chest loot tables if I recall correctly.

schell244 commented 1 year ago

In order to verify if this issue is due to incorrect loot tables or wrong spawn location, it would be necessary know the chest id (visit spawn point and use .gobject near). Then it's possible to compare the spawn location using wowhead by just appending the chest id to the end of this link: https://www.wowhead.com/classic/object= Wowhead will display correct zones and possible locations.

FlagFlayer commented 1 year ago

I checked out the chest next to the place the screenshot was taken Darkshoreloot https://www.wowhead.com/classic/object=106319/battered-chest

Loot table is likely wrong for this in vmangos