Commit Graph

73 Commits

Author SHA1 Message Date
NathanHandley
a042c1bedd Remove unused properties 2023-11-13 19:21:29 -06:00
NathanHandley
9cf5c2bded Removed filter flags 2023-11-13 19:13:40 -06:00
NathanHandley
5690cb0082 Remove Unused Percent and Disabled Code 2023-11-13 19:12:42 -06:00
NathanHandley
4d17352994 Disable more test items
Remove more items with string patterns aligning to test items
2023-11-13 19:05:31 -06:00
NathanHandley
2000a8f2da Set min buyout price to 1 silver 2023-11-13 18:55:17 -06:00
NathanHandley
614248b8a1 Greatly open items available
- Delinked many things from property files
- Pull many more items as valid to sell
2023-11-13 18:50:46 -06:00
NathanHandley
a107bdb37c Add stack count management
Implement stack management based on ration by item type
2023-11-13 17:51:29 -06:00
NathanHandley
3ff89bda20 Update AuctionHouseBot.cpp
Allow items with zero sell or buy price to be candidates.
2023-11-13 17:18:30 -06:00
NathanHandley
cce1dc21e1 Increase Sell Item Count
Greatly increase items on auction house
2023-11-13 17:02:09 -06:00
Winfidonarleyan
c34c10a935 chore(Bot): add db env include 2023-07-03 18:58:49 +07:00
Walter Pagani
94d087246b chore(Module/Structure): update structure (#72) 2023-06-16 06:01:41 -03:00
Patrick Lewis
a1e7437194 chore: switch to reusable module workflow (#58) 2022-04-08 19:23:25 -07:00
Kitzunu
09bf2ef14a fix(Query): wrong integer type (#56) 2022-02-14 12:31:30 +07:00
Nefertumm
21e8bc6763 Fix: build (#52) 2022-02-05 16:22:26 -05:00
Kargatum
1b92bd1d1a feat(DBLayer): add support new db api (#50) 2022-02-05 00:37:35 +01:00
Kargatum
669e505a93 feat(Logging): add support new logging (#49) 2022-01-27 17:45:38 +01:00
Kargatum
a1b2cd5989 feat(Time): add support game time (#47) 2022-01-24 17:55:48 +07:00
Kargatum
b9aa86bfc2 chore(BotScript): add missing includes (#48) 2021-11-20 20:34:33 +07:00
Kargatum
49c01ed323 chore(Commands): ignore new chatcommant functions (#44) 2021-10-22 22:41:16 +07:00
Kargatum
7e16a2d035 feat(Config): replace deprecated config options (#43) 2021-10-02 12:12:09 +07:00
Kargatum
6bb67dbda3 feat(Cmake): add support new script loader api (#38) 2021-07-26 02:11:42 +07:00
Kargatum
85a76feeca feat(Core/Socket): switch to new core network api (#37) 2021-07-16 10:43:14 +02:00
FrancescoBorzi
096cd50346 fix(CI): correction 2021-06-26 03:33:30 +02:00
Kargatum
93c751c0cc chore(Database): add support new api Transaction (#36) 2021-05-09 01:28:32 +07:00
UltraNix
594911695a ObjectGuid - Part I. (#35)
Co-authored-by: UltraNix <ultranix@gmail.com>
2021-04-27 17:33:05 +02:00
Patrick Lewis
134b756e16 fix: uncomment debug_out for min/max items (#33) 2021-03-10 15:02:45 +01:00
Stefano Borzì
05efbc186d Merge pull request #31 from azerothcore/RequiredSkillRank
fix(Filter): uncomment RequiredSkillRank filters
2021-02-24 23:17:55 +01:00
Stefano Borzì
e8c8e20507 Merge pull request #24 from peti446/patch-1
Fixed type for percentages parameters
2021-02-24 00:40:50 +01:00
Patrick Lewis
a26151636a fix(Filter): uncomment RequiredSkillRank filters 2021-02-23 15:33:13 -08:00
Patrick Lewis
11ffa4c9bd docs(readme): Update build status badge (#30) 2020-11-21 18:06:09 -08:00
Stefano Borzì
45cdc1cd8a Merge pull request #27 from azerothcore/github-actions
feat(CI): move from Travis to GitHub Actions
2020-08-30 20:37:41 +02:00
Helias
06648ada14 feat(CI): move from Travis to GitHub Actions 2020-08-30 18:44:37 +02:00
Stefano Borzì
75bc002815 Merge pull request #26 from locus313/indentation-fixes
Indentation fix
2020-08-13 15:28:06 +02:00
locus313
26de524a74 fix: indentation 2020-08-12 20:48:04 -07:00
Petric
591fe8351a Fixed type for percentages parameters
Green Trade good percent was added twice, and blue was ignored thus causing error
2020-05-29 19:04:52 +01:00
BarbzYHOOL
794525f0c2 chore(sql): Renamed the sql file 2020-04-07 21:56:35 +02:00
Barbz
8b9605785c feat(DB): Set disabled items in DB (#19)
- New table to managed disabled items in DB
- Rename other table name
2020-03-03 18:52:13 +01:00
Stoabrogga
b992a8cc0c feat(DB): Manage disabled items in DB 2020-02-28 09:10:19 +01:00
Barbz
2a609422bf docs: Add usage explanation to the README (#17) 2020-02-27 23:38:03 +01:00
Stoabrogga
ec404cab1d feat(Hook): Use hooks instead of the patch file (#15) 2020-02-27 23:36:58 +01:00
BarbzYHOOL
6198ee2f30 fix(CORE): Core Patch was missing a part 2020-02-13 01:36:19 +01:00
Barbz
3efff737f5 fix: Update ahbot.patch
Fix the patch
2020-02-05 21:28:23 +01:00
Barbz
7bb2f66ce2 Update ahbot.patch 2020-01-30 23:51:19 +01:00
Barbz
80b5c18c04 Update ahbot.patch 2020-01-30 23:49:03 +01:00
Rob
f7ff6fea29 Travis fixes (#9)
* updating code for travis-based compile

* Adding files for travis

* quick fix to config file

* updating README

* Update AuctionHouseBot.cpp

Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
2019-12-21 05:22:43 +02:00
Kargatum
73fb4f6d2c Update AuctionHouseBot.h 2019-08-27 17:42:17 +07:00
Kargatum
0592394c9b Build: Fix build in actual AC (#5)
* Build: Fix build in actual AC
* Move all to scripts
2019-04-14 03:56:09 +07:00
José González
833e101284 Fix worldserver complaining about invalid config 2019-03-23 20:19:55 -03:00
ayase
c0e5209590 fix typo 2019-03-03 08:37:16 +08:00
ayase
b362eb21d7 Merge pull request #3 from milestorme/master
Use the new cmake macro and fix a build error.
2019-03-02 21:04:43 +08:00