Commit Graph

  • 2c7f51cd43 ci: ship PDB debug symbols with release main v4.6.1 Brues 2026-08-22 16:06:26 -05:00
  • 0c1d9a6b86 Fix workflow Brues 2026-06-30 16:57:59 -05:00
  • 35f8e7585f fix GetGUIDFromName not working with guid strings avitasia 2026-05-11 16:44:20 -07:00
  • 04e75a5c2e update readme avitasia 2026-04-13 10:58:06 -07:00
  • cdddc604dc fix bugs with getEquippedItems, add randomPropertiesId, add quest functions avitasia 2026-04-13 10:54:04 -07:00
  • 7a5205871f Merge pull request 'add quest log ID and quest dialog ID' (#64) from YourNameVanilla/nampower:master into master avitasia 2026-04-13 15:41:14 +00:00
  • 2f3631d9f8 add quest log ID and quest dialog ID YourNameVanilla 2026-04-10 08:42:21 -05:00
  • a1f7ed5392 bump version avitasia 2026-04-08 13:20:04 -07:00
  • 7789de05d5 refactor event flags, improve/fix bugs with SetLocalRaidTarget avitasia 2026-04-08 13:19:26 -07:00
  • a42adc9e17 update readme avitasia 2026-04-07 11:42:41 -07:00
  • a166da61f5 update readme avitasia 2026-04-07 11:34:37 -07:00
  • a86e257de5 refactor and add SetLocalRaidTargetIndex + GetRaidTargets avitasia 2026-04-07 11:27:39 -07:00
  • 5560036cdc fix IsSpellInRange for more targets, add more icds avitasia 2026-04-03 12:22:09 -07:00
  • 0abf6be5e7 add more icds avitasia 2026-04-02 09:48:19 -07:00
  • a41fb80abc show cooldown, proc chance, and ICD info in item tooltips avitasia 2026-04-01 12:53:24 -07:00
  • aea37f99e3 clear spell slot caches on pet change avitasia 2026-04-01 08:13:48 -07:00
  • 9c46553a0b bump version avitasia 2026-03-30 08:44:01 -07:00
  • ce7aff7a71 treat autoshot as special spell avitasia 2026-03-30 08:42:00 -07:00
  • 72d6b96b19 fix missing spell charges information in inventory functions avitasia 2026-03-22 10:24:25 -07:00
  • 368b7a6f22 update readme avitasia 2026-03-22 09:53:37 -07:00
  • ddd6758348 fix spell functions that looked up spell name -> spell id sometimes using incorrect spell ranks after changing specs avitasia 2026-03-21 21:50:38 -07:00
  • bbc029beaf working party member info fallback avitasia 2026-03-19 21:37:33 -07:00
  • 56d0952cdc fix GetUnitData/GetUnitField on invisible raid members for some info avitasia 2026-03-19 10:27:43 -07:00
  • 6d18fbdbbb handle unicode filenames in import/export avitasia 2026-03-17 09:00:21 -07:00
  • 0ecf1b2346 update map avitasia 2026-03-10 15:04:11 -07:00
  • 7a325adfda remove pvp restrictions as they are pointless avitasia 2026-03-10 14:58:44 -07:00
  • 88dc717c91 add GetSpellRangeData, restrict some functions/events in PVP avitasia 2026-03-10 12:53:18 -07:00
  • a82e8d8be4 add events for environmental dmg, damage shield, dispels avitasia 2026-03-09 10:19:09 -07:00
  • 208c617e26 fix regular raid messages not looking at NP_ChatBubblesRaid cvar avitasia 2026-03-06 08:18:13 -08:00
  • 58d56178ad add chat bubble options, store reaction states for greater demons, check if spell is missing from dbc in castspell avitasia 2026-03-05 15:15:48 -08:00
  • f279bb19f8 add new file commands, other small fixes avitasia 2026-03-03 14:23:12 -08:00
  • 97ba0ff2f4 add ability to save autocasts for greater demons add CastSpellNoQueue default to current target in SPELL_CAST_EVENT avitasia 2026-03-02 08:45:08 -08:00
  • 6c511db61b bump major version for rename avitasia 2026-02-27 12:57:48 -08:00
  • 3ea6edfb0f rename UnitGUID -> GetUnitGUID to avoid breaking AI voiceover avitasia 2026-02-27 12:56:08 -08:00
  • 18045d602f fix luaSlot not handling hidden buffs on BUFF/DEBUFF event, add IsAuraHidden function avitasia 2026-02-27 11:27:07 -08:00
  • ccea6956cd fix CastType in readme avitasia 2026-02-22 20:53:45 -08:00
  • 86d0c47778 Add KEY_UP/DOWN events, implement GetGUIDFromName support for owner/target/pet/mark, bug fixes avitasia 2026-02-22 13:44:55 -08:00
  • a54af0b960 fix packedguid parsing, add corpse info to spell start and spell go, refactor avitasia 2026-02-20 16:06:36 -08:00
  • 91e1892146 fix typo avitasia 2026-02-20 12:16:28 -08:00
  • 16afba6c37 remove debugging statements that were missed avitasia 2026-02-20 12:11:00 -08:00
  • cbeafea450 add fine grained control of UNIT_* events and new UNIT_*_GUID versions of key events avitasia 2026-02-20 08:44:08 -08:00
  • 5c50dfa25e fix GetItemStats for non english languages, refactor some item scripts avitasia 2026-02-18 16:56:46 -08:00
  • e92c222ac0 add duration+spellType args to SPELL_START events to make it easier to handle channeling spells for other players add GetSpellDuration avitasia 2026-02-17 17:53:06 -08:00
  • ab8c0b9a9f add ability to pass unitstr to CastSpellByName 2nd param, add SetMouseoverUnit avitasia 2026-02-16 12:12:14 -08:00
  • 13b2bd0d3c add PlayerisMoving/Swimming/Rooted functions avitasia 2026-02-15 10:36:21 -08:00
  • f4a4ce5bb4 fix guids not being string, add LearnTalentRank avitasia 2026-02-12 16:10:07 -08:00
  • c094fdd5e8 add CancelPlayerAuraSpellId/CancelPlayerAuraSlot avitasia 2026-02-12 09:10:14 -08:00
  • a7d2cd4fa6 include spellId in UPDATE_DURATION events to indicate refreshes fix guid in GetCastInfo avitasia 2026-02-10 20:54:49 -08:00
  • b45185317c update readme avitasia 2026-02-10 10:05:51 -08:00
  • a39ba6d2ce fix stacks removed not triggering BUFF_REMOVED events and add additional state arg avitasia 2026-02-10 10:03:35 -08:00
  • d61c9ce0ed add GetSpellPower fn and SPELL_MISS events avitasia 2026-02-09 21:09:48 -08:00
  • 5ee9e492a4 remove spellId from duration events as it isn't accessible yet avitasia 2026-02-09 12:54:53 -08:00
  • 983ea93c71 remove accidental debug log add auraSlot to buff/debuff events add buff/debuff duration events add GetPlayerAuraDuration avitasia 2026-02-09 12:24:32 -08:00
  • 453e656e3e add getammo function avitasia 2026-02-07 09:02:55 -08:00
  • 9a340d6357 add ability to get nameplate guid using getName(1) avitasia 2026-02-06 08:51:37 -08:00
  • 5629c869d4 fix spell_failed_other not working avitasia 2026-02-03 08:17:33 -08:00
  • 5d5c530517 rename GetItemTexture and GetSpellTexture to GetItemIconTexture/GetSpellIconTexture to avoid conflict avitasia 2026-02-02 18:00:59 -08:00
  • 4e25ef66a2 add new texture functions, fix tooltip/description missing on spellrec avitasia 2026-02-02 08:49:30 -08:00
  • 701b0a3c98 add new heal and energize events avitasia 2026-01-20 17:58:51 -08:00
  • a4963e01dc add spell start/go/failed/delayed/channel events avitasia 2026-01-14 18:45:58 -08:00
  • f85e0c0156 correct readme avitasia 2026-01-13 11:52:17 -08:00
  • 0b4663a300 update readme avitasia 2026-01-11 12:34:24 -08:00
  • c45e8796bd update readme avitasia 2026-01-11 12:33:26 -08:00
  • a0c321b192 add auto attack events avitasia 2026-01-11 12:28:31 -08:00
  • d55dc6e693 update readme avitasia 2026-01-10 12:56:06 -08:00
  • 0fbcf6e6c8 fix/improve target logic in SPELL_AURA_CAST events avitasia 2026-01-10 12:45:30 -08:00
  • 9004208b7d fix GetBagItems when not all bank slots filled avitasia 2026-01-07 07:32:08 -08:00
  • c847cef874 Merge pull request 'settable gets called outside' (#13) from Mats391/nampower:master into master avitasia 2026-01-07 15:09:49 +00:00
  • 92808e184c settable gets called outside Mats391 2026-01-07 11:28:14 +01:00
  • 5573ce5f0c fix bugs with GetBagItems and remove begin cast event avitasia 2026-01-02 16:41:39 -08:00
  • f7d8a0a002 Merge pull request 'Added optional bagIndex parameter to GetBagItems()' (#11) from Mats391/nampower:specificBagItems into master avitasia 2026-01-02 23:14:43 +00:00
  • acbc784afb Merge pull request 'New event fo begin casting' (#12) from Mats391/nampower:BeginCastEvent into master avitasia 2026-01-02 23:14:26 +00:00
  • 95f134f42d fix target in AURA_CAST events avitasia 2026-01-02 14:17:48 -08:00
  • 92e91ad50e Added documentation Mats391 2025-12-31 10:26:56 +01:00
  • cf45f26d5a Renaming to Begin Cast Mats391 2025-12-30 18:09:44 +01:00
  • b0bf8c8812 Adding new event for sending spell Mats391 2025-12-30 17:56:00 +01:00
  • 0e03427296 Convert to 0 based index Mats391 2025-12-30 17:28:51 +01:00
  • b1f21bd750 Fixing navigation Mats391 2025-12-30 17:22:25 +01:00
  • c5ad4e0ed9 Return error for invalid bags Mats391 2025-12-30 17:14:36 +01:00
  • f0b5473945 Updating documentation Mats391 2025-12-30 17:14:02 +01:00
  • f6c280fa1f Evaluating -1 bank as well Mats391 2025-12-30 17:13:52 +01:00
  • 7ef1ab1030 Bank bags go 5 to 9 Mats391 2025-12-30 16:54:55 +01:00
  • 72f698f95e Getting content of specific bags only Mats391 2025-12-30 16:53:13 +01:00
  • 69e0b07944 make initial hooks more robust by retrying on error avitasia 2025-12-29 20:08:58 -08:00
  • 7825e5566e update readme avitasia 2025-12-29 13:41:24 -08:00
  • 0368dd69b2 improvements to disenchant all and cast retry logic avitasia 2025-12-29 13:35:51 -08:00
  • 84520d1c20 refactor and make DisenchantAll default to ignoring soulbound avitasia 2025-12-26 15:10:20 -08:00
  • d9e764181c add nice error msg if they don't have disenchant avitasia 2025-12-26 13:30:50 -08:00
  • c5b4549044 update readme avitasia 2025-12-26 13:13:07 -08:00
  • bd9049f8bc add logging and disenchant all ability avitasia 2025-12-26 13:04:16 -08:00
  • 960239c4b7 fix getbagitems and improve performance of getbagitems and gettrinkets avitasia 2025-12-24 13:04:09 -08:00
  • 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 avitasia 2025-12-23 10:23:09 -08:00
  • f1a278fef0 hopefully fix race condition on startup avitasia 2025-12-20 08:23:53 -08:00
  • 416dfdaeee create map for debugging avitasia 2025-12-19 17:11:52 -08:00
  • 4f68a7d60b Update EVENTS.md avitasia 2025-12-18 22:24:40 +00:00
  • e7f4bc9ae5 update readme avitasia 2025-12-18 13:29:39 -08:00
  • 68512b73fb add UseItemIdOrName, UseTrinket, GetTrinkets, and AURA_CAST events avitasia 2025-12-18 13:23:55 -08:00
  • 163b4db361 switch to table references to reduce memory usage avitasia 2025-12-17 09:27:25 -08:00
  • a0751ccf19 refactor + add cast and cooldown functions avitasia 2025-12-16 10:30:16 -08:00
  • b381cd5511 add new convenience functions for inventory and queue bugfix avitasia 2025-12-15 12:05:12 -08:00