Commit Graph

49 Commits

Author SHA1 Message Date
NathanHandley
ebddc1e297 Adjust pricing algorithm
- Reduce variance
- Increase price of cheap (non-projectile) items
- Raise prices of epic and rare items
2023-11-15 17:50:31 -06:00
NathanHandley
13089c3ac0 Removed Min/max stack and price from database and config 2023-11-15 17:17:45 -06:00
NathanHandley
af94a8b12d Delete unused variable 2023-11-14 14:49:41 -06:00
NathanHandley
09019e6c4e Improve Filters and Update weights 2023-11-14 14:41:45 -06:00
NathanHandley
f7abdb74cc Added item class seed weights 2023-11-14 12:23:30 -06:00
NathanHandley
5b7f44b1d7 Change buy bot to use same value calculation as sell bot 2023-11-14 10:03:50 -06:00
NathanHandley
176c96f00e Small cleanup 2023-11-14 09:52:16 -06:00
NathanHandley
6b60a7d6ba Recalculate Sell Item Price 2023-11-14 09:30:04 -06:00
NathanHandley
1f53fbf0af Put back in regular bags 2023-11-14 08:12:48 -06:00
NathanHandley
5760e0a11f Removed unused increment and decrement 2023-11-13 20:00:50 -06:00
NathanHandley
244ef90f13 Add additional test strings to filter out 2023-11-13 19:24:47 -06:00
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
Winfidonarleyan
c34c10a935 chore(Bot): add db env include 2023-07-03 18:58:49 +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
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
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
Stoabrogga
b992a8cc0c feat(DB): Manage disabled items in DB 2020-02-28 09:10:19 +01:00
Stoabrogga
ec404cab1d feat(Hook): Use hooks instead of the patch file (#15) 2020-02-27 23:36:58 +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
Ayase
caefba872b fix build. 2019-03-02 20:03:28 +08:00
Ayase
3cd4709aff remove some file. 2018-05-21 07:10:35 +08:00
Ayase
ee72870725 change log. 2018-05-21 07:08:09 +08:00
Ayase
98d61b85ff fix a error. 2018-05-21 07:08:09 +08:00
Ayase
28b01026a6 初始化提交. 2018-05-21 07:08:09 +08:00
Yehonal
8c48569be1 simplified after_ws_install 2016-08-11 20:53:32 +02:00
Yehonal
057da0a71a First commit for skeleton module
DB part must be implemented yet
2016-08-11 20:02:05 +02:00