Commit Graph

55 Commits

Author SHA1 Message Date
avitasia a41fb80abc show cooldown, proc chance, and ICD info in item tooltips 2026-04-01 12:53:24 -07:00
avitasia aea37f99e3 clear spell slot caches on pet change 2026-04-01 08:13:48 -07:00
avitasia 9c46553a0b bump version 2026-03-30 08:44:01 -07:00
avitasia 72d6b96b19 fix missing spell charges information in inventory functions 2026-03-22 10:24:25 -07:00
avitasia ddd6758348 fix spell functions that looked up spell name -> spell id sometimes using incorrect spell ranks after changing specs 2026-03-21 21:50:38 -07:00
avitasia bbc029beaf working party member info fallback 2026-03-19 21:37:33 -07:00
avitasia 56d0952cdc fix GetUnitData/GetUnitField on invisible raid members for some info 2026-03-19 10:27:43 -07:00
avitasia 6d18fbdbbb handle unicode filenames in import/export 2026-03-17 09:00:21 -07:00
avitasia 0ecf1b2346 update map 2026-03-10 15:04:11 -07:00
avitasia 7a325adfda remove pvp restrictions as they are pointless 2026-03-10 14:58:44 -07:00
avitasia 88dc717c91 add GetSpellRangeData, restrict some functions/events in PVP 2026-03-10 12:53:18 -07:00
avitasia a82e8d8be4 add events for environmental dmg, damage shield, dispels 2026-03-09 10:19:09 -07:00
avitasia 208c617e26 fix regular raid messages not looking at NP_ChatBubblesRaid cvar 2026-03-06 08:18:13 -08:00
avitasia 58d56178ad add chat bubble options, store reaction states for greater demons, check if spell is missing from dbc in castspell 2026-03-05 15:15:48 -08:00
avitasia f279bb19f8 add new file commands, other small fixes 2026-03-03 14:23:12 -08:00
avitasia 97ba0ff2f4 add ability to save autocasts for greater demons
add CastSpellNoQueue
default to current target in SPELL_CAST_EVENT
2026-03-02 08:45:08 -08:00
avitasia 3ea6edfb0f rename UnitGUID -> GetUnitGUID to avoid breaking AI voiceover 2026-02-27 12:56:08 -08:00
avitasia 18045d602f fix luaSlot not handling hidden buffs on BUFF/DEBUFF event, add IsAuraHidden function 2026-02-27 11:27:07 -08:00
avitasia 86d0c47778 Add KEY_UP/DOWN events, implement GetGUIDFromName support for owner/target/pet/mark, bug fixes 2026-02-22 13:44:55 -08:00
avitasia a54af0b960 fix packedguid parsing, add corpse info to spell start and spell go, refactor 2026-02-20 16:06:36 -08:00
avitasia 91e1892146 fix typo 2026-02-20 12:16:28 -08:00
avitasia 16afba6c37 remove debugging statements that were missed 2026-02-20 12:11:00 -08:00
avitasia cbeafea450 add fine grained control of UNIT_* events and new UNIT_*_GUID versions of key events 2026-02-20 08:44:08 -08:00
avitasia 5c50dfa25e fix GetItemStats for non english languages, refactor some item scripts 2026-02-18 16:56:46 -08:00
avitasia e92c222ac0 add duration+spellType args to SPELL_START events to make it easier to handle channeling spells for other players
add GetSpellDuration
2026-02-17 17:53:06 -08:00
avitasia ab8c0b9a9f add ability to pass unitstr to CastSpellByName 2nd param, add SetMouseoverUnit 2026-02-16 12:12:14 -08:00
avitasia 13b2bd0d3c add PlayerisMoving/Swimming/Rooted functions 2026-02-15 10:36:21 -08:00
avitasia f4a4ce5bb4 fix guids not being string, add LearnTalentRank 2026-02-12 16:10:07 -08:00
avitasia c094fdd5e8 add CancelPlayerAuraSpellId/CancelPlayerAuraSlot 2026-02-12 09:10:14 -08:00
avitasia a7d2cd4fa6 include spellId in UPDATE_DURATION events to indicate refreshes
fix guid in GetCastInfo
2026-02-10 20:54:49 -08:00
avitasia a39ba6d2ce fix stacks removed not triggering BUFF_REMOVED events and add additional state arg 2026-02-10 10:03:35 -08:00
avitasia d61c9ce0ed add GetSpellPower fn and SPELL_MISS events 2026-02-09 21:09:48 -08:00
avitasia 5ee9e492a4 remove spellId from duration events as it isn't accessible yet 2026-02-09 12:54:53 -08:00
avitasia 983ea93c71 remove accidental debug log
add auraSlot to buff/debuff events
add buff/debuff duration events
add GetPlayerAuraDuration
2026-02-09 12:24:32 -08:00
avitasia 453e656e3e add getammo function 2026-02-07 09:02:55 -08:00
avitasia 9a340d6357 add ability to get nameplate guid using getName(1) 2026-02-06 08:51:37 -08:00
avitasia 5629c869d4 fix spell_failed_other not working 2026-02-03 08:17:33 -08:00
avitasia 5d5c530517 rename GetItemTexture and GetSpellTexture to GetItemIconTexture/GetSpellIconTexture to avoid conflict 2026-02-02 18:00:59 -08:00
avitasia 4e25ef66a2 add new texture functions, fix tooltip/description missing on spellrec 2026-02-02 08:49:30 -08:00
avitasia 701b0a3c98 add new heal and energize events 2026-01-20 17:58:51 -08:00
avitasia a4963e01dc add spell start/go/failed/delayed/channel events 2026-01-14 18:45:58 -08:00
avitasia a0c321b192 add auto attack events 2026-01-11 12:28:31 -08:00
avitasia 0fbcf6e6c8 fix/improve target logic in SPELL_AURA_CAST events 2026-01-10 12:45:30 -08:00
avitasia 9004208b7d fix GetBagItems when not all bank slots filled 2026-01-07 07:32:08 -08:00
avitasia 5573ce5f0c fix bugs with GetBagItems and remove begin cast event 2026-01-02 16:41:39 -08:00
avitasia 95f134f42d fix target in AURA_CAST events 2026-01-02 14:17:48 -08:00
avitasia 69e0b07944 make initial hooks more robust by retrying on error 2025-12-29 20:08:58 -08:00
avitasia 0368dd69b2 improvements to disenchant all and cast retry logic 2025-12-29 13:35:51 -08:00
avitasia 84520d1c20 refactor and make DisenchantAll default to ignoring soulbound 2025-12-26 15:10:20 -08:00
avitasia d9e764181c add nice error msg if they don't have disenchant 2025-12-26 13:30:50 -08:00