1. EasyFrames / EasyFrames 2 Help?

    Hey mates, how've ya been? Basically, I need assistance trying to configure and gather the best of two versions of the same addon to get the best of both worlds. The addon in question is EasyFrames and I am trying to work between two versions, a WoTLK configured one and a BfA configured one (as the latter added the feature I am seeking to the addon which is the larger HP box (https://wow.curseforge.com/projects/easy-frames - link of the BfA configured version.) Now I get the desired effect from EasyFrames2 and get the HP boxes to be bigger but lose the ability to configure the addon from the in-game interface and get things like darkening the frames' borders, for instance. Has anyone else looked for that effect and / or is capable of coming up with a solution. From what I understood, the disability to configure the addon's latest version comes from the "Core" file of it, the replacing of which also takes away the HP bar size effect. I would be grateful if you could assist me.

    Regards,
    M.

    (Alternative addons providing similar effects are also more than welcomed!)

  2. Originally Posted by thyonem
    From what I understood, the disability to configure the addon's latest version comes from the "Core" file of it, the replacing of which also takes away the HP bar size effect
    It's a bit more difficult than that.

    The main problem is that this AddOn was written for a different patch / expansion (first released for patch 7.1.0 Legion).
    The API in patch 3.3.5 (WotLK) and 7.X.X (Legion) differs greatly, as does any other expansion.

    Simple example (don't worry - no need to be able to understand this junk of code as this is just a basic example):
    Code:
    if (not UnitPlayerControlled(unit) and UnitIsTapDenied(unit)) then
     colors = {0.5, 0.5, 0.5}
    end
    Code:
    if (not UnitPlayerControlled(unit) and UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit)) then
     colors = {0.5, 0.5, 0.5}
    end
    The first example is using the function "UnitIsTapDenied" that doesn't exist in 3.3.5.
    You need to rewrite the if-loop (see second example) to achieve the same result.

    The same applies to frames and textures - if they don't exist, the code won't execute and throw an error.

    Originally Posted by thyonem
    Has anyone else looked for that effect and / or is capable of coming up with a solution.
    I have downported the current retail version 2.9.0 patch 8.0.1 (BFA) to 3.3.5:
    http://www.mediafire.com/file/peplxv...WotLK.rar/file

    Let me know if there's any problem / error / strange behaviour.
    I haven't had the chance to test everything, though im quite sure I have fixed the vast majority.

    Keep in mind that some modules (e.g. reverse StatusBarFill) are disabled due to the missing functions.

    -Aelwi

  3. It's a bit more difficult than that.

    The main problem is that this AddOn was written for a different patch / expansion (first released for patch 7.1.0 Legion).
    The API in patch 3.3.5 (WotLK) and 7.X.X (Legion) differs greatly, as does any other expansion.

    Simple example (don't worry - no need to be able to understand this junk of code as this is just a basic example):
    Code:
    if (not UnitPlayerControlled(unit) and UnitIsTapDenied(unit)) then
     colors = {0.5, 0.5, 0.5}
    end
    Code:
    if (not UnitPlayerControlled(unit) and UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit)) then
     colors = {0.5, 0.5, 0.5}
    end
    The first example is using the function "UnitIsTapDenied" that doesn't exist in 3.3.5.
    You need to rewrite the if-loop (see second example) to achieve the same result.

    The same applies to frames and textures - if they don't exist, the code won't execute and throw an error.


    I have downported the current retail version 2.9.0 patch 8.0.1 (BFA) to 3.3.5:
    http://www.mediafire.com/file/peplxv...WotLK.rar/file

    Let me know if there's any problem / error / strange behaviour.
    I haven't had the chance to test everything, though im quite sure I have fixed the vast majority.

    Keep in mind that some modules (e.g. reverse StatusBarFill) are disabled due to the missing functions.

    -Aelwi
    I would call you an absolute god, but that would be giving gods too much credit! Thanks for the wonderfully working addon! Appreciate the help!!

  4. Hey!

    Could you re-upload the 3.3.5 EasyFrames file? Looks amazing but can't find it anywhere else...

  5. Could you upload easy frames again?

  6. does anyone have a link that works for this?

  7. Yeah!
    Someone reupload the 3.3.5 EasyFrames file, please. We would be very grateful.

  8. May 6, 2020  

  9. Someone found the file yet?
    There is similar addon like ClassPortraits for 3.3.0. I'm sure you can run it with legacy option https://www.curseforge.com/wow/addon...ortraits/files

  10. July 1, 2020  
    OK.. id just like to say. Ty All MEMBERS that are trying with and / for this community ! I have a ton of addons if you EVER feel like they have glitches we can work together ! :)
    http://forum.warmane.com/showthread.php?t=410445

    Best wishes.
    Dickincorp / Aliess

  11. Hey guys. Can someone to share Easy Frames for 3.3.5 if someone already have it. Please, it's best Unit Frame addon.

  12. Hey there,
    Easyframes for wotlk 3.3.5a, tested on icecrown realm.

    http://www.mediafire.com/file/76g5ip...rames.zip/file

    Also you can download the addon ADAPT v1.9 to make the portrait 3D



    Credits to the addon's authors



  13. @Kanjarlo Much apreciate it mate <3

12 Last

Posting Permissions

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