Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lootdrop Filtering Adjustments #1105

Merged
merged 4 commits into from
Aug 15, 2020
Merged

Lootdrop Filtering Adjustments #1105

merged 4 commits into from
Aug 15, 2020

Conversation

Akkadius
Copy link
Member

@Akkadius Akkadius commented Aug 15, 2020

  • Add new logging category "Loot"
  • Adds fields npc_min_level and npc_max_level to lootdrop_entries which runs checks against the current NPC as long as the field values are non-zero
  • Fields minlevel and maxlevel are renamed to trivial_min_level and trivial_max_level respectively for lootdrop_entries for item drops to be filtered based on the player level
  • Before, trivial_max_level defaulted to 127 in the database, this became an issue on some servers and some scenarios, the default has been adjusted to simply be 0 and only check if the value is non-zero

@xackery
Copy link
Contributor

xackery commented Aug 15, 2020

closes #1104

@Akkadius Akkadius merged commit aeb1ce0 into master Aug 15, 2020
joligario added a commit to ProjectEQ/peqphpeditor that referenced this pull request Aug 16, 2020
@Akkadius Akkadius deleted the feature/lootdrop-changes branch June 14, 2021 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants