-
Notifications
You must be signed in to change notification settings - Fork 6
Changelog
balakethelock edited this page Nov 22, 2024
·
9 revisions
- First release
- Fixed bug causing crash with SetMouseoverUnit
- CastSpellByName is now reverse compatible & can once again accept 1, 0, true, or false as OnSelf flags, in addition to the custom targeting by unit string.
- Added SelectionCircleStyle CVar.
-
- "1" == default classic style
-
- "2" == full circle style
-
- "3" == pointed circle style
-
- "4" == facing classic style
-
- If you want to use styles 2 or 3 you have to download the textures here
- Fixed bug with strings being turned to lowercase
- Added UncapSounds CVar. Set to "1" to remove the hardcoded soundchannels limit (you still have to set software sound channels to a high number if you want the max number of soundeffects played by the game)
- added new unit "mark1" to "mark8" that selects the corresponding target marker. explanation: UnitName("mark8") returns the name of the unit marked skull
- Fixed UnitExists function (the invisible target bug)
- Fixed UnitBuff and UnitDebuff returning negative spell id.
- Fixed some crashes with custom spells
- Better compatibility with spell links of various addons. Now all spells use "enchant:" syntax for their hyperlinks. Update to latest SuperAPI for better support.
- New global variables SUPERWOW_STRING and SUPERWOW_VERSION give version info for addons.
- Autoloot now works on enchanting & pick pocket.
- Added ImportFile and ExportFile functions to both FrameXML and GlueXML.