ElvUI has been Backported to Wrath of the Lich King (3.3.5) (2024)

  • Forum
  • Wrath of the Lich King
  • Lordaeron
  • Add-ons
  • ElvUI has been Backported to Wrath of the Lich King (3.3.5)
  • Tools
    • Show Printable Version
    • Email this Page…
    • Subscribe to this Topic…
  • Search Topic
  1. June 21, 2015

    Ghastlie

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Originally Posted by LiNK2088

    If you hold Shift it will force an update and show the spec.

    Open the following file: ElvUI\modules\unitframes\units\player.lua
    Add this below line 14: frame.Power.frequentUpdates = true;
    Then, open: ElvUI\modules\unitframes\elements\power.lua
    and add this bellowing line 26: power.value.frequentUpdates = true;

    That should make it quite a bit faster :)

    If you want even faster power updates, open this file: ElvUI\libs\oUF\elements\tags.lua
    and change line 602 into: timer = .1

    Honestly didn't expect a response to this... Thank you! Trying it out now :)

    I do a bit of programming/scripting stuff, had a look through the LUA files and completely missed all of this... Time to re-assess my careerpath! ;)

    EDIT

    You're a genius. Thank you!

    Edited: June 21, 2015

    Quote

  2. June 22, 2015

    LiNK2088

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Originally Posted by Ghastlie

    You're a genius. Thank you!

    No problem man :D I had the same issue on my kitty so I took some time to figure out a fix, glad I could help someone

    Quote

  3. June 23, 2015

    Ghastlie

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Definitely helped! I spent a few hours (yes, hours...) lining up Pitbull frames over the top of the ElvUI frames, so I could still use the ElvUI auras/bars etc and it just wasn't as good...

    Working on translating it at the moment - and learning Git along the way - my favourite translation so far is Чернокнижник, which is Warlock. Literal translation (according to Google, anyway) is "Practitioner of Black Magic". :D

    Quote

  4. June 26, 2015

    Awesome work with this, really! Just one question I have, I'm playing a hunter and I can't find my pet's happiness anywhere, nor an option to change where it is or how it shows. Could I get some feedback on this please? It's a bit annoying since I can possibly lose my pet, not to mention the 50% damage buff I'd get with him happy.

    Quote

  5. June 26, 2015

    Sinthro

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Hey I was wondering, is there a way to make CAT FORM / BEAR FORM show current mana aswell as the energy so I can know how much mana I have to work with? :) Ty

    Quote

  6. June 27, 2015

    pimpyafresh1

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Do I install this like a regular addon? It doesn't show up at all in game or on the addon select in character screen

    Quote

  7. June 27, 2015

    Sinthro

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Don't put the master part or w/e in, double click that first then put both the elv folders in :D

    Quote

  8. July 24, 2015

    Epicjoke

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Hi i wanted to edit all player/ target/ ToT unit frames with vertical orientation and castbasrs clamped to HP bar.. But cant find any options for that. is there any scripting stuff for that. or where im supposed to edit for doing that.
    Thanks

    Quote

  9. August 20, 2015

    Originally Posted by LiNK2088

    If you hold Shift it will force an update and show the spec.

    Open the following file: ElvUI\modules\unitframes\units\player.lua
    Add this below line 14: frame.Power.frequentUpdates = true;
    Then, open: ElvUI\modules\unitframes\elements\power.lua
    and add this bellowing line 26: power.value.frequentUpdates = true;

    That should make it quite a bit faster :)

    If you want even faster power updates, open this file: ElvUI\libs\oUF\elements\tags.lua
    and change line 602 into: timer = .1

    Any idea how to make it work for rogues?

    Quote

  10. August 26, 2015

    Kaeldon

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Hey. I'm unable to move any of the anchors. I click on toggle anchors and none of the frames appear to be moved. Any help?

    Quote

  11. August 27, 2015

    sombreheros

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    awesome work, thx a lot for all team. Constantly update it's really appreciated.

    Quote

  12. August 27, 2015

    Artemisdk

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    This is sooo amazing! I am using ElvUI in retail and really missed it when I startet on a private WOTLK server, thank you SO much!

    Is there any chance of a backport of the extra actionbar plugin for ElvUI? : http://www.curse.com/addons/Elvui-oneextraactionbar

    I tried installing the retail version and the backportet ElvUi recognizes it in the plugin settings, but it will not show the extra action bars.

    Thanks in advance and thank you Again for this wonderfull backport :)

    Kind regards

    Quote

  13. August 28, 2015

    sombreheros

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    If you're using wotlk client in other language, like german, french, spanish etc, and you want elvui in this language, follow this steps :

    open the wow folder, find :

    Code:

    \interfaces\addons\Elvui\locales
    next, open

    Code:

    load_locales.xml
    file :

    Code:

    <Ui xmlns="http://www.blizzard.com/wow/ui/"><Script file="english.lua"/><Script file="russian.lua"/></Ui>
    add before

    Code:

    </Ui>
    :

    Code:

    <Script file="xxxx.lua"/>
    where "xxxx" represent your language file, before, check in the present folder if your language pack exist.

    enjoy.

    Quote

  14. August 28, 2015

    Crum

    • View Profile
    • View Forum Posts
    • Private Message

    Member

    Originally Posted by sombreheros

    If you're using wotlk client in other language, like german, french, spanish etc, and you want elvui in this language, follow this steps :

    open the wow folder, find :

    Code:

    \interfaces\addons\Elvui\locales

    next, open

    Code:

    load_locales.xml

    file :

    Code:

    <Ui xmlns="http://www.blizzard.com/wow/ui/"><Script file="english.lua"/><Script file="russian.lua"/></Ui>

    add before

    Code:

    </Ui>

    :

    Code:

    <Script file="xxxx.lua"/>

    where "xxxx" represent your language file, before, check in the present folder if your language pack exist.

    enjoy.

    Funny that you say this, Bunny67 just happened (about 3 hours ago) to port over all the languages over on the GitHub repo. Thanks for the short tutorial though! :)

    Quote

  15. September 12, 2015

    Haemorrhage

    • View Profile
    • View Forum Posts

    Banned

    Great work, SUP.

    Quote

«Previous Topic|Next Topic»

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  • BB code is On
  • Smilies are On
  • [IMG] code is On
  • [VIDEO] code is On
  • HTML code is Off

Forum Rules

  • Warmane
  • Top

All times are GMT. The time now is 09:07 AM.

ElvUI has been Backported to Wrath of the Lich King (3.3.5) (2024)

References

Top Articles
Latest Posts
Article information

Author: Edwin Metz

Last Updated:

Views: 6003

Rating: 4.8 / 5 (78 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Edwin Metz

Birthday: 1997-04-16

Address: 51593 Leanne Light, Kuphalmouth, DE 50012-5183

Phone: +639107620957

Job: Corporate Banking Technician

Hobby: Reading, scrapbook, role-playing games, Fishing, Fishing, Scuba diving, Beekeeping

Introduction: My name is Edwin Metz, I am a fair, energetic, helpful, brave, outstanding, nice, helpful person who loves writing and wants to share my knowledge and understanding with you.