Skip to content

Releases: allfoxwy/UnitXP_SP3

Fix crash in Hateforge Quarry

02 Nov 16:55
ea88da1
Compare
Choose a tag to compare

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

18 Oct 16:48
681f820
Compare
Choose a tag to compare

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

08 Oct 15:48
bbd935f
Compare
Choose a tag to compare

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

01 Oct 19:05
Compare
Choose a tag to compare

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

28 Sep 08:39
Compare
Choose a tag to compare

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

24 Sep 16:54
Compare
Choose a tag to compare

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 and previousEnemyConsideringDistance 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

22 Sep 16:48
Compare
Choose a tag to compare

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

21 Sep 18:37
Compare
Choose a tag to compare

UnitXP_SP3.dll:

  • No longer targeting critter.

Rework targeting and add Notify function

21 Sep 15:56
Compare
Choose a tag to compare

UnitXP_SP3.dll:

  1. Targeting functions are reworked. They need more test. If you have issue or suggestion, please be kind to tell me.
  2. Added operating system notify function. It would flash WoW window and taskbar icon.

TAB key now works

19 Sep 17:26
Compare
Choose a tag to compare

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.