• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Pure

 
Project Updated:
Files Updated: Tue, Oct 13 2009
Supports Game Version: 1.3.1
Category: Unit Frames
Tags:

[Edit Tags]

Project Manager: wikki
Additional Authors: No additional authors
Current Version: 1.1.3
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 48
Downloads Total: 104,242
Favorites: 135
Comments: 253
  • About Pure
  •  

Pure

Pure is a unit frame addon for Warhammer Online specializing in player, target, group and pet unit frames. By offering a wide array of customizable options, you can change the look and feel of Pure to make it pleasing to your eye as you are tarring and feathering the enemy.

Have a question? Check the FAQ

Recent Release Notes

1.1.3:

  • Bug Fixes:
    • Fixed an issue with the default Pure template that would prevent the summoning stones from working. The Free template was unaffected.

1.1.2:

  • New Feature:
    • Added 1 new texture to the Pure project. This wa donated by Foghladha of Gaiscioch

If you are looking for additional textures you can download:

http://war.curse.com/downloads/war-addons/details/sharedassetshal.aspx

This will seamlessly integrate with Pure.

All previous release notes for Pure are available here.

Configuration Settings

Looking to change where effects are displayed, or the color of your hit points bar? Use /pure to bring up the configuration GUI.

Command line not working? Check out the requirements down below!

Requirements

There are currently no additional addons required to run Pure, however, if you wish to utilize the command line to bring up the GUI or change configurations you will need to install LibSlash

If you are looking to hide the default unit frames install Phantom. You can then use /phantom and select which windows you wish to hide.

Localization

If you are fluent in one of the languages that Warhammer has been localized to and are willing to help with some translations, head over to here and help where you can.

Bugs

Found an issue with Pure? Head to CurseForge and report it here.

Donations

Do you happen to have a few extra dollars burning a hole in your pocket? Let Mrs. Wikki spend it! As the more time she spends shopping, the more time I have to work on addons! Click here for more information.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Pure 1.1.3 Release 1.3.1 11,180 10/13/2009
  Pure 1.1.2 Release 1.3.1 6,515 9/11/2009
  Pure 1.1.1 Release 1.30b 8,943 8/18/2009
  Pure 1.1.0 Release 1.30b 2,328 8/15/2009
  Pure 1.0.5 Release 1.3 13,999 6/27/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Zhaunil said

    I was wondering if there was a way to have the text for the action bar be curap/career points

    Reply Report Permalink
  • ducktse said

    thanks for this great addon!
    Just a little request, is it possible to make the pet's frame only show in combat?
    thanks anyway :)

    Reply Report Permalink
  • rjp14 said

    I like pure but would love to see the ability to have the default group windows portrait and career tagged to it. Could you add this as an option. It would really complete pure for me.

    Thanks in advance

    Reply Report Permalink
  • castion said

    Is there a way to hide the default frames that are in war when using pure?

    Reply Report Permalink
  • Hi, i just want to say as a squig herder the normal "Player Status" doenst disapear (the pet template) and i cant hide it, pls try to fix it =)

    Reply Report Permalink
  • smurfy said

    Hi, please add the ".battleLevel" variable.
    Its usefull for the new 1.3.2 apprentice feature.

    Reply Report Permalink
  • rjp14 said

    Thanks to antipode for the ability to add the symbol. As per Zapron if you'd like to add the icons to all your group member replace the following code

    Line 212 with LabelSetText( windowId .. "Career", L"<icon"..Icons.GetCareerIconIDFromCareerLine(careerLine)..L">" .. careerName)

    or LabelSetText( windowId .. "Career", L"<icon"..Icons.GetCareerIconIDFromCareerLine(careerLine)..L">" )

    to have the icon with no career name. Enjoy

    Reply Report Permalink
  • rjp14 said

    Ths must be done in the PureGroup_UnitFrame.lua file

    Reply Report Permalink
  • Mydnyte said

    Has anybody gotten summoning stones to work with the Pure group windows? If so, how did you do it?

    Also, if the Friendly/Hostile frames aren't showing up, try /reloadui. It worked for me <shrugs>

    Reply Report Permalink
  • beaugrc said

    Great add-on. I'm have an odd problem. I have installed on three computers. On one, everything works great. On the other two, the friendly and Hostile unit frames don't show up. The HUD works for both. When I go to the layout editor, there are no placeholders for the Pure unit frames. Any ideas? Don't know if this makes any difference, but the one that works is running Vista x64 and the other two are running Windows 7 x32.

    Reply Report Permalink
  • To add career icons to the target frame and hud frame, replace this line
    >> local shortName = name:match( L"([^\^]+).*" ) <<
    (which is line 271 in PureTarget_UnitFrame.lua and line 169 in PureTargetHUD_UnitFrame.lua) with the following:

    local shortName = L""
    if(careerLine ~= 0) then
    shortName = L"<icon"..Icons.GetCareerIconIDFromCareerLine(careerLine)..L">"
    end
    shortName = shortName..name:match( L"([^\^]+).*" )

    Reply Report Permalink
  • CoupeD said

    Awesome Addon :)

    Reply Report Permalink
  • grarl said

    Lovely addon, use it alot. But one thing I can't figure out:

    Is it possible to show effects (buffs/debuffs) on the friendly/hostile target HUD?

    Reply Report Permalink
  • As others have asked as well, Mythic style Class Icons incorporated into the bars would be awesome. They are essential for tabbing targets to find enemy healers etc. I hope this is possible and you will look into it! Otherwise, great addon!

    Reply Report Permalink
  • I don't understand, if i try to resize frames and apply changes, the hud on enemy target and ally target don't follow anymore...the target, but remains in the middle of the screen. Is a bug created by the new patch of WAR?

    Reply Report Permalink
  • Yeah it would be awesome if this mod included any type of information regarding classes like Sebel posted about

    Reply Report Permalink
  • Immo13 said

    Great addon!!
    just two things:
    It would be awesome if you could include a castbar in the unitframes, for example by using the careerbar.
    secondly i found the following bug: if you choose the "free"-unit frame template, you are not able to target yourself by clicking on the player frame.

    Reply Report Permalink
  • sebel said

    nice addon!
    just one thing: it would be great to have a class-icon (standart-mythic-icon for squig-herder, sorc...) for each player displayed. to show the class-name in the actionpoints-bar is good, but an icon would be much easier so recognize!

    Reply Report Permalink
  • tkthomas said

    Maybe its a noob question but is it possible to turn off default look from game? Like hostile target,etc. just to see things from pure?

    Reply Report Permalink
  • bep said

    Text above reads "If you are looking to hide the default unit frames install Phantom. You can then use /phantom and select which windows you wish to hide. "

    Reply Report Permalink
  • Addon Packs Containing Pure

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 84 Squared Unit Frames
  2. 54 HealGrid Unit Frames
  3. 51 TargetRing PvP, and Unit Frames
  4. 46 Phantom Buffs & Debuffs, Development...
  5. 31 RV_Mods Manager (RV) Unit Frames, Combat, Development...