Commit Graph

898 Commits

Author SHA1 Message Date
Yunfan Li
5ebba9cdb3 Fix spell cast after self bot 2024-07-21 23:53:47 +08:00
Yunfan Li
dd942bf449 Addclass command account id check 2024-07-21 23:04:16 +08:00
Yunfan Li
00e24b2681 [Command] Send talents info data after glyph changed 2024-07-21 22:23:03 +08:00
Yunfan Li
400f982101 [Class spell] Mirror image 2024-07-21 22:20:59 +08:00
Yunfan Li
b4201e1d84 [Misc] Init bag, hunter spell 2024-07-21 22:14:15 +08:00
Yunfan Li
e7fe79d946 [Initialization] Send talent packet after intialization 2024-07-21 22:14:15 +08:00
Yunfan Li
cdd4ab7080 [Command] Fix self command 2024-07-21 22:14:15 +08:00
Yunfan Li
2f93eeedc9 [Crash fix] Fix a possible crash 2024-07-21 22:14:15 +08:00
Yunfan Li
fce0f431e1 [Command] Enable to cancel self command 2024-07-21 22:14:15 +08:00
Yunfan Li
3716de4c96 [Command] Fix sell item command 2024-07-21 22:14:15 +08:00
Yunfan Li
4cc4695461 Merge pull request #358 from liyunfan1223/dev0718
Max added bot configuration
2024-07-19 18:44:23 +08:00
Yunfan Li
f4c43aa920 [Warning] Fix 2024-07-18 23:33:48 +08:00
Yunfan Li
c45d52d8a3 Merge pull request #355 from liyunfan1223/fix-summon
[Summon] Fix bot remove from world casued by summon
2024-07-18 23:33:37 +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
ba884f2bf3 Merge pull request #349 from Bobblybook/master
Shaman weapon buff fixes
2024-07-17 21:23:23 +08:00
Yunfan Li
4ff7a7e297 Merge pull request #354 from liyunfan1223/crash-fix-0717
Fix crash caused by summon to instance and avoid aoe
2024-07-17 21:22:33 +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
Bobblybook
aaaa53b96f Correct alternative actions for weapon buffs 2024-07-17 19:00:20 +10:00
Yunfan Li
b34ebf5a90 [Crash fix] Teleport bots exceed dungeon max players limit 2024-07-17 16:29:54 +08:00
Yunfan Li
2e0d22d1d7 Merge pull request #353 from liyunfan1223/crash-fix-custom-spell
[Crash fix] Custom cast spell
2024-07-17 16:22:39 +08:00
fuzzdeveloper
fc581d4547 Merge pull request #351 from fuzzdeveloper/pmon-enhancements
PerformanceMonitor enhancements
2024-07-17 15:18:31 +10:00
Yunfan Li
424812e316 [Crash fix[ Custom cast spell 2024-07-17 12:42:15 +08:00
Fuzz
844999e92f PerformanceMonitor - fixed linux build issue 2024-07-17 13:43:42 +10:00
Fuzz
bd48afd3a6 Merge branch 'master' into pmon-enhancements 2024-07-17 09:44:49 +10:00
Bobblybook
cc3b0dda7c Update ShamanTriggers.cpp
Accept all offhand weapon types
2024-07-17 01:41:24 +10:00
Bobblybook
6e48585f76 Fix endless earthliving-> flametongue buff loop 2024-07-17 01:12:15 +10:00
Bobblybook
228e79ac87 Add weapon check for OH 2024-07-17 01:10:52 +10:00
Yunfan Li
9b1736e61f Merge pull request #346 from liyunfan1223/fix-crash-avoid-aoe
[Crash fix] Owner check for AvoidAuraWithDynamicObj
2024-07-16 12:47:16 +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