CurseForge Register Sign In

Authors CurseForge

  • Dashboard
  • Forums
  • Paste
  • Knowledge Base
  • Reward Store
Desktop View
  • Home
  • Member List
  • _ForgeUser139744's Profile
  • Send Private Message
  • View _ForgeUser139744's Profile
  • _ForgeUser139744
  • Registered User
  • Member for 14 years, 3 months, and 6 days
    Last active Wed, Jun, 21 2017 07:31:29
  • 0 Followers
  • 101 Total Posts
  • 0 Thanks
  • Posts
  • Threads
  • Forum Posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next
  • View _ForgeUser139744's Profile

    0

    Apr 16, 2013
    _ForgeUser139744 posted a message on RoleCall
    http://www.wowace.com/addons/rolecall/

    RoleCall allows you to easily see the talent specializations and roles of everyone in your group. Additionally, it allows you to set all group members' roles based upon their talent specializations, and to report to the group if specs and assigned roles don't match. Further, you can view specific talent and glyph choices for each group member.
    Posted in: General AddOns
  • View _ForgeUser139744's Profile

    0

    Mar 14, 2013
    _ForgeUser139744 posted a message on Grid - Don't show Curse, Disease, Poison
    You should file a ticket:
    http://www.wowace.com/addons/grid/tickets/

    BE SURE that you attach your saved variables.
    Posted in: AddOn HELP!
  • View _ForgeUser139744's Profile

    0

    Mar 8, 2013
    _ForgeUser139744 posted a message on UnitSetRole is now protected??
    Did you check HasLFGRestrictions()?
    Posted in: Lua Code Discussion
  • View _ForgeUser139744's Profile

    0

    Feb 11, 2011
    _ForgeUser139744 posted a message on Hide frames in combat?
    You can't. The best you can do is hide your frames when combat ends.
    Posted in: Lua Code Discussion
  • View _ForgeUser139744's Profile

    0

    Nov 21, 2010
    _ForgeUser139744 posted a message on [Grid] Modules: Threat,RaidIcons,MTs / Indicators: Text3,SideIcons
    Quote from jangkyo
    Do you update the GridStatusTargetName can do?


    Please try r34.
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Nov 7, 2010
    _ForgeUser139744 posted a message on Grid — compact party/raid unit frames
    Quote from james31
    I want to define a buff aura twice. Beacon of Light (my own) and Beacon of Light (anyones). Obviously you can only define an aura once in Grid. Needs to be twice since............ I want to have each indicator in a different place.


    GridStatusAurasExt may be what you're looking for.
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Nov 7, 2010
    _ForgeUser139744 posted a message on Grid — compact party/raid unit frames
    Quote from james31
    Like the new tabs btw - frame tab overfills a bit though
    http://img10.imageshack.us/img10/6290/wowscrnshot110710100854.jpg


    This is an issue with the new tabbed Grid options and some Grid plugins, and is still being investigated. Could you disable your Grid plugins and enable them one by one to determine which it is, and post its name? In my case, it's GridIndicatorSideIcons.
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Oct 30, 2010
    _ForgeUser139744 posted a message on Grid — compact party/raid unit frames
    Quote from blue442
    I have a question, i used to be able to right click on the grid button icon to adjust groups [for battlegrounds, ie:10m, 15m, 40m] without opening the entire menu. has the right click functionality been permanently removed from the icon, or am i missing something.

    it was a lot quicker to adjust groups this way then opening the entire menu. Personal preference.

    Just curious if it was by design.
    Thanks


    Grid no longer provides a menu as the underlying menu library depends upon Ace2. Have you considered setting up different profiles for different group configurations?
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Oct 30, 2010
    _ForgeUser139744 posted a message on Grid — compact party/raid unit frames
    Quote from Mists
    Is it still possible to assign a status to the health bar in Grid? I've been looking for the option but can't find it anymore.


    Did you check "Enable Health Bar Color indicator" under Frame?
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Oct 30, 2010
    _ForgeUser139744 posted a message on [Grid] Modules: Threat,RaidIcons,MTs / Indicators: Text3,SideIcons
    Quote from Chasim
    Thanks, but I am using GridIndicatorSideIcons and the "default" Grid "Low Mana Warning" which does have an indicator (purple by default). When the indicator is assigned something other than the GridIndicatorSideIcons right, it works (at least in the default lower left corner).


    Note I said it didn't have an icon. It does have a color. When you assign it to the lower left corner (using basic Grid functionality), it displays the color. GridIndicatorSideIcons, as the name would imply, displays icons.
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Oct 29, 2010
    _ForgeUser139744 posted a message on LibHealComm-4.0
    LibHealComm-4.0 has been end-of-lifed in favor of the new Blizzard healing functions and callbacks.
    Posted in: Libraries
  • View _ForgeUser139744's Profile

    0

    Oct 28, 2010
    _ForgeUser139744 posted a message on LibTalentQuery-1.0
    Quote from lordvance

    GroupTalents:UnitHasTalent(unitid, blackArrow, 2)


    To ease localization, you should use GetSpellInfo(). Also, the group parameter refers to mainspec / offspec. Just omit it if you are querying their current spec.

    local blackArrow = GetSpellInfo(3674)
    GroupTalents:UnitHasTalent(unitid, blackArrow)
    Posted in: Libraries
  • View _ForgeUser139744's Profile

    0

    Oct 27, 2010
    _ForgeUser139744 posted a message on GridStatusRaidDebuff
    The license is listed as "All Rights Reserved" so it can't be reassigned. I sent a forum PM to Azethoth a week ago asking him to review it, bump the toc, and tag it for release. It looks like he hasn't logged in since. If I don't hear back soon, I'll bump the toc and petition an admin to tag it.
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Oct 27, 2010
    _ForgeUser139744 posted a message on [Grid] Modules: Threat,RaidIcons,MTs / Indicators: Text3,SideIcons
    Quote from Chasim
    For SideIcons, I can't get a side icon to work. Specifically, I am trying to use the right-side to show the low mana indicator but it does not work.


    GridStatusMana doesn't have an icon, so GridIndicatorSideIcons can't display it. Perhaps GridIndicatorSidePlus will do what you need.
    Posted in: Grid & Grid2
  • View _ForgeUser139744's Profile

    0

    Oct 19, 2010
    _ForgeUser139744 posted a message on GridStatusRaidDebuff
    Quote from Alakabaster
    Here's the content for the ruby sanctum btw:


    I committed suicidalkatt's RS list, as his was more comprehensive. Try the latest alpha.
    Posted in: Grid & Grid2
  • To post a comment, please login or register a new account.
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next
  • Product
    • Overwolf platform
    • Appstore
    • Download Overwolf
  • Developers
    • Getting started
    • Documentation
    • Apply for funding
  • Partners
    • Advertise on Overwolf
    • Partner with us
    • Influencers
  • Company
    • About us
    • Our story
    • Commitment to gamers
    • Blog
    • Career
  • Resources
    • Help & support
    • Terms of service
    • Privacy policy
    • Brand guidelines