Thread Tools Display Modes
07-14-16, 08:01 AM   #1
Stanzilla
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 34
IsSpellInRange bugged for DH ability

Test: Walk up to a mob in melee range and do /dump IsSpellInRange("Shear", "target")

http://i.imgur.com/prxtoxt.jpg
 
07-14-16, 09:32 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
IsItemInRange and IsSpellInRange are extremely prone to bugs, and have been for years, I doubt they'll fix it this time around.
 
07-15-16, 04:58 PM   #3
Cybeloras
A Fallenroot Satyr
 
Cybeloras's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 28
Yeah, their perpetual brokenness is what prompted me to make LibSpellRange-1.0 a while back.

Here's the output from it:

Code:
Dump: value=IsSpellInRange("Shear", "target")
empty result
Dump: value=LibStub("SpellRange-1.0").IsSpellInRange("Shear", "target")
[1]=1
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » IsSpellInRange bugged for DH ability

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off