Commit Graph

1497 Commits

Author SHA1 Message Date
Revision
5f50b6fddc Add check to make sure there are races available for a class 2024-10-04 21:17:19 +02:00
Yunfan Li
269deafc84 Merge pull request #576 from liyunfan1223/assist_dps
Healer attack (healer dps strategy) and healer enhancement
2024-10-04 22:20:36 +08:00
Yunfan Li
11377436cd [Strategy] Rename "assist dps" to "healer dps" 2024-10-04 21:49:47 +08:00
Yunfan Li
529db3e754 [Core sync] Add DynamicObject.h 2024-10-04 21:43:38 +08:00
Yunfan Li
21e17e163b [Spell] Healer spell enhancement 2024-10-04 20:48:29 +08:00
Yunfan Li
db9b1115cb [Spell] Priest prayer of mending buff owner 2024-10-04 18:56:44 +08:00
Yunfan Li
37c5c1dcdf [Spell] Fix alternative healing spell 2024-10-04 14:38:09 +08:00
Yunfan Li
a0865cca14 [Spell] SpellInfo check on current spell 2024-10-04 14:14:16 +08:00
Yunfan Li
ff68a92fe9 [Movement] Modify combat reach calculation 2024-10-04 14:14:16 +08:00
Yunfan Li
55cd5ab923 [AI] Remove reset after near teleport 2024-10-04 14:14:16 +08:00
Yunfan Li
a0dd00bba1 [Spell] Handle tree of life and assist dps 2024-10-04 14:14:16 +08:00
Yunfan Li
008d098eda [Assist Dps] Healer assist dps strats 2024-10-04 14:14:16 +08:00
Yunfan Li
11ce70635d Merge pull request #575 from avirar/master
Update UtgardeKeepTriggers.cpp
2024-10-04 12:54:00 +08:00
avirar
551a8c8ed1 Update UtgardeKeepTriggers.cpp 2024-10-04 11:04:43 +10:00
Yunfan Li
f75cd3b3af Merge pull request #562 from hermensbas/feature/performance_botActiveAutoScale
Modified the botActiveAlone autoscale functionality
2024-10-03 17:36:33 +08:00
Yunfan Li
66fdea569a Merge pull request #572 from hermensbas/feature/fix_end_of_lines
FIX: CRLF replaced with LF
2024-10-03 17:35:17 +08:00
bash
20f6d1563b added acitivty autoscale and related config property 2024-10-03 07:58:09 +00:00
bash
7b50803a25 CRLF replaced with LF 2024-10-03 07:54:41 +00:00
Yunfan Li
00b16dbc22 Merge pull request #571 from liyunfan1223/interrupt_heal
Interruption healing spell if target with full health
2024-10-03 15:01:28 +08:00
Yunfan Li
acf83d4f0d Merge pull request #570 from liyunfan1223/fix_party_buff_crash
[Crash fix] Party buff check
2024-10-03 15:01:15 +08:00
Yunfan Li
3e22b35bda Merge pull request #569 from avirar/master
Modified TeleportAction and created OpenItemAction
2024-10-03 15:00:54 +08:00
avirar
03fefaa4cc Merge branch 'liyunfan1223:master' into master 2024-10-03 15:03:24 +10:00
Yunfan Li
6886a5bf2b [Spell] Interruption healing spell if target with full health 2024-10-03 12:34:47 +08:00
Yunfan Li
d64e65d8f6 Merge pull request #566 from EricksOliveira/patch-2
Update PlayerbotAI.cpp
2024-10-03 12:24:46 +08:00
Yunfan Li
b2e6b383f1 [Crash fix] Party buff check 2024-10-03 12:23:32 +08:00
avirar
ddbe4362d9 Update OpenItemAction.h 2024-10-03 13:39:28 +10:00
avirar
ec7132bc3e Update ChatActionContext.h
Removed the s
2024-10-03 13:14:13 +10:00
avirar
e7e42a0845 Merge branch 'liyunfan1223:master' into master 2024-10-03 12:44:24 +10:00
avirar
055f549dbd Update ChatCommandHandlerStrategy.cpp
Added OpenItem chat command handling
2024-10-03 12:41:44 +10:00
avirar
c4d0f830a4 Update ChatTriggerContext.h
Added OpenItem chat command handling
2024-10-03 12:40:15 +10:00
avirar
53fca2b78b Update ChatActionContext.h
Added OpenItem chat handler
2024-10-03 12:38:58 +10:00
avirar
900b4c48b0 Update TeleportAction.cpp
Add alternative method for finding and using portals. Works with  first boss of Sunwell Plateau, Kalecgos, using the Spectral Rifts.
2024-10-03 12:37:12 +10:00
Yunfan Li
d81da0c916 Merge pull request #565 from EricksOliveira/patch-1
Update QueryQuestAction.cpp
2024-10-03 10:33:28 +08:00
Yunfan Li
5060c29f13 Merge pull request #564 from noisiver/fix-warning
Silence totalDps being uninitialized
2024-10-03 10:32:02 +08:00
avirar
1f1dc1cdc8 Update and rename OpenItemAction_v2.cpp to OpenItemAction.cpp 2024-10-03 12:30:20 +10:00
avirar
b91f6a8e15 Add files via upload 2024-10-03 12:28:44 +10:00
EricksOliveira
1a796bed4d Update PlayerbotAI.cpp
To avoid crashes, it is important to add nullability checks before trying to access the group leader and remove the bot from the group.
2024-10-02 22:48:21 -03:00
EricksOliveira
06c168d0f3 Update QueryQuestAction.cpp
Crash Fix
2024-10-02 21:49:31 -03:00
Revision
6303401713 Silence totalDps being uninitialized 2024-10-02 19:58:34 +02:00
Bobblybook
8ec71d2b17 header defs 2024-10-01 18:36:11 +10:00
Bobblybook
32c0f31031 Update UtgardeKeepTriggers.h 2024-10-01 18:28:06 +10:00
Bobblybook
b59c87871f Indentation and misc cleanup 2024-10-01 18:27:06 +10:00
Yunfan Li
54a844585f Merge pull request #560 from Bobblybook/master
Wotlk dungeon structure & Utgarde Keep
2024-10-01 01:02:51 +08:00
Yunfan Li
193aab6122 Merge pull request #561 from hermensbas/feature/config_sync_correction
Config sync fix; aligned the 'BotActiveAlone' conf and coded value
2024-10-01 01:02:23 +08:00
Yunfan Li
92308d053a Merge pull request #555 from hermensbas/feature/optimizes_teleporting
Teleport and performance optimizations
2024-10-01 01:02:13 +08:00
bash
9fb2b51f16 Aligned the 'BotActiveAlone' conf and coded value 2024-09-30 15:57:33 +00:00
bash
a0df64dd09 teleport optimizations 2024-09-30 15:54:27 +00:00
Bobblybook
94ebe5874a Placeholder structure 2024-10-01 00:10:18 +10:00
Bobblybook
0ad188c7f8 Variable cleanup 2024-09-30 23:58:21 +10:00
Bobblybook
b91c56a8a5 Wotlk dungeon structure & Utgarde Keep 2024-09-30 23:38:39 +10:00