36 Commits

Author SHA1 Message Date
avitasia 04e75a5c2e update readme 2026-04-13 10:58:06 -07:00
avitasia cdddc604dc fix bugs with getEquippedItems, add randomPropertiesId, add quest functions 2026-04-13 10:54:04 -07:00
YourNameVanilla 2f3631d9f8 add quest log ID and quest dialog ID 2026-04-10 08:42:21 -05:00
avitasia a42adc9e17 update readme 2026-04-07 11:42:41 -07:00
avitasia a166da61f5 update readme 2026-04-07 11:34:37 -07:00
avitasia 72d6b96b19 fix missing spell charges information in inventory functions 2026-03-22 10:24:25 -07:00
avitasia 368b7a6f22 update readme 2026-03-22 09:53:37 -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 88dc717c91 add GetSpellRangeData, restrict some functions/events in PVP 2026-03-10 12:53:18 -07: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 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 a7d2cd4fa6 include spellId in UPDATE_DURATION events to indicate refreshes
fix guid in GetCastInfo
2026-02-10 20:54:49 -08:00
avitasia d61c9ce0ed add GetSpellPower fn and SPELL_MISS events 2026-02-09 21:09:48 -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 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 5573ce5f0c fix bugs with GetBagItems and remove begin cast event 2026-01-02 16:41:39 -08:00
Mats391 b1f21bd750 Fixing navigation 2025-12-30 17:22:25 +01:00
Mats391 f0b5473945 Updating documentation 2025-12-30 17:14:02 +01:00
avitasia 7825e5566e update readme 2025-12-29 13:41:24 -08:00
avitasia 84520d1c20 refactor and make DisenchantAll default to ignoring soulbound 2025-12-26 15:10:20 -08:00
avitasia c5b4549044 update readme 2025-12-26 13:13:07 -08:00
avitasia bd9049f8bc add logging and disenchant all ability 2025-12-26 13:04:16 -08:00
avitasia ed1ba92f1f - Fix table references when reloading ui or logging out
- Block mounting when buff capped (can disable with NP_PreventMountingWhenBuffCapped)
- add some additional information to GetTrinkets
2025-12-23 10:23:09 -08:00
avitasia 68512b73fb add UseItemIdOrName, UseTrinket, GetTrinkets, and AURA_CAST events 2025-12-18 13:23:55 -08:00
avitasia 163b4db361 switch to table references to reduce memory usage 2025-12-17 09:27:25 -08:00
avitasia a0751ccf19 refactor + add cast and cooldown functions 2025-12-16 10:30:16 -08:00