Page 2 of 2 FirstFirst
1
2
  1. #21
    Heres how I did it on weak auras:
    New progress bar.

    Trigger type status > Fishing lure / weapon enchant old > select OH/MH as needed.

    Display use custom text function to get charges for both weapons
    Quote Originally Posted by Custom Function
    function()
    return GetWeaponEnchantInfo()
    end
    Display text for example "OH (%c7 charges) %p" for offhand and "MH (%c3 charges) %p" for mainhand

    GetWeaponEnchantInfo() gives array with weapon enchant info. Use index 3 for mainhand charges and index 7 for offhand charges.

  2. #22
    Make sure to put the "Common Text" section filled out with :
    function()
    return GetWeaponEnchantInfo()
    end

    Edit: this works, however it doesnt reduce the charges as it is supposed to, it stays at 40 charges until I open and close WA again.
    Last edited by Treezi; 2019-09-21 at 01:56 AM.

  3. #23
    Bloodsail Admiral MuricaIsDead's Avatar
    15+ Year Old Account
    Join Date
    Mar 2008
    Location
    The 3rd World
    Posts
    1,099
    Shadowed Unit Frames shows them under your character portrait/healthbar after they are applied to weapons, and shows a '40' counter, but the counter doesn't go down as they are used. They do go away when the poison is used up, though.

  4. #24
    Quote Originally Posted by Treezi View Post
    Make sure to put the "Common Text" section filled out with :
    function()
    return GetWeaponEnchantInfo()
    end

    Edit: this works, however it doesnt reduce the charges as it is supposed to, it stays at 40 charges until I open and close WA again.
    Use the every frame option retard nibber

    Infracted.
    Last edited by Coldkil; 2019-09-21 at 04:30 PM.

  5. #25
    Quote Originally Posted by NitShigger View Post
    Use the every frame option retard nibber
    Mind sharing how to do that? not familiar with that option

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •