[DiscordArchive] if they are all in one group, doesn't that mean only 1 item is picked?
[DiscordArchive] if they are all in one group, doesn't that mean only 1 item is picked?
Archived author: conFIGured • Posted: 2021-02-09T19:51:45.872000+00:00
Original source
ya that drop rate is super low, which is ok, bc it outweighs by having soo many item choices which makes it feel like item drop is kinda common, but its not, but it is, its a buggard setup
Archived author: Voxstrasza • Posted: 2021-02-09T19:51:54.142000+00:00
Original source
whats 121 multiplied by 0
Archived author: Degen • Posted: 2021-02-09T19:52:01.439000+00:00
Original source
best way would be to use a reference table imo
Archived author: Kitzunu • Posted: 2021-02-09T19:52:53.968000+00:00
Original source
Also, this is needed if you have a lot of items in a group and dont intend on using "0", since a group's chance can't exceed 100
Archived author: Degen • Posted: 2021-02-09T19:53:13.015000+00:00
Original source
true
Archived author: Degen • Posted: 2021-02-09T19:53:42.759000+00:00
Original source
it makes some items much more rare than others though. with a reference table you can use 1 chance for all items
Archived author: conFIGured • Posted: 2021-02-09T19:55:06.960000+00:00
Original source
i think im gonna work on making a governing table instead, then throw all the loot IDs in there and set a min and max value for all of them. i think that was the way eqemu did it.
Yes for trash loot to have the min max is great, then for reference table to have boss loot drop chance. And that can be set by a min max. Only the default loot table grouping cannot be governed
Archived author: conFIGured • Posted: 2021-02-09T19:56:29.872000+00:00
Original source
ugh or like you said, completely redo ALL loot into reference tables, so torn. Thanks for the info and discussion!!
Archived author: Degen • Posted: 2021-02-09T19:58:03.531000+00:00
Original source
the structures are the exact same so you can export creature_loot and just rename it reference_loot and insert
Archived author: conFIGured • Posted: 2021-02-09T19:58:26.375000+00:00
Original source
thats nice!