Releases: allfoxwy/UnitXP_SP3
Releases · allfoxwy/UnitXP_SP3
Fix crash in Hateforge Quarry
UnitXP_SP3.dll:
- Fix targeting function causing game crash in Hateforge Quarry. #4
- Slightly increase nameplates see through wall distance from 8 to 10 yards.
- Performance tuning.
Lua Addon:
- It's no longer an "outdated addon" in 1.12.
Fix "party full" notification
Lua addon:
- Fixed a bug causing "party full" event keep notifying even member didn't change.
Thanks to @OldManAlpha for allfoxwy/UnitXP_SP3_Addon#1
Some Fixes and Adjustments
UnitXP_SP3.dll:
- Added interface to play operating system's event sounds.
Lua addon:
- Fixed Enter combat background notification.
- Added notification for Battlefield is ready.
- Added notification for party is full (not raid).
- Added option to use operating system's default event sound as notification.
- Added Key Bindings menu item for targeting functions.
We now have taskbar icon flash and a Lua addon
UnitXP_SP3.dll:
- Notification interface changed. Check README in repository.
- Notification no longer flash window caption.
Lua addon:
- NEW
- It links certain game event with notification function.
Targeting following vision and raid mark
UnitXP_SP3.dll:
- Targeting functions now follow player camera and only target those mobs in front of camera.
- Added functions to target raid marks.
- World boss targeting now obey line of sight either.
Now we have nearly perfect Classic nameplates
UnitXP_SP3.dll:
- I solved some technical problem, now nameplate's distance/hiding is NEARLY PERFECT like Classic.
- The getTickCount function is deleted, because I no longer need it for nameplate refresh and game provide its own timer function with same capability. Now nameplates need no refresh at all. No flash, no complex switches anymore.
nextEnemyConsideringDistance
andpreviousEnemyConsideringDistance
functions now have a little bit further melee range, increased from 5 yards to 8 yards.
sideload-DLL.dll:
- Now loader would attempt Load procedure in libraries regardless of file names.
Fixed a crash about transports
UnitXP_SP3.dll:
- Fixed a crash when calculating line of sight on transports. (boat/zeppelin)
dlls.txt:
- By default attempt to load VanillaFixes, nampower, SuperWoW, VanillaMultiMonitorFix and of course UnitXP_SP3.
sideload-DLL.dll:
- No longer display error message when fail to load a mod.
Shouldn't target critter
UnitXP_SP3.dll:
- No longer targeting critter.
Rework targeting and add Notify function
UnitXP_SP3.dll:
- Targeting functions are reworked. They need more test. If you have issue or suggestion, please be kind to tell me.
- Added operating system notify function. It would flash WoW window and taskbar icon.
TAB key now works
UnitXP_SP3.dll:
- Add new targeting function to replace default TAB
sideload-DLL.dll:
- Loader would self-eject itself from game when job is done
- Loader would read
dlls.txt
to load mods. It should work the same way as VanillaFixes loader. Thanks to hannesmann.