Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azcobu/ac-overlvlitems
Finds overlevelled item drops in AC's reference loot tables and generates SQL to delete them.
https://github.com/azcobu/ac-overlvlitems
Last synced: 24 days ago
JSON representation
Finds overlevelled item drops in AC's reference loot tables and generates SQL to delete them.
- Host: GitHub
- URL: https://github.com/azcobu/ac-overlvlitems
- Owner: Azcobu
- Created: 2021-06-03T12:15:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T09:59:03.000Z (over 3 years ago)
- Last Synced: 2023-11-22T07:35:22.315Z (12 months ago)
- Language: Python
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ac-overlvlitems
Finds overlevelled and underlevelled item drops in AzerothCore's reference loot tables and generates SQL to delete them.## Requirements ##
Requires a file called "db-auth.txt" in the program directory. This contains authorization details for the MySQL database.
This file simply contains the DB username on the first line, and the DB password on the second line.## How It Works ##
Criteria for finding overlevelled items:
- Creatures:
- must be normal non-elites.
- must be in the open Classic world (Eastern Kingdoms or Kalimdor). Raid and dungeon mobs are not checked.
- Items:
- must be 4 or more levels higher than the creature that drops it.
- must not start a quest.
- must be either armour or a weapon.
- must be common (white) quality or better.
- must be equippable.
- cannot be a shirt or tabard.