Download
(42Kb)
Download
Updated: 02-18-23 08:41 AM
Pictures
File Info
Compatibility:
Dragonflight patch (10.0.5)
Updated:02-18-23 08:41 AM
Created:07-20-10 09:42 AM
Downloads:74,384
Favorites:150
MD5:
Categories:Data Mods, Combat Mods

Numeration Damage Meter  Popular! (More than 5000 hits)

Version: 3.0.1
by: nekoh, Wetxius

Numeration is minimalistic damage and healing meter.

It aims to be as memory and cpu efficient as possible for the data it stores.
I have used it for a long time, but never polished it enough to release it to the general public, mainly because of the lack of ingame configuration options. It still has a long way to go in that regard, so please don't bitch if you don't find all the options that you think should be there (or any at all -.-).
You can watch a really old version of it in action here: http://www.youtube.com/watch?v=f_yoYs0teSo. The code has been rewritten a lot since then, but the appearance did not change too much.

Features

  • Available Modes are: Damage, Damage Targets, Damage Taken: Targets, Damage Taken: Abilities, Friendly Fire, Healing + Absorb, Overhealing, Dispels, Interrupts, Power Gains and Deathlog
  • Powerful Deathlog overview shows who died (defense buffs, input heals, debuffs will also be displayed) and was combat-rezzed in chronological order for every fight-segment.
  • Every Mode can be completely disabled, but you have to edit a lua file for that
  • Records fights and stores them as segments (keeps optionally only bosses. Supported: Pandaria dungeon and raid/world bosses)
  • Automatic pop-up reset while entering a new instance
  • On the fly toggle for merging of pets /w owners
  • Report (no gui elements for this yet so top 9 are always being reported, except you report by clicking with the middle button on one of the bars, then all lines up to the selected bar are being reported)
  • Automatically hides in battleground/arena if "Record Only In Instances" is activated
  • Always shows the current segment that is being viewed in the titlebar ("O" = Overall, "C" = Current or a Number for the segmentnumber)
  • If a bar represents a spell, the tooltip of the spell is shown upon mouseovering the bar

Not Supported and probably won't be included in the future
  • Multiple windows with different views/modes
  • Spell Details like hits/crits/misses/(partial) resists and so on

Navigation
The navigation system is mainly inspired by Assessment, which is also used by the Skada Damage Meter addon.
The basic idea:
  • Left-click: get more detailed information about the content of the bar under the mouse
  • Right-click: go back to the previous layer
The first layer of navigation shows all fight-segments to choose from (also "overall" and "current fight"), leftclick one to view all available Modes. After choosing a Mode by leftclicking it, you can see the first overview. Left-clicking further will give you more information about the selected item as long as there is something else available. Right-clicking anywhere will bring you back to the previous layer. You can always go back directly to the segment-selection layer by clicking on the "current viewed segment indicator" in the topright corner of the window.
Scrolling is done with the mousewheel.
To move the window: click&drag the left mousebutton while pressing the alt-key.
To open the dropdown menu: just click the arrow-thingie in the topright corner of the window.


Appearance customization
Unfortunately none of the options to customize the appearance of the main window can be found ingame. They are only available to you if you know how to use an editor to open the Config.lua file, found in the addon folder.
I think every option there should be pretty much self-explanatory. And in case you where wondering why nothing happens when you change the "pos" option in that file: Once you used alt+leftclick drag to move the window, the coordinates are being read from the savedvariables. In order to use the ones in this file again, you have to delete the character-specific savedvariables for Numeration.

Obviously i'm trying to improve it even further, so if you have any bug reports or suggestions, post away, but no promises on implementing features fast (or at all if I don't like them ).

Change Log at Github

3.0.1
* Fixed Bindings taint (by tflo).

3.0.0
* Fixed binding option and updated .toc

2.9.9
* Prevent error if spell name is nil.
* Don't count absorb damage from player as damage done.
* Updated deathlogTrackBuffs.

2.9.8
* Updated for 9.1.

2.9.7
* Allow silent reset when shift-click on icon.
* Updated .toc.

