nytmyr
|
a008e75a1c
|
Use GetTempSpellType() for announce check in RaidGroupSay
|
2025-01-31 17:27:13 -06:00 |
|
nytmyr
|
980aa65ecc
|
Rename SpellHold, SpellDelay, SpellMinThreshold, SpellMaxThreshold, SpellRecastDelay to fit SpellType style naming
|
2025-01-31 17:05:50 -06:00 |
|
nytmyr
|
fef8c623ff
|
Add more logic for necros/shaman for default heal thresholds due to lich and canni
|
2025-01-31 16:45:20 -06:00 |
|
nytmyr
|
660cf91297
|
Fix defaults for clients
|
2025-01-31 16:35:54 -06:00 |
|
nytmyr
|
e5bcb6acfc
|
Correct pet buff type logic to catch DS/Resists with other spell effects in them
|
2025-01-31 15:40:47 -06:00 |
|
nytmyr
|
c5aa1ea06f
|
Add rules (Bots, AICastSpellTypeDelay, Bots, AICastSpellTypeHeldDelay) to prevent spamming of failed spell type AI casts
|
2025-01-31 15:30:25 -06:00 |
|
nytmyr
|
09bbe87268
|
Correct pet checks on GetUltimateSpell functions
|
2025-01-31 15:27:25 -06:00 |
|
nytmyr
|
2211e125d8
|
Set lower limit of spell delays to 100 rather than 1
|
2025-01-31 14:45:00 -06:00 |
|
nytmyr
|
939e5ea38e
|
Move ^attack response back to normal chat window (other)
|
2025-01-31 14:34:13 -06:00 |
|
nytmyr
|
a765e3239c
|
Remove unused no_pets option from GatherSpellTargets
|
2025-01-31 14:33:19 -06:00 |
|
nytmyr
|
11963a158c
|
Update bot.h
|
2025-01-31 14:32:38 -06:00 |
|
nytmyr
|
af4bbff05f
|
Remove rule Bots:BardsAnnounceCasts
|
2025-01-31 14:31:59 -06:00 |
|
nytmyr
|
bd97453852
|
Implement ^spellannouncecasts to toggle announcing casts of spell types
|
2025-01-31 14:31:48 -06:00 |
|
nytmyr
|
bf8a576003
|
Add remove option to list for ^blockedbuffs / ^blockedpetbuffs
|
2025-01-31 14:27:02 -06:00 |
|
nytmyr
|
54717ec8a5
|
Merge branch 'master' into bot-rewrite
|
2025-01-31 00:24:05 -06:00 |
|
nytmyr
|
d810d32069
|
IsPetOwner fixes
|
2025-01-31 00:16:18 -06:00 |
|
nytmyr
|
3ce9579a6c
|
Linux fix?
|
2025-01-30 23:17:22 -06:00 |
|
nytmyr
|
01a0b7f579
|
Prevent bots from forming their own group if a bot that is a group leader is removed from the raid
|
2025-01-30 23:10:56 -06:00 |
|
nytmyr
|
c08893ffcb
|
Rename BotGroupSay to RaidGroupSay
|
2025-01-30 23:03:57 -06:00 |
|
nytmyr
|
e695f1c499
|
Return for GetRawBotList
This checks offline bots too
|
2025-01-30 22:38:03 -06:00 |
|
nytmyr
|
e039ce2e37
|
Move functions out of mob.h and cleanup
|
2025-01-30 22:25:54 -06:00 |
|
nytmyr
|
9b72672945
|
Implement missing ^spellresistlimits/^resistlimits command
|
2025-01-30 22:24:33 -06:00 |
|
nytmyr
|
fdadde49de
|
Remove unused methods
|
2025-01-28 23:13:25 -06:00 |
|
nytmyr
|
6b5b19a8cf
|
Add default delay to cures
|
2025-01-28 23:11:09 -06:00 |
|
nytmyr
|
f99c19d3ee
|
Allow duplicate casts of same spell on target for heals and cures
|
2025-01-28 23:11:00 -06:00 |
|
nytmyr
|
db00064028
|
Make struct BotSpellSettings snake case
|
2025-01-28 23:04:13 -06:00 |
|
nytmyr
|
626b7fd028
|
Add comment to CheckLosCheat/CheckLosCheatExempt
|
2025-01-28 22:10:05 -06:00 |
|
nytmyr
|
548e3ca81b
|
Cleanup some commands
|
2025-01-28 22:08:20 -06:00 |
|
nytmyr
|
60d96d6ac6
|
Give ^copysettings/^defaultsettings more options, cleanup.
|
2025-01-28 22:08:07 -06:00 |
|
nytmyr
|
989c6a43d6
|
Reimplement secondary colors to BotSendCommandHelpWindow
|
2025-01-28 21:30:48 -06:00 |
|
nytmyr
|
56a9853e63
|
todo
|
2025-01-27 23:42:42 -06:00 |
|
nytmyr
|
b5a200554b
|
Fix ^cast summoncorpse
|
2025-01-27 23:33:16 -06:00 |
|
nytmyr
|
69d5d1a883
|
todo
|
2025-01-27 22:47:09 -06:00 |
|
nytmyr
|
249fb0f5dd
|
hardcode BotCommandHelpWindow colors
|
2025-01-27 22:46:09 -06:00 |
|
nytmyr
|
ef0ff104cf
|
Rename _assistee to bot_assistee
|
2025-01-27 19:46:54 -06:00 |
|
nytmyr
|
49ad193dcc
|
Remove unused variables
|
2025-01-27 19:46:06 -06:00 |
|
Chris Miles
|
c966f26ac1
|
[Release] 22.62.1 (#4627)
v22.62.1
|
2025-01-27 16:36:51 -06:00 |
|
Akkadius
|
fe66c24352
|
Revert "[Memory Leak] Change raw pointer to unique_ptr to avoid potential leak in dbg stream (#4616)"
This reverts commit 1f3ac2dc4f.
|
2025-01-27 16:34:05 -06:00 |
|
Chris Miles
|
bdcded7d45
|
[Performance] Re-use OP_PlayerStateAdd packet memory (#4626)
|
2025-01-27 15:33:03 -06:00 |
|
Chris Miles
|
f939f25aa1
|
[Performance] Re-use OP_Damage packet memory (#4625)
|
2025-01-27 15:32:55 -06:00 |
|
Chris Miles
|
401f1038f3
|
[Performance] Re-use OP_SendFindableNPCs packet memory (#4623)
|
2025-01-27 15:32:48 -06:00 |
|
Chris Miles
|
95c6560e7c
|
[Performance] Re-use OP_HPUpdate packet memory (#4622)
|
2025-01-27 15:32:40 -06:00 |
|
Chris Miles
|
59f645b5c3
|
[Performance] Re-use OP_Animation packet (#4621)
|
2025-01-27 15:32:30 -06:00 |
|
Chris Miles
|
bbfed8300c
|
[Repop] Make #repop instant (#4620)
|
2025-01-27 15:32:22 -06:00 |
|
Chris Miles
|
07c762068f
|
[Performance] Re-use ClientUpdate packet memory (#4619)
|
2025-01-27 15:32:14 -06:00 |
|
nytmyr
|
421e590a3d
|
Merge branch 'master' into bot-rewrite
|
2025-01-27 12:14:34 -06:00 |
|
nytmyr
|
2c78803137
|
Enable recastdelay support for clients
|
2025-01-27 00:46:53 -06:00 |
|
nytmyr
|
65b2fa3533
|
Remove unnecessary return in CanBuffStack, cleanup
|
2025-01-26 22:40:57 -06:00 |
|
nytmyr
|
b84ccab24a
|
Rename spawn/create status bypass rules, fix return for spawn limit
|
2025-01-26 22:36:29 -06:00 |
|
nytmyr
|
b3a550f193
|
Rename BotSpells_Struct/BotSpells_Struct_wIndex
|
2025-01-26 22:27:15 -06:00 |
|