CurseForge Register Sign In

Authors CurseForge

  • Dashboard
  • Forums
  • Paste
  • Knowledge Base
  • Reward Store
Desktop View
  • Home
  • Member List
  • _ForgeUser292617's Profile
  • Send Private Message
  • View _ForgeUser292617's Profile
  • _ForgeUser292617
  • Registered User
  • Member for 13 years, 5 months, and 29 days
    Last active Fri, Oct, 4 2013 21:30:09
  • 0 Followers
  • 387 Total Posts
  • 0 Thanks
  • Posts
  • Threads
  • Forum Posts
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 26
  • Next
  • View _ForgeUser292617's Profile

    0

    Aug 11, 2009
    _ForgeUser292617 posted a message on WoW China Returns With Interesting Changes
    hmm, theres a similar thing happening in germany as well. I had to gift a english version of L4D to a german friend of mine, as the german version is "cut", i.e. no blood, no dismemberment and no ragdolls, which imo makes the game a lot less interesting.
    Posted in: General Chat
  • View _ForgeUser292617's Profile

    0

    Aug 10, 2009
    _ForgeUser292617 posted a message on Failed LoadAddOn "without reason"?
    Quote from Lombra
    Hm, as far as I can tell Ludwig doesn't include uncached items. LinksList includes uncached items and lets me try to cache them. And it also does recipe links.


    http://www.wowinterface.com/downloads/info12306-ItemDataCache.html?
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Aug 7, 2009
    _ForgeUser292617 posted a message on Code Cleanup [Help Please]
    regions[6]:SetTexture("Interface\\AddOns\\SharedMedia\\statusbar\\Empty.tga")

    etc.
    Is a nice easy one, but why fix something that isn't broken?
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Aug 6, 2009
    _ForgeUser292617 posted a message on Squire - lightweight mount helper
    You can fly in wintergrasp when a battle isn't on now.
    Posted in: General AddOns
  • View _ForgeUser292617's Profile

    0

    Aug 5, 2009
    _ForgeUser292617 posted a message on 3.2 Changes
    I do like the design - a persistent frame that changes as you mouseover stuff, and that shows color-coded info - it's just too bad that they made such a major gaffe in the implementation.


    Just use WheresMyCow, it's better than /spew mouse. ^^
    Posted in: General Chat
  • View _ForgeUser292617's Profile

    0

    Aug 2, 2009
    _ForgeUser292617 posted a message on Tracking raid deaths
    http://www.wowwiki.com/API_ChatFrame_AddMessageEventFilter
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Aug 2, 2009
    _ForgeUser292617 posted a message on only mobs not critters
    also you don't need to call tooltip:Show() when hooking the "OnTooltpSet" scripts as the tooltip is redrawn after your hook is called.
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Aug 1, 2009
    _ForgeUser292617 posted a message on Pet and Mount Bags
    Squire (all the cool kids were doing it).
    Posted in: Addon Ideas
  • View _ForgeUser292617's Profile

    0

    Jul 30, 2009
    _ForgeUser292617 posted a message on Tracking raid deaths
    ERR_PLAYER_DIED_S = "%s has died."; -- %s is the player's name

    from the global strings, should work.
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Jul 29, 2009
    _ForgeUser292617 posted a message on Creature Cache
    Is there anyway to query the server for a creature by creatureid?
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Jul 29, 2009
    _ForgeUser292617 posted a message on Saving tables between sessions
    Well you could either create a reverse lookup table.

    i.e.
    local revtbl = {}
    for k, v in pairs(tbl) do
        revtbl[v] = k
    end
    print(revtbl.yellow) --outputs banana


    or just iterate over the tbl till you find the value your looking for.

    i.e.
    for k, v in pairs(tbl) do
       if v == "yellow" then
          print(k)
       end
    end
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Jul 24, 2009
    _ForgeUser292617 posted a message on Escaping characters for a slash command
    http://www.wowwiki.com/API_GetItemInfo
    itemName
    String - The Name of the Item, ex: "Hearthstone"
    The item must have been equiped, in your bags or in your bank once in this session for this to work.

    Is that right?

    Or do you own a Relic Hunter's Cord? because an item I own with an apostrophe is working fine and dandy.
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Jul 24, 2009
    _ForgeUser292617 posted a message on Escaping characters for a slash command
    Instead of defining your own print command why not use the new built in print?

    Anyway it's probably due to Relic Hunter's Cord not being in you Game cache.

    See this http://forums.wowace.com/showthread.php?t=16058 for more details on how to reliably get info from GetItemInfo.
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Jul 21, 2009
    _ForgeUser292617 posted a message on Launching inscription
    You might want to stick this in the toc
    ## LoadOnDemand: 1
    ## LoadWith: Blizzard_TradeSkillUI


    Which will make your mod load when the user opens the tradeskill pane.
    Posted in: Lua Code Discussion
  • View _ForgeUser292617's Profile

    0

    Jul 14, 2009
    _ForgeUser292617 posted a message on i have a question
    replace yourframe with the name of your frame.
    Posted in: AddOn HELP!
  • To post a comment, please login or register a new account.
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 26
  • 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