CurseForge Register Sign In

Authors CurseForge

  • Dashboard
  • Forums
  • Paste
  • Knowledge Base
  • Reward Store
Desktop View
  • Home
  • Member List
  • _ForgeUser1198308's Profile
  • Send Private Message
  • View _ForgeUser1198308's Profile
  • _ForgeUser1198308
  • Registered User
  • Member for 12 years, 3 months, and 22 days
    Last active Fri, Oct, 4 2013 21:32:22
  • 0 Followers
  • 221 Total Posts
  • 0 Thanks
  • Posts
  • Threads
  • Forum Posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 15
  • Next
  • View _ForgeUser1198308's Profile

    0

    Aug 6, 2008
    _ForgeUser1198308 posted a message on Post useful/interesting DogTag-1.0 sequences here
    Here's a nice one I've made. It's similar to the buff display in PerfectRaid:

    [(not InCombat(unit="player") ? [Class(unit="player") = "Druid"] ? not HasAura("Mark of the Wild") and not HasAura("Gift of the Wild") ? "MotW") (not InCombat(unit="player") ? [Class(unit="player") = "Mage"] ? not HasAura("Arcane Intellect") and not HasAura("Arcane Brilliance") and IsMana ? "Int") (not InCombat(unit="player") ? [Class(unit="player") = "Priest"] ? not HasAura("Power Word: Fortitude") and not HasAura("Prayer of Fortitude") ? "Fort")]
    Posted in: Unit Frames
  • View _ForgeUser1198308's Profile

    0

    Aug 2, 2008
    _ForgeUser1198308 posted a message on PitBull 2.0
    I think the way to do this is
    [Unit Frame] > Texts > Other > New Text
    Posted in: Unit Frames
  • View _ForgeUser1198308's Profile

    0

    Aug 2, 2008
    _ForgeUser1198308 posted a message on Individual Party Unit Frames
    Pitbull and agUF have an option to make party frames move horizontally but they can't be moved around individually.

    If that's what you want then you'll have to wait a month or two do it with an Unit Frames addon I'm releasing ;-)
    Posted in: Unit Frames
  • View _ForgeUser1198308's Profile

    0

    Jul 28, 2008
    _ForgeUser1198308 posted a message on Parenting to Pitbull
    One possibility is to go into Pitbull and add in a function and also add a variable to set when you create a frame.

    Example in bad lua with wrong function names:
    Pitbull:CreateUnitFrame(unitName)
    self.frameName[unitName] = "PitbullUnitFrame" .. numba
    ....
    end

    Pitbull:GetFrameName(unitName)
    return self.frameName[unitName]
    end

    This would allow you to: Pitbull:GetFrameName("target"):SetParent(Pitbull:GetFrameName("player")) or similar
    Posted in: Unit Frames
  • View _ForgeUser1198308's Profile

    0

    Jul 28, 2008
    _ForgeUser1198308 posted a message on QuickHealth
    FYI, you're download link for the XPerl Download is wrong.

    libQuickHealth-1.0 ⇒ LibQuickHealth-1.0
    Posted in: General AddOns
  • View _ForgeUser1198308's Profile

    0

    Jul 27, 2008
    _ForgeUser1198308 posted a message on QuickHealth
    Any chance we could get a LibDogTag-QuickHealth-3.0 ?
    Posted in: General AddOns
  • View _ForgeUser1198308's Profile

    0

    Jul 17, 2008
    _ForgeUser1198308 posted a message on Skinner
    It's been a while, but I got some more addons for you to skin =)

    Diamond Threat Meter:
    DTM_GUI_TargetThreatList
    DTM_GUI_FocusThreatList
    DTM_GUI_PlayerRegainList
    DTM_GUI_PlayerOverviewList

    ag_UnitFrames:
    aUFplayer
    aUFtarget
    aUFtargettarget
    aUFfocus

    aUFpartyUnitButton .. i
    aUFgroupUnitButton .. i
    Posted in: General AddOns
  • View _ForgeUser1198308's Profile

    0

    Jul 12, 2008
    _ForgeUser1198308 posted a message on JWowUpdater - A new java addons updater for ace2
    rolfba, is there any chance you would consider adding in a change log for curse addons? (Not sure if other sites support it)
    Posted in: Updaters
  • View _ForgeUser1198308's Profile

    0

    Jul 3, 2008
    _ForgeUser1198308 posted a message on LibKeyBound-1.0
    Quote from Tuller »

    So, why don't we make right click the normal key to clear bindings? I've run into a couple instances of people who actually use escape as a normal binding.

    Big issue would obviously be mac users. Option + click for them?


    Control-click, actually, but Macs handle this internally ;-)
    Posted in: Libraries
  • View _ForgeUser1198308's Profile

    0

    Jun 25, 2008
    _ForgeUser1198308 posted a message on Could Recount optionnaly take deranking into account ?
    I like it.
    Posted in: AddOn HELP!
  • View _ForgeUser1198308's Profile

    0

    Jun 22, 2008
    _ForgeUser1198308 posted a message on dgks - dG KillShot notifier
    Is there any reason you're not using LibSink?
    Posted in: General AddOns
  • View _ForgeUser1198308's Profile

    0

    Jun 6, 2008
    _ForgeUser1198308 posted a message on Dominos - A main actionbar replacement
    Bargos++;
    Posted in: General AddOns
  • View _ForgeUser1198308's Profile

    0

    Jun 4, 2008
    _ForgeUser1198308 posted a message on Cant get my pitbull portrait to work
    Double posting won't get you an answer faster.

    Make sure the "Portraits" module is loaded.
    Posted in: Unit Frames
  • View _ForgeUser1198308's Profile

    0

    Apr 29, 2008
    _ForgeUser1198308 posted a message on Is there an addon to see enemy HP in battlegrounds?
    I would use LibMobHealth-4.0(http://files.wowace.com/LibMobHealth-4.0/LibMobHealth-4.0.zip)

    I believe with LibMobHealth-4.0 you don't have to hit them as long as they are your target or focus.
    Posted in: Addon Ideas
  • View _ForgeUser1198308's Profile

    0

    Apr 14, 2008
    _ForgeUser1198308 posted a message on ZOMGBuffs Official Thread
    Quote from Zeksie »

    I take it you mean in BGs? You can enabled the "Singles in BGs" option on the Behaviour sub-menu.

    If you mean in general, I guess I'll have to add another option.


    Yeah, I do mean in general. If you could do that that would be great =) If not it's cool
    Posted in: General AddOns
  • To post a comment, please login or register a new account.
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 15
  • 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