Commit Graph

874 Commits

Author SHA1 Message Date
Yunfan Li
f4c43aa920 [Warning] Fix 2024-07-18 23:33:48 +08:00
Yunfan Li
9dc494f407 [Configuration] Max added bot 2024-07-18 23:32:39 +08:00
Yunfan Li
da2b73ddd0 [Summon] Fix bot remove from world casued by summon 2024-07-18 00:14:04 +08:00
Yunfan Li
770921ae50 [Crash fix] Fix summon to instance crash 2024-07-17 19:48:27 +08:00
Yunfan Li
1d9de4331b [Crash fix[ Reduce area debuff check interval to fix avoid aoe crash 2024-07-17 18:01:08 +08:00
Yunfan Li
b34ebf5a90 [Crash fix] Teleport bots exceed dungeon max players limit 2024-07-17 16:29:54 +08:00
Yunfan Li
424812e316 [Crash fix[ Custom cast spell 2024-07-17 12:42:15 +08:00
Yunfan Li
3e20d837bd [Crash fix] Owner check for AvoidAuraWithDynamicObj 2024-07-16 11:00:19 +08:00
fuzzdeveloper
9ef0f64301 Merge pull request #343 from Jgoodwin64/stay-bug-fix
Fixed bug in StayActions.cpp
2024-07-16 11:51:52 +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