• 0

    posted a message on Inline Aura - display aura information inside action buttons
    Quote from Adirelle
    So, what is the state of border and glowing highlights in latest beta ? Are they working properly ?


    Perfect for my holy paladin
    Posted in: General AddOns
  • 0

    posted a message on Inline Aura - display aura information inside action buttons
    yes it's working great for my pal again.
    Just one thing that I noticed in Defaults.lua, for paladin you have
    ShowSpecial(
    			"HOLY_POWER",
    			85673, -- Word of Glory
    			[COLOR="Red"]85256, -- Templar's Verdict[/COLOR]
    			53600, -- Shield of the Righteous
    			85222, -- Light of Dawn
    			[COLOR="red"]85256  -- Templar's Verdict[/COLOR]
    		)


    As you can see Templar verdict is here two times in ShowSpecial.
    Posted in: General AddOns
  • 0

    posted a message on Inline Aura - display aura information inside action buttons
    since a few update for holy paladin 'Word of Glory' and 'Light of dawn' no longer have overlay highlight when we reach 3 holy power. I've seen that you made some changes to holy power highlight. Is this intentional?
    Posted in: General AddOns
  • 0

    posted a message on Missing events in CLEU
    I don't know if it's a bug or not but I've found the following:
    • When interrupting Penance from a priest, no SPELL_INTERRUPT event is reported in CLEU.
    • When a 'Power word : Barrier' is cast we got a 'SPELL_SUMMON' event in CLEU but no 'UNIT_DESTROYED' event when it's over. (totem got both 'SPELL_SUMMON' and 'UNIT_DESTROYED' event)

    I can't report this to the US forum as I've only access to EU forum.
    Posted in: Lua Code Discussion
  • 0

    posted a message on Disabling UIScale on a 2560x1600 monitor
    I'm currently playing WOW on a 30" monitor in 2560x1600.

    If I disable UIScaling GetScreenWidth() and GetScreenHeight() respectlively report 1920.x and 1200.y where x and y are decimals that I forgot:p

    I thought that disabling UIScaling would give me a 2560x1600 res for the UI, is there any way for me to achieve this?
    Posted in: AddOn HELP!
  • 0

    posted a message on BigWigs
    Al'aki P3 yell is wrong for french locale:
    it should be :
    L.phase3_yell = "Assez ! Je ne serai pas contenu plus longtemps !"
    Posted in: Raid AddOns
  • 0

    posted a message on BigWigs
    Quote from mojosdojo
    See http://www.wowace.com/addons/big-wigs/tickets/332-map-based-proximity-calculations-broken/

    Not a problem with BW in specific, but a bug with the wow API. Hopefully Blizzard gets a fix out soon.


    Thanks for the info
    Posted in: Raid AddOns
  • 0

    posted a message on BigWigs
    Since 4.1 is live I have some problem with the proximity radar. Some people do not appear at all on the radar even though I'm almost at the same position, this was happening on Chimaeron 25 Heroic and Maloriak 25 Heroic (blue phase), for Maloriak only one people out of the whole raid was displayed on the radar. Can I provide you with some more information to help find the problem?
    Posted in: Raid AddOns
  • 0

    posted a message on Inline Aura - display aura information inside action buttons
    maybe you should try latest alpha r111
    Posted in: General AddOns
  • 0

    posted a message on Squire - lightweight mount helper
    Quote from Adirelle
    I changed the way some mounts are handled in latest alpha, specifically all the dynamic mounts like Headless Horseman's. It should also handle mounts that upgrade to 310% when you learn any natural 310% mounts (like Mimiron's head and druid fast flying form).

    None of my characters has got such mount so I can't test them. Any feedback would be appreciated.


    I just opened ticket #42 about a problem with Celestial steed and X53 flying rocket not correctly detected as 310% mount when you have already a 310% mount.
    Posted in: General AddOns
  • 0

    posted a message on tomQuest2
    I made a small break recently and concentraded on playing instead of coding :)
    I'll get back to coding soon and fix remaining issues.
    Posted in: General AddOns
  • 0

    posted a message on AdiBags - a bag addon
    would it be possible to add an option to increase the height of the bank bag, currently with the settings I have my bank bag is wider than my screen (and I'm on a 30" monitor with 2560*1600 resolution)
    Posted in: General AddOns
  • 0

    posted a message on AdiBags - a bag addon
    everything was working perfectly with latest alpha, my settings were probably lost.
    Posted in: General AddOns
  • 0

    posted a message on AdiBags - a bag addon
    Quote from Adirelle
    Please check the settings of the item set filter.



    Really strange. Could you print me the result of "/print GetItemInfo()"



    Done.


    thanks for the change, I'll do more test tonight and give you my results.
    Posted in: General AddOns
  • 0

    posted a message on AdiBags - a bag addon
    I'm still using alpha:)
    yesterday evening the behaviour was very strange:
    equipment was no more divided in sets
    palading blessing component (symbol of kings) which normally stack by 100, I had something lilke 306 symbol in my bags, virtual stack were activated but it was displayed as four stack (three stack of 100 and one stack of 6)
    I've seen in the change log that incomplete stack should now be displayed in a separate stack (could it be possible to have an option to show incomplete stack in the virtual stack?)
    Posted in: General AddOns
  • To post a comment, please or register a new account.