[DiscordArchive] can we change reference? make 1 group with 100% chance,
[DiscordArchive] can we change reference? make 1 group with 100% chance,
Archived author: Kaev • Posted: 2020-03-07T17:41:15.607000+00:00
Original source
probably like on mode X all bosses drop Y items
Archived author: Barbz • Posted: 2020-03-07T17:42:05.308000+00:00
Original source
there is a huge difference depending on the dungeon level too
Archived author: Barbz • Posted: 2020-03-07T17:44:22.125000+00:00
Original source
so i guess either we rescrape wowhead or we just fix all by hand
![[Image: unknown.png?ex=690c360d&is=690ae48d&hm=a...e66d050ce&]](https://cdn.discordapp.com/attachments/284323424032129024/685906063341518863/unknown.png?ex=690c360d&is=690ae48d&hm=af2c6be5a0d37682b6a9cf0890a787fb0135bdf54b6581e079f819ce66d050ce&)
Archived author: Bogir • Posted: 2020-03-07T17:45:49.080000+00:00
Original source
Trinity often fixes loot manually, as in AС
3 days ago:
![[Image: unknown.png?ex=690c360d&is=690ae48d&hm=a...e66d050ce&]](https://cdn.discordapp.com/attachments/284323424032129024/685906063341518863/unknown.png?ex=690c360d&is=690ae48d&hm=af2c6be5a0d37682b6a9cf0890a787fb0135bdf54b6581e079f819ce66d050ce&)
Archived author: Barbz • Posted: 2020-03-07T17:46:32.642000+00:00
Original source
i wish i never discovered the loot tables
Archived author: Barbz • Posted: 2020-03-07T17:46:33.983000+00:00
Original source
xD
Archived author: Bogir • Posted: 2020-03-07T17:49:08.211000+00:00
Original source
but have to
Archived author: Barbz • Posted: 2020-03-07T17:50:10.442000+00:00
Original source
also found rare mobs that drop nothing in the barrens
Archived author: Barbz • Posted: 2020-03-07T17:52:34.603000+00:00
Original source
```sql
UPDATE `creature_loot_template` SET `Chance` = '40' WHERE `Entry` = '3672' AND `Entry` = '3672' AND `Item` = '5423';
UPDATE `creature_loot_template` SET `Chance` = '60', `groupid` = '1' WHERE `Entry` = '3672' AND `Entry` = '3672' AND `Item` = '5422';
```
this would fix this mob's loot
Archived author: Bogir • Posted: 2020-03-07T17:58:47.443000+00:00
Original source
`WHERE `Entry` = '3672' AND `Entry` = '3672' `