1. #1
    Deleted

    Need HELP! Noob LUA-boy here!

    Hello everyone!
    So, I fell inlove with this UI I found: http://www.wowinterface.com/download...hUIDiablo.html
    The only problem I have atm is the raidframes. As you can see, they are diablo themed which is fine and all good. The problem is that I would like to replace them with the Blizzard UI ones, the regular raid frames. Trust me, I would not make this thread before searching and asking around my friends etc.
    I know how to remove the raid phrames, but I somewhat not get it to load teh default UI ones.
    This is how the UI looks atm (to see the diablo styled themed frames, and the UI in general if that interests anyone):
    Sorry about the size.


    http://www.wowinterface.com/download...blo.html#other
    ^ Here is the Roth UI files

    http://www.mmo-champion.com/threads/...get-Unit-Frame
    ^Here is a thread I found related to the UI pack itself and oUF.lua

    Obviously I'm not a professional myself, and since I'm seeking "professional help" you should of course get somewhat payment for your services :-)
    Add me on skype and we can talk about it: my username there is andrelol5

    Take care guys and I hope to hear from you!

  2. #2
    The Lightbringer
    10+ Year Old Account
    Join Date
    Mar 2014
    Posts
    3,084
    Included somewhere in that UI theres is a script running that is telling the game to hide the blizzard frames when the Addon loads. You will have to turn off that script via some sort of option menu or through direct code edits. I have never used that UI so i cannot give any specific help.

  3. #3
    Field Marshal
    7+ Year Old Account
    Join Date
    Mar 2015
    Location
    Shreveport, LA
    Posts
    70
    It looks like the default frames are stripped by rRaidManager. To reenable them, delete the rRaidManager addon, then type

    Code:
    /run for _, v in ipairs({"Blizzard_CUFProfiles", "Blizzard_CompactRaidFrames"}) do print("~~enable~~~~") print(v) EnableAddOn(v) print(LoadAddOn(v)) print(IsAddOnLoaded(v)) end
    If the RothUI config has an option to disable raid frames, do it there. If it doesn't, or you can't find it, you can edit oUF_Diablo\config.lua

    Find the header that starts like this:

    Code:
    --RAID
        raid = {
          show = true,
    And change "true" to "false".

Posting Permissions

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