Commit Graph

92 Commits

Author SHA1 Message Date
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 6c511db61b bump major version for rename 2026-02-27 12:57:48 -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 ccea6956cd fix CastType in readme 2026-02-22 20:53:45 -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 b45185317c update readme 2026-02-10 10:05:51 -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 f85e0c0156 correct readme 2026-01-13 11:52:17 -08:00
avitasia 0b4663a300 update readme 2026-01-11 12:34:24 -08:00
avitasia c45e8796bd update readme 2026-01-11 12:33:26 -08:00
avitasia a0c321b192 add auto attack events 2026-01-11 12:28:31 -08:00
avitasia d55dc6e693 update readme 2026-01-10 12:56:06 -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 c847cef874 Merge pull request 'settable gets called outside' (#13) from Mats391/nampower:master into master
Reviewed-on: https://gitea.com/avitasia/nampower/pulls/13
2026-01-07 15:09:49 +00:00
Mats391 92808e184c settable gets called outside 2026-01-07 11:28:14 +01:00
avitasia 5573ce5f0c fix bugs with GetBagItems and remove begin cast event 2026-01-02 16:41:39 -08:00
avitasia f7d8a0a002 Merge pull request 'Added optional bagIndex parameter to GetBagItems()' (#11) from Mats391/nampower:specificBagItems into master
Reviewed-on: https://gitea.com/avitasia/nampower/pulls/11
2026-01-02 23:14:43 +00:00
avitasia acbc784afb Merge pull request 'New event fo begin casting' (#12) from Mats391/nampower:BeginCastEvent into master
Reviewed-on: https://gitea.com/avitasia/nampower/pulls/12
2026-01-02 23:14:26 +00:00
avitasia 95f134f42d fix target in AURA_CAST events 2026-01-02 14:17:48 -08:00
Mats391 92e91ad50e Added documentation 2025-12-31 10:26:56 +01:00
Mats391 cf45f26d5a Renaming to Begin Cast 2025-12-31 10:13:30 +01:00
Mats391 b0bf8c8812 Adding new event for sending spell 2025-12-31 10:13:29 +01:00
Mats391 0e03427296 Convert to 0 based index 2025-12-30 17:28:51 +01:00
Mats391 b1f21bd750 Fixing navigation 2025-12-30 17:22:25 +01:00