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
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
nytmyr
323f144984
Cleanup BlockedBuffs logic in SpellOnTarget
2025-01-26 22:23:55 -06:00
nytmyr
3dfa099718
Wrap bot setting loading for clients in bots enabled rule
2025-01-26 21:56:25 -06:00
Chris Miles
d1f368ab7f
[Databuckets] Implement Nested Databuckets ( #4604 )
...
* WIP
* Fixes
* Fin
* Update data_bucket.cpp
* Update data_bucket.cpp
* Cleanup
* Update data_bucket.cpp
* Update data_bucket.cpp
* NESTED_KEY_DELIMITER
2025-01-26 21:13:31 -06:00
nytmyr
975af5ee9c
Remove comment
2025-01-26 21:11:42 -06:00
nytmyr
187665f7b6
Wrap SaveBotSettings in Bots Enabled check
2025-01-26 21:11:37 -06:00
nytmyr
f51d13ee7c
Add bot check to IsAttackAllowed for GetUltimateOwner to skip entity list where possible
2025-01-26 21:09:06 -06:00
nytmyr
41b8cb3e71
Remove _Struct from struct declarations
2025-01-26 20:05:36 -06:00
Mitch Freeman
7a226ca4ef
[Bazaar] Improve Bazaar Search Performance ( #4615 )
...
* Create Alternate BazaarSearch Routine
Establishes an alterative to the in memory bazaar search routine and instead uses a db query process. For large Bazaars (with 1000s of items) this is much faster. Testing with 30k items produced a search in ~1sec version 2.7sec for the in memory version.
Default is false - Do not use this version.
* Indexes for trader and items
* Set query-based bazaar search the default
* Update database_update_manifest.cpp
---------
Co-authored-by: Akkadius <akkadius1@gmail.com >
2025-01-26 19:04:56 -06:00
nytmyr
fbb2341fca
Correct DoLosChecks
2025-01-26 10:21:56 -06:00
nytmyr
764715f625
New lines
2025-01-25 23:19:09 -06:00
Akkadius
119151c0e3
[Hotfix] Delete later in RemoveItem second case
2025-01-25 14:04:57 -06:00
nytmyr
d5be066fee
update todo
2025-01-25 07:24:29 -06:00
nytmyr
abaefc8e7f
Add bot and bot pet checks to various spells, auras and targeting checks that were missing.
2025-01-25 07:01:39 -06:00
nytmyr
2df4a4e436
Move toggleranged, togglehelm and illusionblock to new help window. Add actionable support
2025-01-25 07:01:21 -06:00