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

Profession items #111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Profession items #111

wants to merge 2 commits into from

Conversation

BieJay93
Copy link

@BieJay93 BieJay93 commented Oct 2, 2024

Changes Proposed:

  • Created a new Table with item ids that are used for professions or created by professions
  • Added this table to the sql query in AuctionHouseBotConfig.cpp

To get these item ids, i selected all spell ids from "SkillLineAbility.dbc" which are connected to a profession.
More information about these spells are stored in "Spell.dbc", so i selected all spells with the ids that i got from the first step and exported the item ids of the fields "Reagent_1" - "Reagent_8" and "EffectItemType_1" - "EffectItemType_3".
Removed the duplicates and stored them in a new table called "auctionhousebot_professionItems"

If someone is interested, i can also upload my php script to get the ids.

Issues Addressed:

Tests Performed:

Applied the changes, recompiled and looked for profession related items in the auctionhouse.
For example "silver rod" was missing before theses changes. Now I can find it in the ah

How to Test the Changes:

just compile, run and check the ah

Holds all items which are used for professions or created by them.
Exported from Spell.dbc
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.

1 participant