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

[UPDATE][REQUEST] - Mod Announce #2

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

Conversation

virgo77
Copy link

@virgo77 virgo77 commented Mar 31, 2022

Hi!
I would like to ask you here if you agree to update your \src.cpp files to let the acore announce that it is running on this mod?
Like this one: https://github.com/azerothcore/mod-skip-dk-starting-area

I tried to manage it by myself but it's not working.

Do you think it's possible for you to make this working? :)

Thanks in advance

V.

milestorme and others added 30 commits March 2, 2019 11:32
when manually applying patch with a broken .conf we can ignore this until conf is fixed, fixed build with ahbot and eluna we cant define 2 confs
Use the new cmake macro and fix a build error.
* Build: Fix build in actual AC
* Move all to scripts
* updating code for travis-based compile

* Adding files for travis

* quick fix to config file

* updating README

* Update AuctionHouseBot.cpp

Co-authored-by: Stoabrogga <[email protected]>
- New table to managed disabled items in DB
- Rename other table name
Green Trade good percent was added twice, and blue was ignored thus causing error
feat(CI): move from Travis to GitHub Actions
Fixed type for percentages parameters
fix(Filter): uncomment RequiredSkillRank filters
locus313 and others added 28 commits March 10, 2021 15:02
* Refactor AHBot command passing

* Update src/cs_ah_bot.cpp

Co-authored-by: Stefano Borzì <[email protected]>

---------

Co-authored-by: Stefano Borzì <[email protected]>
* Overall cleanup of the mod, separation of class sources, introduction of whitelist mechanism compatible with disabled item table (take precedence), new configuration options to regulate amount of elements sold in the market, their size and the elapsed time

* Fixed a bug which caused the seller to propose stack going over the given limit

* No changes, just the script classes being organized in their own source and header files

* Configuration moved from the bot to its own class; extended the bot to support multiple instances active at once
* fix(DB) Disable trash/disabled/old/deprecated/unbalanced items

* fix(DB) Disable trash/disabled/old/deprecated/unbalanced items, now in correct SQL order
* Initialization fixed to be performed at script startup; included copyright in the new source files

* Handle of the configuration reloading in the correct way from the command line (cleanup and initialization of new elements)

* Improved the help text and descriptions

* Introduced a mechanism that allows the bot to adapt to the market prices (right now is a plain average which resets to allow quick convergence with the markets sentiments)

* Threshold for market per-item price reset now implemented as a configurable value

* Adjusted the license on the source files
…andom pick (#104)

* Initialization fixed to be performed at script startup; included copyright in the new source files

* Handle of the configuration reloading in the correct way from the command line (cleanup and initialization of new elements)

* Improved the help text and descriptions

* Introduced a mechanism that allows the bot to adapt to the market prices (right now is a plain average which resets to allow quick convergence with the markets sentiments)

* Threshold for market per-item price reset now implemented as a configurable value

* Adjusted the license on the source files

* Change in item selection for the selling operations; instead of using a random pickup, which can always result in bad rolls and waste of cycles, the selling priority now follows the items rarity. First the bot will try to fill up poor items, and then when quotas are reached it will move to more rare ones
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.