Quantcast
Channel: WoWInterface - Latest Updated list
Viewing all articles
Browse latest Browse all 48801

nRange (Teleport range checker) (0.7.8)

$
0
0
Change Log:
--------------------
08/06/2013
Made a few changes, I honestly don't remember what they were. :)
Fixed a bug from 0.7.6 which caused it to not display the distance.
Started changing how range is stored and called.
Had a strange dream I uploaded code last night, caused me to upload code that was broke,
that was pretty awesome. :/

07/29/2013
Fixed UNIT_SPELLCAST_SUCCEEDED call. Apparently, I formated my conditional incorrectly and it was setting
stuff it should set whenever a spell was cast.
Added distance checking, it's sloppy, it's straight from Astrolabe with help from kjado(EchoPort) with minor changes from me.
added nRange_GetDistance for checking the distance of our ping
We now listen for the events dealing with minimap zoom updates and pings
Added new text nRangeDistance
Probably a few things I forgot about. I'm awesome like that.

05/22/2013
Updated for patch 5.3
Some other things I don't remember

04/04/2013
Players should only get cached if they aren't cached already instead of clearing anyways on full cache.(Not that it matters)
Changed max cache to 5

03/11/2013
Version change
Uploaded to WoWI/Curse, sorry, I was busy the past week and a half

02/26/2013
Fixed it showing in vehicles and whatnot
Removed a debug message from the communication module

02/23/2013
Finished(I hope) the version tracking, took a while, i don't have many friends to test with. :p

02/17/2013
Started version tracking since my last little screw up.
Corrected the cooldown calculation, it was about .5 seconds too slow.
Ack!! Moved the UnitInVehicle call in nRange_IsActive to the beginning of the function. Fixes it not displaying at all

02/16/2013
Shouldn't show when you're in a vehicle on a monk any longer. lol
nRange_SetMessage(int) sets the spell icon to NULL so we don't have it flashing when we use abilities,
a better fix would be to actually just fix whatever is causing it to flash when an ability is used.
Removed GetSpell...

Description:
--------------------
This will notify you whether you're in range or out of range of Demonic Circle or Transcendence. If your spell is on cooldown, it'll show that along with a timer on how much time is left on the cooldown.


The cooldown will be correct with or without the glyph now.
It doesn't matter how far away you get from your portal, it'll stay active as long as you have the buff.
When you die or change zones that removes your buff, it'll hide itself.


Monks, I'm sure there's going to be some bugs with. It was a pain in the rear to get it working but I did.
When you get too far away from your clone and it despawns, the addon will hide itself as would be expected
If you die or change zones, it gets hidden, that's all there is to it.

Configuration is handled by /nrange.

Any further configuration can be done by editing the nRange.lua file itself.
https://github.com/nuggs/nRange

Any suggestions, comments or whatever just leave here.

TODO

Add markers to minimap and directional arrows(minimap).
Configurable text/icon/both display.
Add TukUI support
Make it not look so ugly, suggestions, please

Viewing all articles
Browse latest Browse all 48801

Trending Articles