2.9.6
* Fix for new backdrop system.

2.9.5
* Ignore absorb that caused by Eye of Corruption.

2.9.4
* Added new option "Show window only in combat".

2.9.3
* Removed SecureHandlerStateTemplate cause problem in combat.
* Added check for LibBossIDs exists.
* Added new option "Count absorb as damage" enabled by default.

2.9.2
* Fixed hide and show in combat.
* Updated Libs and .toc.

2.9.1
* Updated .toc.

2.9.0
* Added Macro conditionals for window frame.
* Updated .toc.

2.8.9
* Fixed conflict with environmental damage.

2.8.8
* Fixed melee attack.

2.8.7
* Fixed CLEU and events returns.

2.8.6
* Added new option to hide window in combat.

2.8.5
* Removed outdated spell.

2.8.4
* Updated .toc.

2.8.3
* Added check for boss name to prevent possibility error.

2.8.2
* Updated .toc file for 7.1.

2.8.1
* Removed outdated things.
* Updated LibDBIcon.

2.8.0
* Removed outdated spells.

2.7.9
* Added warning output about obsolete spells. Now addon should work with wrong spell id.

2.7.8
* Use spell name locale for "Death".
* Added "Cancel" button for whisper window.

2.7.7
* Improved absorb tracking.
* Added more spells in deathlogTrackBuffs.
* Fixed SPELL_AURA_REMOVED_DOSE symbol.

2.7.6
* Updated to latest LibDBIcon-1.0.

2.7.5
* Always show icon when title is disabled.

2.7.4
* Added new option "Hide title". Disabled by default.
* Changed variable names. Change logic for highlight, tittle and line font color, now can change alpha too.

2.7.3
* Added new option "Hide realm name". Enable by default.

2.7.2
* Ignore Prismatic Crystal damage taken.

2.7.1
* Fixed SPELL_MISSED.

2.7
* Fixed Leeching Poison.

2.6.5
* Reset encounterName when found BossID.

2.6.4
* Added IsGroupInCombat check. Prevent stop segment when dead/non-combat.
* Added more Warlock spells for merge.

2.6.3
* Added another raid boss check.
* Cleanup.

2.6.2
* Fixed boss detection.

2.6.1
* Fixed order in _MISSED event.

2.6
* Added spell merge for some warlock spells.
* Prevent report error.
* Fixed reset in Garrison.
* Deleted Might of Ursoc for WoD.

2.5
* Hide window during petbattle.

2.4.9
* Improved combat time calculation.

2.4.8
* Reverted combat time calculation.

2.4.7
* Added koKR locale.
* Added new option "Tooltip anchor".

2.4.6
* Fixed combat time calculation.

2.4.5
* Improved DPS and HPS calculation.

2.4.4
* Updated LibBossIDs to detect Spoils of Pandaria.

2.4.3
* Updated locale.
* Updated LibBossIDs to detect Galakras.

2.4.2
* Updated target announce code.

2.4.1
* Updated LibBossIDs to detect Norushen.

2.4
* Updated .toc.
* Adjust line width.
* Updated LibBossIDs.

2.3
* Cleanup and updated toc file

2.2.7
* Removed unnecessary absorb code.
* Fixed Anti-Magic Shell absorb.
* Try to fix hostile healing (like on Tortos).
* Updated Libs.
* Removed display zero healing.
* Added descriptions for "Types' block in Config.
* Cleanup.

2.2.6
* New method for target whisper report.
* Removed "Target" menu. Implemented in "Whisper".
* Cleanup.

2.2.5
* Added support for cross-realm target reporting.
* LDB numbers now depends from "shortnumbers" option.
* Fixed IsRaidInCombat() function.
* Reworked Config.lua. Added descriptions, changed some options name.
* New description in .toc file.
* Some cleanup.

2.2.4
* Added deDE translation by Tonyleila.

2.2.3
* Added zhTW translation by agneswww.

2.2.2
* Updated LibBossIDs.

2.2.1
* Fixed errors on Un'sok and related with unknown pets. Huge thanks to Crafty.

