Commit Graph

1018 Commits

Author SHA1 Message Date
fuzzdeveloper
9ef0f64301 Merge pull request #343 from Jgoodwin64/stay-bug-fix
Fixed bug in StayActions.cpp
2024-07-16 11:51:52 +10:00
Fuzz
f854726934 fixed defenders sitting in burning building lamenting their failures, some attackers now advance to next objective without waiting for full capture, added new path for alliance to bypass mid on the way to galv, made objective selection logic same for both teams 2024-07-15 20:44:36 +10:00
Jgoodwin64
159980f76e Fixed bug in StayActions.cpp
The bot used to wait till it got done with it's current path. Now the bot stays immediately on the stayAction is loaded.
2024-07-14 20:30:43 -04:00
fuzzdeveloper
cabc09fd8d Merge pull request #341 from fuzzdeveloper/limit-gear-expansion
New AiPlayerbot.LimitGearExpansion option
2024-07-14 20:21:36 +10:00
Fuzz
5e2d06d6eb added AiPlayerbot.LimitGearExpansion option so that bots <= 60 can be limited to expansions gear based on level (bot-level <= 60 gets vanilla gear, bot <= 70 gets TBC gear). also modified level thresholds for LimitEnchantExpansion option (which were <= 69 for vanilla enchants and <= 79 for TBC - those dont seem right because 61-69 are TBC levels, not vanilla, same for 71-79 being WOTLK) 2024-07-14 18:43:20 +10:00
Yunfan Li
65823bdef4 Merge pull request #340 from Bobblybook/master
Fix/rewrite Shaman weapon buff checking (incl. dual wield support)
2024-07-14 14:24:54 +08:00
Bobblybook
936fa40a62 Update CasterShamanStrategy.cpp
Re-add new ele mastery trigger
2024-07-14 14:23:38 +10:00
Bobblybook
a1fe7e5d24 Fix/rewrite Shaman weapon buff checking (incl. dual wield support)
Replace the self-weapon shaman imbues with buff checking similar to rogue poisons. Includes support for buffing offhand for enhancement DW shamans.
2024-07-14 14:09:55 +10:00
Yunfan Li
84abdcc81f Merge pull request #336 from Caffarius/master
Add DK starter map to PvpProhibitedZoneIds
2024-07-14 11:44:35 +08:00
Caffarius
8ebd654417 Add DK starter map to PvpProhibitedZoneIds
Adds "Plaguelands: The Scarlet Enclave" (zoneid 4298) to the list to prevent a mountain of corpses where DKs start. They shouldn't hate eachother until they gain freedom from Arthas and leave the zone.
2024-07-13 18:55:55 -04:00
Yunfan Li
c9d0077924 Merge pull request #334 from liyunfan1223/conf-reorder
Reorder config file
2024-07-13 23:28:11 +08:00
Yunfan Li
6dd5494cfd [Initialization] Disable init command during combat 2024-07-13 21:42:47 +08:00
Yunfan Li
24853a3fa3 [Crash fix] Fix a crash in bg join with group 2024-07-13 21:37:53 +08:00
Yunfan Li
49db219b4a [Configuration] Reorder config file 2024-07-13 21:30:15 +08:00
Yunfan Li
ef1a365c18 Merge pull request #325 from liyunfan1223/dev-20240711
Fix crash caused by dulicate login; Rndbots gear quality configuration
2024-07-13 13:42:37 +08:00
Yunfan Li
a90ccb1703 Merge pull request #333 from BenWagner-UX/fixed_wim_spam_protection
fixed: Warcraft Instant Messenger is causing massive spam by sending …
2024-07-13 11:49:11 +08:00
Yunfan Li
10ea3b9ed3 Merge pull request #330 from BenWagner-UX/Lfg-Fix
fixed: Bots are now able to join LFG - Missing worker activation implementation
2024-07-13 11:45:55 +08:00
Yunfan Li
2d1fc5b932 [Warnings] Fix 2024-07-13 11:41:16 +08:00
Yunfan Li
266aa1ec88 [Warnings] Fix warnings 2024-07-13 11:41:16 +08:00
Yunfan Li
db1cfa6abc [Random bots] Ensure teleport after randomize 2024-07-13 11:41:16 +08:00
Yunfan Li
2a542b1345 [Configuration] Rogue glyphs 2024-07-13 11:41:16 +08:00
Yunfan Li
05e799cff4 [Class spell] Improve warrior, dk, paladin 2024-07-13 11:41:16 +08:00
Yunfan Li
8358ea7154 [Configuration] Talents for fire mage and resto shaman 2024-07-13 11:41:16 +08:00
Yunfan Li
68565dd813 [Class spell] Shaman elemental mastery 2024-07-13 11:41:16 +08:00
Yunfan Li
487796e7e1 [Initialization] Fix random bot gear quality 2024-07-13 11:41:16 +08:00
Yunfan Li
adc9c96b29 [Configuration] Gear quality on random bots 2024-07-13 11:41:16 +08:00
Yunfan Li
c362630ce6 [Class spell] Reduce reach spell relevance 2024-07-13 11:39:47 +08:00
Yunfan Li
53c4198afd [Attack target] Cancel mount aura and remove within dist check 2024-07-13 11:39:47 +08:00
Yunfan Li
80b7f18841 [Misc] Cat druid equip score calculation 2024-07-13 11:39:47 +08:00
Yunfan Li
3881d7054b [Crash fix] Fix crash caused by duplicate login 2024-07-13 11:39:47 +08:00
Ben Wagner
06ca0e14e5 fixed: Warcraft Instant Messenger is causing massive spam by sending bots WIM-specific commands such as handshakes which can not be processed by the bot. 2024-07-13 00:24:04 +02:00
Ben Wagner
83ae7a7bd5 fixed: Bots are now able to join LFG - Missing worker activation implemented 2024-07-12 23:46:58 +02:00
Revision
2b62329b58 Merge pull request #329 from Caffarius/fix_compile_issue
Enable Compilation on More Platforms
2024-07-12 21:32:53 +02:00
Yunfan Li
d013159880 Merge pull request #327 from Chromie-WoW/configured65-mod-playerbots-pr-branch
Update playerbots.conf.dist
2024-07-13 02:00:12 +08:00
Caffarius
9fa3fafb64 Enable Compilation on More Platforms
Solves the "fatal error: no member named 'find_if' in namespace 'std'" compiler error experienced by certain environments.
2024-07-12 13:10:46 -04:00
Revision
162ca0899d Merge pull request #326 from noisiver/cleanup-summon-options
Summon cleanup
2024-07-12 17:49:56 +02:00
conFIGured
2b280c498e Merge branch 'master' into configured65-mod-playerbots-pr-branch 2024-07-12 08:08:55 -04:00
Chromie-WoW
8292025bb4 Update playerbots.conf.dist 2024-07-12 05:05:11 -07:00
Revision
031dd2c7be Cleanup 2024-07-12 13:48:46 +02:00
Yunfan Li
b60a4a3531 Merge pull request #323 from noisiver/amend-summon-requirements
Add config options for the new summon conditions
2024-07-12 13:19:19 +08:00
Revision
5362668690 Correction for the default value info 2024-07-11 23:50:24 +02:00
Revision
7309d8f3c9 Add config options for the new summon conditions 2024-07-11 23:46:59 +02:00
Yunfan Li
321ce4ed8f Merge pull request #320 from Chromie-WoW/configured65-mod-playerbots-pr-branch
SummonAction::Teleport Repairwhensummon changed to a .conf option
2024-07-11 21:25:57 +08:00
Chromie-WoW
be83a1b35f Repaironsummon change
Removed repair on summon and added it as an option in .conf to turn off and on.
2024-07-11 04:52:48 -07:00
Yunfan Li
ab816074bd Merge pull request #318 from fuzzdeveloper/pathing-and-av-fixes
BG Pathing and AV fixes
2024-07-11 12:31:39 +08:00
Yunfan Li
4850cf0631 Merge pull request #319 from noisiver/fix-draenei-creation
Fix: Draenei shouldn't be created when expansion is set to 0
2024-07-11 11:54:32 +08:00
Fuzz
72eb38af88 fixed bots of same faction not fighting in arena until player triggers it 2024-07-11 13:06:17 +10:00
Chromie-WoW
36c84d55f2 Add option 2024-07-10 15:13:22 -07:00
Revision
9accee0a64 Fix Draenei being created with expansion set to 0 2024-07-10 19:20:43 +02:00
Fuzz
3316490f5d many many fixes for AV - fixed main path from horde cave starting too far away (flying bots, or bots going nowhere), fixed wrong objects targetted for objective-nodes (bots hanging around already captured points), wrong creatures targetted for boss and captain (bot running toward and away from captain, bot capturing every point then running home), wrong flag state checked for certain points (bot waiting forever in burning tower), fixed bots not moving close enough to flags in towers (bots sitting in towers forever), and more 2024-07-10 22:36:22 +10:00