• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

RangeX

 

Project Updated:
Files Updated: Fri, Sep 25 2009
Supports Game Version: 3.2.0
Category: Buffs & Debuffs, and Combat
Tags:

, , , , , and [Edit Tags]

Project Manager: yury2808
Additional Authors: No additional authors
Current Version: RangeX v2.3.2
License: Public Domain
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 8
Downloads Total: 5,194
Favorites: 13
Comments: 33
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About RangeX
  •  

The main purpose of this addon WAS to help player easily see, which spells/attacks can reach the target. Every class have multiple spells/attacks with different ranges, using these RangeX can make it's job.

But then, it was grown to the point, when I realized, that I need to see some spells my character posess. So, I made it tracking some of these :)

RangeX options are fully integrated into Blizzard's UI of WoW and are highly cusomizable.

Long story short: distances, buffs, spells. All I was needed personally and think could be usefull for someone else.

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  RangeX v2.3.2 Release 3.2.0 593 9/25/2009
  RangeX v2.3.1 Release 3.2.0 72 9/24/2009
  RangeX v2.3.0 Release 3.2.0 180 9/15/2009
  RangeX v2.2.8 Release 3.2.0 394 8/25/2009
  RangeX v2.2.7 Beta 3.2.0 138 8/6/2009
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • yury2808 said

    New version out: "arena" zone added in options. Did not tried it myself, but it SHOULD work. Good luck!

    Reply Report Permalink
  • drivestun said

    Can someone help. I love this Add-on, but I can't get it to work in arena! I tried turning off Blizz's arena u/i, but still doesn't work. Please help. Tia

    Reply Report Permalink
  • yury2808 said

    Hi,
    I've never tried arena myself, but only thing come to my mind is to check the settings about "zones", where addon works. Maybe "arena" is of the zone class, which is "off" by default?

    Reply Report Permalink
  • drivestun said

    Hi Yury, Thanks for reply. No, not the "zone" setting, as I have them all "on". Hmmm.. any other ideas? Tia

    Reply Report Permalink
  • yury2808 said

    No ideas so far... I'll check the WoW API for "arena" zone.. maybe it's of kind, which I was not exposed.

    As a quick (possible) fix, you can try this:

    1. go to the addon folder (.../wow/interface/addons/rangex)
    2. find out "zone.lua" file and open it in notepad
    3. go to line 4 (function enabledZone( name ) )
    4. edit it like this:

    function enabledZone( name )
    -- for now, the addon SHOULD work in every zone
    return true
    end

    ps. btw, by "not working in arena" - what you mean exactly? it does not show anything or maybe crash?

    Reply Report Permalink
  • drivestun said

    Yury,
    I tried your new version and you fixed it! Works great in arena!!! thanks so much, you're awesome!!

    Reply Report Permalink
  • yury2808 said

    I've made a new patch for addon: 2.2.6.4 and a I hope, that problem with in RXEX.lua is gone.

    For these, who are interested in LUA programming, little description:
    It was a change in array done while iterating using pairs(array) - sometimes it works, sometimes it don't. I made an intermediate arrays, which track changes in "main" one while iterating.

    At least, I could not catch a problem anymore on both of my computers...

    Reply Report Permalink
  • yury2808 said

    Sorry guys, I was on vacation: could not fix it yet. Will do ASAP! Stay tuned.

    Reply Report Permalink
  • JaimSandar said

    I'm seeing pretty much the same error. It pops up eventually after logging on, not sure what is prompting it.

    [2009/07/12 11:58:25-2453-x1]: invalid key to 'next':
    : in function `(for generator)'
    RangeX-2.2.6.3\plugins\RXEX.lua:67: in function `Proceed'
    RangeX-2.2.6.3\plugins\RXUP.lua:13: in function

    Reply Report Permalink
  • cathbhad said

    Error occured in: Global
    Count: 1
    Message: invalid key to 'next'

    Don't know if its related but found this about something apparently similar

    However, Direct3D caused it to break given the identical Lua
    code. After his night-of-debugging (NOD), making the Direct3D device
    use consistent floating point instead of fast floating points (doubles
    instead of floats) fixed it. I have no clue how this issue resulted
    in "invalid key to 'next'" O_o

    Post is : http://n2.nabble.com/invalid-key-to-%27next%27-td2963806.html

    Reply Report Permalink
  • Fermat said

    Date: 2009-06-21 15:29:43
    ID: 4
    Error occured in: Global
    Count: 1
    Message: invalid key to 'next'
    Debug:
    [C]: ?
    [C]: (for generator)()
    RangeX\plugins\RXEX.lua:67: Proceed()
    RangeX\plugins\RXUP.lua:13:
    RangeX\plugins\RXUP.lua:11
    AddOns:

    Reply Report Permalink
  • copper1956 said

    This is an awesome addon. I love the filter part most, GUI imo looks like unnecessary addition :) I would add to filters checks (1) if some spell/item/ability on CD and how long (2) how long time left/is on buff/debuff.

    PS. Аддон знатный, давно хотел что-либо подобное. Причем именно фильтры это то, что нужно.

    Reply Report Permalink
  • yury2808 said

    Copper,

    "auraleft" - check for aura (buff) left in seconds.
    "spellcdl" - same for spell
    "debuffcdl" - debuff left in seconds

    It seems, I made most of your advices already. No sure if it will satisfy it all, but... just tell me how to make it better, and I will!

    Btw, I've got some ideas to separate the "filter" thing from addon itself, to make it somehow a "library" for others. But with no UI representation of filter working - it have no meaning so far... Maybe I just don't see it now?

    Everybody, who wants MORE about it - contact me directly at Juri.Zenkevits@gmail.com

    ps. больше советов - больше энтузиазма у меня сделать что-то для аддона, а то чего-т заскучал :)

    Reply Report Permalink
  • yury2808 said

    2.2.6
    Found problem with shaman temporary weapon enchants and raid/bg. Fixed. Some UI fixes, regroupings and other improvements.

    Reply Report Permalink
  • flux83 said

    With this latest version, icons are no longer being displayed for me. I used a fresh install and even tried unchecking/rechecking the icon option.

    Reply Report Permalink
  • yury2808 said

    Yes, I found the problem affecting the icon is never shown on main range distance, thanx for report !

    ps. personally, I do not use icons there, so I haven't noticed this :}

    Reply Report Permalink
  • yury2808 said

    2.2.5
    Bug fixes, options UI regrouped - tabs under tabs, to minimize the amount of options visible at once.

    Reply Report Permalink
  • yury2808 said

    2.2.3

    Buff/debuff bug fixed. Added option to see cooldown as bar. Some other fixes.

    Reply Report Permalink
  • yury2808 said

    Btw, guys. If someone likes the idea of "filter" I've got in this addon - tell me how to improve it. Along with ANY other ideas. I really like to code for WoW :)

    Reply Report Permalink
  • yury2808 said

    2.2.2

    Check for mounted added. Some bugfixes. More short filters (check filters.txt for info)

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 26,373 Deadly Boss Mods Boss Encounters, and Combat
  2. 16,221 HealBot Continued Buffs & Debuffs, Class, and...
  3. 8,355 Recount Combat
  4. 3,303 Decursive Buffs & Debuffs, Boss Encounters...
  5. 3,116 PallyPower Buffs & Debuffs, and Paladin