2.2
* Updated .toc.
* Updated LibBossIDs.
* Changed GetInstanceDifficulty -> GetInstanceInfo.
* Changed extraSpellID -> extraSpellId.

2.1.1
* Added report to INSTANCE_CHAT.
* Another way to detect Scenarios.
* Fixed detect raid combat. Now if you died, record will be continued.
* Cleanup.

2.1
* Updated .toc to 50100
* Added "Grimoire of Sacrifice" to deathlogHealFilter.
* Cleanup.

2.0.3
* Added Scenarios support for "Record Only In Instances" option.

2.0.2
* Add new option - Silent reset data. Disable by default.

2.0.1
* Update LibBossIDs.
* Add whisper by Enter key.

2.0
* Add more locale.
* Separate BossIds from Core.lua to LibBossIDs.lua.
* Add all raid bossids for Pandaria.
* Add all 5 ppl Pandaria bosses, thanks to Shestak.
* New Reset Data and Whisper dialogs.
* Add icon for non-tooltip spells.
* Add icon for "Auto Shot"
* Change "Auto Attack" to "Attack"
* Add collect.SPELL_STOLEN for dispels.
* Fix show healing from Bloodworm.
* Change title color.
* Add shadow for text (option, enable by default)
* Some cleanup, fixes and improvements.

1.5
* Add Locales.lua file, and make ruRU translation
* Change report message
* Use defaults color for school magic
* Correct position for lines
* Make reset text on top
* Change texture for backdrop
* Add id for world bosses
* Some cleanup and improvements.

1.4
* Ready for MoP
* Update libs, config, many other

1.3.11
* fixed Madness of Deathwing bossid
* change "Melee" to "Auto Attack" with spellid 6603

1.3.10
* updated libs
* updated toc to 4.3
* added boss ids from 4.3

1.3.8
* fixed a small glitch with new option for shorter values, when dps values where smaller than 1000

