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 |
|
Fuzz
|
06379b1ad0
|
improved path selection for non-WSG BG's (improvements to pathing in AB and AV especially)
|
2024-07-10 22:25:59 +10:00 |
|
Fuzz
|
500de1de10
|
optionally disable bots using MotionMaster::MoveSplitPath() for BG/Arena or everywhere (so that stuns stun/snare/root/etc can work against bots)
|
2024-07-10 22:13:12 +10:00 |
|
Yunfan Li
|
9d4c478b21
|
Merge pull request #315 from noisiver/summon-conditions
Conditions for Summon
|
2024-07-10 18:22:37 +08:00 |
|
Yunfan Li
|
51d3b0eba6
|
Merge pull request #317 from noisiver/fix-database
Fix hardcoded database name
|
2024-07-10 18:11:33 +08:00 |
|
Revision
|
bb5ebb62d0
|
Fix hardcoded database name
|
2024-07-10 01:54:52 +02:00 |
|
Revision
|
c3ec1dabb1
|
Conditions for Summon
|
2024-07-09 19:26:44 +02:00 |
|
Yunfan Li
|
8500dd82b5
|
Merge pull request #302 from liyunfan1223/dev-combat-formation
Dev combat formation
|
2024-07-09 19:28:22 +08:00 |
|
Yunfan Li
|
b1f5c1313c
|
[Strategy] Enable cat strategy, remove threat by default, reset strategy on talents change
|
2024-07-09 17:33:09 +08:00 |
|
Yunfan Li
|
bd94343738
|
[Configuration] Make some configs deprecated
|
2024-07-09 17:32:13 +08:00 |
|
Yunfan Li
|
ff7b58082d
|
[Combat formation] Flee optimize
|
2024-07-09 17:29:54 +08:00 |
|
Yunfan Li
|
fe64d9ce00
|
[Combat formation] Avoid flee repeatly
|
2024-07-09 16:39:50 +08:00 |
|
Yunfan Li
|
b55c9b14d1
|
[Combat formation] Last flee angle check
|
2024-07-09 00:08:20 +08:00 |
|
Fuzz
|
f05d66b4a4
|
PerformanceMonitor enhancements - better formatting of results, subtotals for different types, now measured in microseconds (needed to accurately measure impact things that take < a millisecond to do but which are done VERY often)
|
2024-07-08 13:58:36 +10:00 |
|
Yunfan Li
|
7325ba7dcb
|
[Class spell] Aoe threat check
|
2024-07-07 21:51:19 +08:00 |
|
Yunfan Li
|
32d30eaf6b
|
[Command] Disperse command tips
|
2024-07-07 13:32:43 +08:00 |
|
Yunfan Li
|
21ce849da7
|
[Command] Autogear command ammo
|
2024-07-07 13:32:26 +08:00 |
|
Yunfan Li
|
8ff016a67e
|
[Class spell] Seed of corruption
|
2024-07-07 13:10:50 +08:00 |
|
Yunfan Li
|
f26227027d
|
[Combat formation] Combat formation set up
|
2024-07-07 13:10:50 +08:00 |
|
Yunfan Li
|
c63ee90cb2
|
[Crash fix] Duplicate bots login
|
2024-07-07 13:10:50 +08:00 |
|
Yunfan Li
|
98560a1855
|
[Initialization] Stop server after accounts deletion
|
2024-07-07 13:10:50 +08:00 |
|
Yunfan Li
|
b7e2408047
|
[Configuration] Enable free food
|
2024-07-07 13:10:50 +08:00 |
|
Yunfan Li
|
1f8b34778c
|
Merge pull request #307 from noisiver/item-info
Make bots say messages about items configurable
|
2024-07-07 00:31:30 +08:00 |
|
Yunfan Li
|
5b460ecc8f
|
Merge pull request #305 from yuan227301/fix
[fix] Remove a class that is defined twice.
|
2024-07-07 00:30:37 +08:00 |
|
Yunfan Li
|
e91eb39e55
|
Merge pull request #304 from yuan227301/feat
[feat] Added the function to manually clear shared bot raid status.
|
2024-07-06 21:48:53 +08:00 |
|
yang
|
3b4492ce44
|
[fix] Remove a class that is defined twice.
|
2024-07-06 17:20:55 +08:00 |
|
yang
|
ee481440c2
|
[feat] Added the function to manually clear raids states of shared bot.
|
2024-07-06 16:24:57 +08:00 |
|
Revision
|
e8b5b1fcb4
|
Item Info
Make the messages the bots send regarding items they loot etc configurable
|
2024-07-05 17:27:14 +02:00 |
|
Yunfan Li
|
205dcef71b
|
Merge pull request #298 from fuzzdeveloper/master
Fixes to make bots work in arena (big shoutout to Dave on the discord who worked alongside me on this)
|
2024-07-05 22:49:40 +08:00 |
|
Fuzz
|
4b8a1a0396
|
additional waypoints/paths for AB (helps bots get down from blacksmith)
|
2024-07-05 22:51:58 +10:00 |
|
Fuzz
|
66b6d8a157
|
fix for #300 bots no longer hang around stables indefinately
|
2024-07-05 18:22:42 +10:00 |
|
Fuzz
|
826153781f
|
cleanup arena changes before PR
|
2024-07-05 00:09:55 +10:00 |
|