324 Commits

Author SHA1 Message Date
NathanHandley
55a403133e Re-enable common weapons and armor
This should be managed by listing proportions anyway.  Added some invalid item IDs to purge a few bad items.
2026-01-06 08:52:36 -06:00
NathanHandley
9bd64af3a9 Update comments about the 25% random spread 2026-01-06 08:44:19 -06:00
NathanHandley
dcb615212d Add ability to filter items by use or equip level 2026-01-06 08:41:32 -06:00
Nathan Handley
5561885b8b Merge pull request #49 from zeb139/issue-47
Fixed handling of null UseDropRates.<Category>.AffectedQualities configs. Improved module disablement
2025-11-11 22:01:32 -06:00
zeb
41fd346a6e improved module disablement when AuctionHouseBot.GUIDs is not configured 2025-11-11 22:33:33 -05:00
zeb
8038fec2db fixed handling of null UseDropRates.<Category>.AffectedQualities configs 2025-11-11 22:22:29 -05:00
Nathan Handley
7db32506d2 Update README.md 2025-11-11 18:09:35 -06:00
Nathan Handley
a2f55d3df0 Merge pull request #48 from zeb139/issue-46
Added mod-ah-bot backwards compatible script loader
2025-11-11 18:07:05 -06:00
zeb
c2e3be9e57 added mod-ah-bot backwards compatible script loader 2025-11-11 19:03:31 -05:00
Nathan Handley
a3385f09be Update README.md 2025-11-11 17:19:04 -06:00
Nathan Handley
d5ad1f9020 Add note about repository rename 2025-11-09 15:33:26 -06:00
Nathan Handley
d197c00963 Merge pull request #45 from zeb139/master
Fix build error: undefined reference to `Addmod_ah_bot_plusScripts()'
2025-11-09 15:10:07 -06:00
zeb
4863229bb6 fixed new name build error 2025-11-09 15:26:48 -05:00
Nathan Handley
c35954cc21 Update README.md 2025-11-09 07:18:48 -06:00
Nathan Handley
6fd491277a Remove old text block about professions 2025-11-09 07:13:16 -06:00
Nathan Handley
43e82355b4 Clarify comments on exclusion 2025-11-08 23:44:04 -06:00
Nathan Handley
1df870435a Merge pull request #44 from zeb139/issue-43
Improved logging for some cases of ParseNumberListToSet, Fixed erroneous duplicate entries error logging
2025-11-07 19:47:45 -06:00
zeb
cd2d0146bb improved logging for some cases of ParseNumberListToSet, fixed erroneous duplicate entries error logging 2025-11-07 14:23:54 -05:00
Nathan Handley
f326bee515 Merge pull request #41 from zeb139/development
Add Advanced_Pricing_Calculator spreadsheet tool
2025-10-25 15:10:31 -05:00
zeb
8079160ef5 added Advanced_Pricing_Calculator spreadsheet tool 2025-10-24 14:00:23 -04:00
Nathan Handley
b6a7c651c5 Merge pull request #40 from zeb139/development
Improved UseDropRates item selection logic, Removed duplicates from ItemTiersByClassAndQuality
2025-10-17 19:29:13 -05:00
zeb
f935be7b88 improved UseDropRates item selection logic, removed duplicates from ItemTiersByClassAndQuality 2025-10-15 11:53:45 -04:00
Nathan Handley
6c4195b102 Merge pull request #39 from zeb139/add-usedroprates-minrate
Added UseDropRates.MinDropRate + other fixes
2025-10-14 08:53:26 -05:00
zeb
00e1fe1988 Added UseDropRates.MinDropRate 2025-10-14 08:28:43 -04:00
Nathan Handley
44692a070c Merge pull request #38 from zeb139/use-db-drop-rates
Added additional AdvancedListingRules.UseDropRates settings
2025-10-13 18:54:15 -05:00
zeb
af13f7e425 Added additional AdvancedListingRules.UseDropRates config 2025-10-13 18:01:45 -04:00
Nathan Handley
caf5a4fcde Merge pull request #34 from zeb139/use-db-drop-rates
WIP: Feature: Use DB drop rates to determine rare/epic weapons/armor/recipes likeliness in AH
2025-10-11 15:54:41 -05:00
zeb
a9973cf8cb Exposed additional config, added .conf.dist readme 2025-10-08 11:54:59 -04:00
zeb
d7b742f47e code review: fixed startup script behavior 2025-10-08 10:10:02 -04:00
zeb
8aa4a68f80 added feature: use DB drop rates for weapons/armor/recipes probability in AH 2025-10-08 10:09:57 -04:00
Nathan Handley
8cc4ae6b7a Merge pull request #36 from zeb139/cleanup-dangling-expired-auctions
Added config to remove dangling expired/emptied auctions
2025-10-08 07:32:59 -05:00
Nathan Handley
92a39fef6b Merge pull request #35 from zeb139/fix-emptyAH-segfault
Added check to EmptyAuctionHouses() to prevent potential segfault
2025-10-08 07:31:30 -05:00
zeb
810945afa8 fixed return of cancelled auctions to AHBot when ReturnExpiredAuctionItemsToBot is true 2025-10-07 22:01:54 -04:00
zeb
c3d77918fb attempted to implement return of Emptied auctions to ahbot 2025-10-07 16:58:56 -04:00
zeb
b59164c4a9 added config to remove dangling expired/emptied auctions 2025-10-07 15:51:37 -04:00
zeb
495058edca added check to EmptyAuctionHouses() to prevent potential segfault 2025-10-07 11:00:34 -04:00
NathanHandley
b1ed903c06 Redo the description in the readme 2025-10-07 07:49:14 -05:00
NathanHandley
a7efe6d760 Add configs to enable/disable sellprice restrictions 2025-10-06 08:47:20 -05:00
Nathan Handley
6ff691ad0f Merge pull request #32 from zeb139/add-chat-commands
Added chat commands for GMs
2025-10-05 15:38:45 -05:00
zeb
642c596c1a removed unnecessary code 2025-10-05 15:11:17 -04:00
zeb
f058948243 simplified EmptyAuctionHouses() logic 2025-10-05 12:19:47 -04:00
zeb
499b0702d3 updated .ahbot empty documentation 2025-10-04 23:52:58 -04:00
zeb
a22f866e49 .ahbot empty respects player auctions and returns bids on cancelled items 2025-10-04 23:49:22 -04:00
zeb
762f53f180 added chat commands documentation 2025-10-04 15:21:44 -04:00
zeb
2a6d228f86 added chat commands for GMs 2025-10-04 14:48:54 -04:00
Nathan Handley
8fcf697d37 Merge pull request #31 from zeb139/split-cycles
Separate Buy and Sell Cycles
2025-10-03 08:33:23 -05:00
NathanHandley
f29a9a07b4 Fix mistake merge I just did 2025-10-03 07:27:01 -05:00
NathanHandley
e10b4e57b2 Merge branch 'split-cycles' of https://github.com/zeb139/mod-ah-bot into pr/31 2025-10-03 07:24:26 -05:00
zeb
0b2a469eac separated buy and sell cycles 2025-10-02 22:12:44 -04:00
zeb
3626fcd14a separated buy and sell cycles 2025-10-02 17:19:45 -04:00