1.3.7
* fix assigning of elementals to shamans. blizzard broke sequence of events in combatlog, so this fix is kind of hacky and possibly does not work in every case :(
* added the ability to display numbers in a shorter form, as they are getting quite large (thanks raqi)
* added the option of changing the button highlight color

1.3.6
* don't let non number-type values pollute data (prevents arithmetic failure on one very specific case)
* fix boss id of Alysrazor
* Spells View now also reports spells using spelllinks

1.3.5
* fixed to work with 4.2
* added Firelands bossIds (thanks grai)
* added a few missing deathlog track buff ids (thanks joschasa)

1.3.4
* fixed to work with 4.1
* added support for SpamageMeters (but SpamageMeters also needs an update, don't know when/if it will be updated soon)
* added "Healing Taken" mode, is disabled by default (see Config.lua)

1.3.3
* fix Melee attack report on deathlog
* added whisper target dialog on report

1.3.2
* fix nil error when manually resetting using the popup on the mainwindow

1.3.1
* deathlog detail now supports reporting
* throttle showing of reset dialog when option "log only in instances" is disabled
* new feature: middle mouse button is now the "report until this bar"-trigger. this way you can now choose how many lines should be reported

1.3
* added bossIds from cataclysm raids [Baradin Hold, Blackwing Descent, Throne of the Four Winds, Bastion of Twilight]
* keep segment logging when dead. keeps segments from splitting in fights where you die and there is a phaseswitch with no combat for more than 3 seconds.
* changed absorb system from guessed heuristics to the new blizzard event mechanics

1.2.2
* updated absorb ids from 4.0.1 (added Blood Shield (DK), Illuminated Healing (Pa), Power Word: Barrier (Pr), Nether Ward (WL))
[ i'd love to change the absorb system to the new 4.0 combat log events so they are not guessed any more, but the system only works with Power Word: Shield, Divine Aegis, Illuminated Healing and Anti-Magic Shell (kinda) .. so i'm holding back on that until i have a hybrid solution which seems to be complicated to implement or until blizzard "fixes" it ]

1.2.1
* fixed mobid detection for bosses

1.2
* updated toc and spellids for 4.0.1

1.1.4
* fixed nil errors associated with pet absorb abilities, like voidwalkers sacrifice
* added spelllinks to spelldetail reports, thanks silverwind

1.1.3
* drycoding is bad, mhkay

1.1.2
* added the ability to report to the officer chat
* fixed a bug that prevented periodic power gains from being collected

1.1.1
* oops, forgot to embed CallbackHandler-1.0 when including libdatabroker

1.1
* added basic support for !ClassColors (when changing colors with it ingame, you have to reload ui for numeration to adapt)
* added key binding options for visibility toggle and reset data
* extracted all the config possibilities to Config.lua for easier access to all options
* added additional options to the window appearance: alpha of background/title/lines and the scrollbar can now be hidden
* it is now possible to remove unneeded modes completely (collecting and viewing), but only via lua: edit the "n.types"-table in Config.lua. you can also rearrange them, change their name and bar(+title)color. This made the ingame option to disable deathlog recording obsolete and has been removed.
* fixed a small bug that prevented segment selection view from being updated during combat
* added monitoring of DAMAGE_SPLIT and ENVIRONMENTAL_DAMAGE cl-events, oops

1.0.2
* fixed a nil error on clean install or data reset that i introduced with 1.0.1

1.0.1
* changed Mana Gains to Power Gains
* added libdatabroker feed with personal dps from "current" segment
* added toggleable minimap icon with the ability to toggle visibility of the main window and reset data on click

1.0
* initial release
Archived Files (3)
File Name
Version
Size
Author
Date
3.0.0
42kB
nekoh
12-21-22 07:39 AM
2.9.9
42kB
nekoh
07-15-21 12:14 AM
2.9.8
42kB
nekoh
07-07-21 05:13 AM


Post A Reply Comment Options
Unread 03-10-13, 07:42 AM  
Wetxius
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 2
Unhappy Un'sok

I can't fix errors on Amber-Shaper Un'sok.
Report comment to moderator  
Reply With Quote
Unread 03-18-13, 02:13 AM  
Crafty
A Kobold Labourer
 
Crafty's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 2
Re: Un'sok

Originally Posted by Wetxius
I can't fix errors on Amber-Shaper Un'sok.
GetUnit (Core.lua):
Code:
local key = format("%s:%s", owner, name or "Unknown")
fmtDamage, fmtMiss, fmtHealing (Collect.lua):
Code:
local srcName = entry[1] or "Unknown"
getDeathData (Collect.lua):
Code:
if v and v.t > timestamp-10 then
Report comment to moderator  
Reply With Quote
Unread 03-18-13, 06:52 AM  
Wetxius
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 2
Thanks

Crafty, huge thanks for fixes. I uploaded this on git.
https://github.com/Wetxius/Numeratio...379e4a6493aa75
Tomorrow, if all goes well, I'll update version on WoWI.

P.S. The file Locales.lua currently include translation for ruRU and enUS languages. Anyone can make translation on their language, and post it here or send me private, and I will add it.
Report comment to moderator  
Reply With Quote
Unread 03-27-13, 03:33 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Love it but please add LDB.

I realy love love love this addon! Its better than skada and Recount!
I'm currently using recount because I'm missing one thing about Numeration: LibDataBroker like RecountFu support. I don't need a tooltip only a text that is showing stats for current fight: my Heal, my DMG and fighting time. And if I klick on it it shoud open close Numeration.

That woud be so great!

And also (I know its on your blacklist) Spell Details isten't it important if I miss with spells?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 03-27-13 at 03:40 PM.
Report comment to moderator  
Reply With Quote
Unread 03-31-13, 10:46 PM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
So working on making a skin plugin for this for my UI so I don't have to go editing the lua file everytime you update. Pretty much I run !Beautycase which uses a function to apply a border to a frame.

example:
frame:CreateBorder(12,1,1,1)

fstack shows the frame name as "Numeration" and I can skin the frame using a script macro in game yet in the lua file it's not running. So pretty much is there a different name I need to be calling or is there an event I need to watch for?
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 04-07-13, 04:40 PM  
agneswww
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 21
Uploads: 1
Smile zhTW

Originally Posted by Wetxius

P.S. The file Locales.lua currently include translation for ruRU and enUS languages. Anyone can make translation on their language, and post it here or send me private, and I will add it.

GetLocale() == "zhTW" then
n.locale = {
dmg_tar = "傷害目標",
dmg_take_tar = "傷害承受: 目標",
dmg_take_abil = "傷害承受: 技能",
friend_fire = "隊友誤傷",
heal_take_abil = "治療承受: 技能",
overheal = "過量治療",
death_log = "死亡記錄",
tar = "目標",
sel_set = "選擇: 設定",
overall = "總體數據",
current = "當前戰鬥",
pet_merge = "合併寵物傷害",
only_boss = "只保留BOSS數據",
only_instance = "只在副本中统計",
show_icon = "顯示小地圖圖示",
toggle = "左鍵點擊隱藏/顯示窗口.",
reset = "SHIFT+左鍵點擊重置數據.",
binding_visibility = "切換可見",
binding_reset = "重置數據",
reset_data = "重置數據?",
whisp_target = "密語目標",
bad_report = "錯誤: 選擇報告類型",
bad_whisp = "選擇無效或沒有目標",
death = "死亡",
m = "分",
s = "秒",
-- BossIDs
twin = "弧慍雙妃",
anima = "黑暗憎惡魔像",
mega = "梅賈拉",
elder = "長老議會",
prot = "豐泉守衛者",
stone = "石衛士",
kings = "帝王之魂",
will = "大帝之志",
horn = "將領黑角",
mad = "死亡之翼的狂亂",
omno = "全能魔像防衛系統",
wind = "風之議會",
drag = "瑟拉里恩和瓦莉歐娜",
elem = "卓越者議會",
trial = "帝王的試煉",
inq = "高階審判官懷特邁恩",
lore = "博學行者石步"
}

Report comment to moderator  
Reply With Quote
Unread 04-07-13, 10:53 PM  
Wetxius
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 2
Re: zhTW

to agneswww
Thanks, Added it.

to 10leej
I don't used global frame name. You need put the code like
window:CreateBorder(12,1,1,1)
In Window.lua

to Tonyleila
Miss spells track especially wasted time and resource. Collect the hit cap.
LDB already exists, but dispaly only icon and title. Click - open Numeration. You need installed something like "Titan Panel" to see it.
Last edited by Wetxius : 04-07-13 at 11:22 PM.
Report comment to moderator  
Reply With Quote
Unread 04-08-13, 12:22 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: Re: zhTW

Originally Posted by Wetxius
to Tonyleila
Miss spells track especially wasted time and resource. Collect the hit cap.
LDB already exists, but dispaly only icon and title. Click - open Numeration. You need installed something like "Titan Panel" to see it.
I know LDB exists. That was a request if you can please make it look as shown in the screenshot.
(Place in HPS, Heal, Place in DPS, DPS, fighttime)
Also I'm not shure but I think atm it already showns your DPS but not with 21.2k but like 21238


I have the hitcap but I often look into dmg of others to see if they miss often (if they have hit cap).
Also you often have 14.85% hit and its interesting to see if you realy miss sometimes

Here the deDE local (german)
Code:
		dmg_tar = "Schadens Ziele",
		dmg_take_tar = "Schaden an Zielen",
		dmg_take_abil = "Schaden mit Fähigkeiten",
		friend_fire = "Eigenbeschuss",
		heal_take_abil = "Heilung mit Fähigkeiten",
		overheal = "Überheilung",
		death_log = "Tode",
		tar = "Ziele",
		sel_set = "Auswahl: Set",
		overall = "Alle Daten",
		current = "Momentaner Kampf",
		pet_merge = "Tiere und Besitzer zusammen",
		only_boss = "Nur Bosskämpfe speichern",
		only_instance = "Nur in Instanzen aufzeichnen",
		show_icon = "Zeige Minimap Icon",
		toggle = "Links-Klick Fenster Zeigen/Verstechen.",
		reset = "Shift+Links-Klick um Daten zurückzusetzen.",
		binding_visibility = "Ansicht umschalten",
		binding_reset = "Daten Zurücksetzen",
		reset_data = "Daten Zurücksetzen?",
		whisp_target = "Ziel anflüstern",
		bad_report = "Error: wähle Art des Berichtes",
		bad_whisp = "Ungültiges oder kein Ziel angewählt",
		death = "Tod",
		m = "m",
		s = "s",
		-- BossIDs
		twin = "Zwillingskonkubinen",
		anima = "Dunkler Animus",
		mega = "Megaera",
		elder = "Rat der Ältesten",
		prot = "Beschützer der Endlosen",
		stone = "Die Steinwache",
		kings = "Die Geisterkönige",
		will = "Der Wille des Kaisers",
		horn = "Kriegsmeister Schwarzhorn",
		mad = "Todesschwinges Wahnsinn",
		omno = "Omnotron-Verteidigungssystem",
		wind = "Konklave der Winde",
		drag = "Valiona & Theralion",
		elem = "Rat der Aszendenten",
		trial = "Die Prüfung des Königs",
		inq = "Hochinquisitorin Weißsträhne",
		lore = "Lehrensucher Steinschritt"
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 04-08-13 at 01:10 AM.
Report comment to moderator  
Reply With Quote
Unread 04-08-13, 02:47 AM  
Wetxius
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 2
Thanks for the localization.
As for the plugin, if I have time I will look that can be changed there, but no promises. I do not like the idea of ​​healing and damage output, it's a waste of space. I either damage or heal, except for for several tanks.
Personally, I do not look at miss, their own or someone else. This is a problem of person, under cap or not. In any case, for the raids, there is a record logs, and analysis of flights after.
Report comment to moderator  
Reply With Quote
Unread 04-15-13, 03:45 AM  
Wetxius
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 2
Lightbulb 2.2.6

In 2.2.6, I removed "Target" menu for report and implemented it to "Whisper".
If you have valid target (Player of the same faction as you) and click to "Whisper" report - instantly report without any conformation. If target not valid, you see 'Whisper' pop-up.
Report comment to moderator  
Reply With Quote
Unread 04-25-13, 01:11 PM  
ahua
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Damage drastic difference

I defeated Lei Shen in LFR and then I looked at Damage Done in Numeration and Skada. AoE damage is drastically different.

Damage Done

Sham's Damage(Numeration): 77.1M
Sham's Damage(Skada): 92.34M

Skill Detail

Lava Burst(Numeration): 15.5+5.2=20.7M
Lava Burst(Skada): 20.69M
Lightning Bolt(Numeration): 8.4+3.6=12M
Lightning Bolt(Skada): 12M

Chain Lightning(Numeration): 18+8.4=26.4M
Chain Lightning(Skada): 40.81M
Report comment to moderator  
Reply With Quote
Unread 04-26-13, 03:42 AM  
Wetxius
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 2
Re: Damage drastic difference

Are you sure that you compare the current fight with the boss, and not all the battles as a whole, including trash?
Need a combat log, for example from http://www.worldoflogs.com/, to see the accurate result.
Report comment to moderator  
Reply With Quote
Unread 04-26-13, 10:49 PM  
ahua
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
Re: Re: Damage drastic difference

Yes. I compared the exact same fight. It doesn't include trash.
Next time I run LFR, I will record the combatlog.
Report comment to moderator  
Reply With Quote
Unread 05-11-13, 08:28 PM  
ibxdmxxdl
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
is there a line in the lua to set the frame strata lower?

I'm not sure that's even the correct wording but I'd like the damage meters to go behind my Pet Battle UI bars if possible
Report comment to moderator  
Reply With Quote
Unread 05-13-13, 03:08 AM  
Wetxius
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 51
Uploads: 2
Originally Posted by ibxdmxxdl
is there a line in the lua to set the frame strata lower?
Windows.lua
Add after line 85
Code:
self:SetFrameStrata("LOW")
If overlap, change strata. http://www.wowpedia.org/UITYPE_FrameStrata
Last edited by Wetxius : 05-13-13 at 03:12 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: