Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/followingthefasciaplane/findhiddenspells
WoW Addon for 10.1.5 Dragonflight that scans every spellID in the game for whether your player can put it on their actionbar and lists out IDs and names of spells that Blizzard's WoW API considers "usable" on your character. For finding potentially hidden spells.
https://github.com/followingthefasciaplane/findhiddenspells
addon archvaldor dragonflight elitepvpers emulation hidden lua ownedcore private-server pserver rextroy spells trinitycore world-of-warcraft wow
Last synced: about 2 months ago
JSON representation
WoW Addon for 10.1.5 Dragonflight that scans every spellID in the game for whether your player can put it on their actionbar and lists out IDs and names of spells that Blizzard's WoW API considers "usable" on your character. For finding potentially hidden spells.
- Host: GitHub
- URL: https://github.com/followingthefasciaplane/findhiddenspells
- Owner: followingthefasciaplane
- Created: 2023-07-13T16:32:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T21:51:03.000Z (5 months ago)
- Last Synced: 2024-09-08T22:50:26.960Z (5 months ago)
- Topics: addon, archvaldor, dragonflight, elitepvpers, emulation, hidden, lua, ownedcore, private-server, pserver, rextroy, spells, trinitycore, world-of-warcraft, wow
- Language: Lua
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FindHiddenSpells
WoW Addon for 10.1.5 Dragonflight that scans every spellID in the game for whether your player can put it on their actionbar and lists out IDs and names of spells that Blizzard's WoW API considers "usable" on your character. For finding potentially hidden spells.Must be run out of combat
![Wow_fFUUA6cKPe](https://github.com/followingthefasciaplane/FindHiddenSpells/assets/115037920/1529e3cf-3a9e-4f3a-b5c0-15436f60007b)
Credits to Strath2121 on Ownedcore for the original function. I modified a few things.