Download
(593Kb)
Download
Updated: 10-17-14 08:24 PM
Pictures
File Info
Compatibility:
Warlords of Draenor Pre-Patch (6.0.2)
Updated:10-17-14 08:24 PM
Created:unknown
Downloads:1,333,805
Favorites:3,749
MD5:

MikScrollingBattleText  Popular! (More than 5000 hits)

Version: 5.7.138
by: Mikord, Resike

Announcements:

  • Version 5.7.134 is updated to work with Warlord of Draenor Patch 6.0.2 and fixes the font preview issues.
  • If you are having issues with the fonts "resetting" on initial game load, update to Version 5.7.137.
  • Version 5.7.138 corrects issues with several triggers like Kill Shot and Hammer of Wrath.


Description:

MSBT is designed to be an extremely lightweight, efficient, and highly configurable mod that makes it easier to see combat information by scrolling the information on the screen in separate, dynamically creatable scroll areas. It is a replacement for Blizzard's Floating Combat Text and Damage output.


Features:
  • Lightweight and efficient design.
  • Scroll incoming damage/heals, outgoing damage/heals, and notifications in separate configurable scroll areas on the playing field.
  • Display player and pet cooldown completion alerts.
  • Display loot alerts with a total of how many are now in inventory.
  • Add triggers that will allow you to show notifications based on a variety of conditions.
  • Assign a sound file to play for events/triggers.
  • Dynamically create new scroll areas and assign any event/trigger to them.
  • Customize the position, size, animation style, enabled state, font style, font size, font outline, and opacity for each of the scroll areas.
  • Customize each individual event's color, font style, font size, font outline, opacity, output message, enabled state, and scroll area.
  • Set "Master Font" settings that will be inherited by all of the scroll areas and the events in them unless they are overridden at the scroll area or event level.
  • Merge AoE data into one event with cumulative damage/healing done with number of normal and crits specified.
  • Show overhealing amounts against yourself or party/raid members.
  • Color unit names according to their class (including CUSTOM_CLASS_COLORS support).
  • Color damage amounts according to damage type.
  • Show partial effects (resists, absorbs, vulnerabilities, etc) colored according to type.
  • Filter output information with a full suite of spam controls.
  • Load on demand options.
  • For mod developers:
    • Output your own scrolling messages with the MikSBT.DisplayMessage function instead of having to create your own frame and animation code. You can also use your own font by first registering it with MSBT via the MikSBT.RegisterFont function.
    • Create custom animation styles.
    • See the included API.html file for reference information.


Supported Events:
  • Incoming:
    • Melee Damage, Misses, Dodges, Parries, Blocks, Deflects, Absorbs, and Immunes
    • Skill Damage, Damage Over Time (DoTs), Misses, Dodges, Parries, Blocks, Deflects, Absorbs, Immunes, Reflects, and Interrupts
    • Spell Resists
    • Heals and Heals Over Time (HoTs)
    • Pet Melee Damage, Misses, Dodges, Parries, Blocks, Deflects, Absorbs, and Immunes
    • Pet Skill Damage, Damage Over Time (DoTs), Misses, Dodges, Parries, Blocks, Deflects, Absorbs, and Immunes
    • Pet Spell Resists
    • Pet Heals and Heals Over Time (HoTs)
    • Environmental Damage

  • Outgoing:
    • Melee Damage, Misses, Dodges, Parries, Blocks, Deflects, Absorbs, Immunes, and Evades
    • Skill Damage, Damage Over Time (DoTs), Misses, Dodges, Parries, Blocks, Deflects, Absorbs, Immunes, Reflects, Interrupts, and Evades
    • Spell Resists and Buff Dispels
    • Heals and Heals Over Time (HoTs)
    • Pet Melee Damage, Misses, Dodges, Parries, Blocks, Deflects, Absorbs, Immunes, and Evades
    • Pet Skill Damage, Damage Over Time (DoTs), Misses, Dodges, Parries, Blocks, Deflects, Absorbs, Immunes, and Evades
    • Pet Spell Resists and Buff Dispels
    • Pet Heals and Heals Over Time (HoTs)

  • Notification:
    • Buffs / Buff Stacks / Buff Fades
    • Debuffs / Debuff Stacks / Debuff Fades
    • Item Buffs / Item Buff Fades
    • Enter/Leave Combat
    • Power Gains and Losses
    • Alternate Power Gains and Losses
    • Chi Gains and Chi Full
    • Combo Point Gains and Combo Points Full
    • Holy Power Changes and Holy Power Full
    • Honor Gains
    • Reputation Gains and Losses
    • Skill Gains
    • Experience Gains
    • Killing Blows (Player and NPC)
    • Extra Attacks
    • Soul Shard Creation
    • Enemy Buff Gains
    • Monster Emotes
    • Player, Pet and Item Cooldown Completions

  • Loot:
    • Looted Items
    • Money Gains

  • Default Triggers:
    • All Relevant Classes - Low Health, Low Mana, Low Pet Health
    • Death Knight - Killing Machine, Rime, Shadow Infusion x5
    • Druid - Berserk, Clearcasting, Predator's Swiftness, Shooting Stars
    • Hunter - Kill Shot, Lock and Load
    • Mage - Brain Freeze, Clearcasting, Fingers of Frost, Missile Barrage
    • Monk- Elusive Brew x5, x10, x15, Mana Tea x20, Vital Mists x5
    • Paladin - Hammer of Wrath, The Art of War
    • Priest - Clearcasting, Shadow Orb x3
    • Rogue - Blindside
    • Shaman - Clearcasting, Lava Surge, Maelstrom Weapon x5, Tidal Waves
    • Warlock - Decimation, Molten Core, Nightfall
    • Warrior - Bloodsurge, Execute, Revenge, Sudden Death, Taste for Blood, Victory Rush


Commands:

Code:
/msbt                  Shows the options interface. 
/msbt reset            Resets the current profile to the default settings. 
/msbt disable          Disables the mod. 
/msbt enable           Enables the mod. 
/msbt version          Shows the current version. 
/msbt help             Shows the command usage.

Frequently Asked Questions:

See the FAQ list at MSBT's portal site. http://mikord.wowinterface.com/portal.php?id=156&a=faq


Localization Maintainers:

See the list at MSBT's portal site.
http://www.wowinterface.com/portal.p...156&pageid=159

If you are capable and interested in being a maintainer for the localization files for a specific language, please send me a PM. The SVN capabilities here at WoWInterface allow me to provide direct access to the localization files in the repository to make the process easier.

5.7.138
  • Moved the new font loader logic into its own frame to prevent issues with UIs such as RealUI that play with opacity on objects they don't own.
  • Fixed unit reaction condition that was preventing many triggers like Kill Shot and Hammer of Wrath from working.
  • Fixed taint issues cause by the _ global variable.
  • Updated options dialogs to remove reference to support for mp3s which the game no longer supports.

5.7.137
  • Corrected an error that occurs on startup with deleted default triggers.

5.7.136
  • Reworked the font handling to preload fonts during initial load to resolve the issue where the fonts would reset to the default on initial game load.

5.7.135
  • Fixed the ability to add custom fonts via the custom media tab.

5.7.134
  • Fixed an issue where the font previews were not updating properly.
  • Updated parser to support the new parameters introduced by patch 6.0.2.

5.7.132
  • Updated for Patch 6.0.2 / Warlords of Draenor
    • Modified global constants for item quality to their new values.
    • Removed Berserker Stance from available trigger conditions.
    • Removed Backlash default trigger.
    • Removed Owlkin Frenzy default trigger.
    • Removed Overpower default trigger.
    • Removed Power Guard default trigger.
    • Removed Rune Strike default trigger.
    • Removed Solar and Lunar Eclipse default triggers.
    • Modified several skill IDs to reflect their new values.
    • Updated TOC for Patch 6.0.2.

5.7.131
  • Fixed issue introduced with Patch 5.4 where the fonts could not be changed

5.7.130
  • Updated TOC for Patch 5.4.

5.7.129
  • Fixed issue introduced with Patch 5.3 where dispels were showing the skill performing the dispel rather than the one being dispelled.
  • Increased damage and healing maximum spam thresholds to 100,000.
  • Added default trigger for Ultimatum.
  • Updated TOC for Patch 5.3.

5.7.128
  • Updated parser to support the new amount parameter on applied and removed auras. Thanks to pelf for the patch.

5.7.127
  • Fix issue introduced with Patch 5.2 where dispels were showing the skill performing the dispel rather than the one being dispelled.

5.7.126
  • Modified skill ID for Taste For Blood to reflect the new value.
  • Updated TOC for Patch 5.2.

5.7.125
  • Updated TOC for Patch 5.1.

5.7.124
  • Fixed issue introduced with Monk Chi changes in Patch 5.1.

5.7.123
  • Fixed an issue where certain power types such as Sha Power and Alternate Power were causing errors.

5.7.122
  • Added new Shadow Orbs Change and Shadow Orbs Full events that act similar to combo points.
  • Removed shadow orbs from standard power gains (e.g. +1 Shadow Orbs) since it is now treated similar to combo points.
  • Removed Shadow Orbs x3 default trigger due to the new Shadow Orbs Full event.
  • Fixed issue where the shorten numbers and group by thousands options were not being applied to overkill amounts.
  • Added default trigger for Blindside.
  • Removed extra exclamation point from druid berserking default trigger.
  • Added missing Italian localization files.

5.7.119
  • Fixed issue where combo point gains and full combo points were not being displayed (reported by dondasch).

5.7.118
  • Updated for Patch 5.0.1 / Mists of Pandaria Beta
    • Monk is now an available class for triggers and class coloring.
    • Added new Chi Change and Chi Full events that act similar to combo points.
    • Added support for dynamic max chi and holy power.
    • Removed chi from standard power gains (e.g. +1 Chi) since it is now treated similar to combo points.
    • Removed the following triggers since they no longer apply: Counterattack, Eradication, Hot Streak, Impact, Riposte, Viper Sting
    • Removed the following skills from default suppressions and throttling since they no longer apply: Arcane Empowerment, Desecration, Ferocious Inspiration, Mana Spring
    • Updated supported power types to include Alternate, Dark Force, Chi (Light Force), Shadow Orbs, Burning Embers, and Demonic Fury.
    • Rewrote code that deals with party and raid members to use the new Blizzard APIs.
    • Updated "Active Talents" trigger condition to use the new Blizzard API.
    • Modified remaining existing triggers to work with their new values.
    • Modified several skill IDs to reflect their new values.
    • Added default trigger for Vital Mists x5.
    • Added default trigger for Mana Tea x20.
    • Added default trigger for Elusive Brew at 5, 10, and 15 stacks.
    • Added default trigger for Power Guard x3.
    • Added new events for Alternate Power Gains and Losses so they may be customized.
    • Added temporary workaround for UnitGUID bug when in a group. Triggers that involve party/raid members will not work currently due to this.
    • Updated environmental damage handler for environmental type changes.
    • Updated TOC for Patch 5.0.4.
  • Added new option to shorten large numbers using si suffixes (32765 displays as 33k).
  • Added new option to separate large numbers into digit groups (32765 dispays as 32,765).
  • Fixed taint issues cause by the _ global variable.
  • Converted class names to use Blizzard provided localizations.
  • Removed old temporary workaround for raid flags added in Patch 4.2.
  • Added Italian localization from Kelhar@Runetotem-EU.

5.6.117
  • Money strings will now show properly on all supported languages.
  • Updated Simplified and Traditional Chinese translations from yleaf.

5.6.113
  • Converted all sounds to .ogg from .mp3.

5.6.112
  • Modified combat event log parser to work with the absorb changes in Patch 4.3.

5.6.111
  • Updated German translations from mojosdojo.
  • Updated Simplified and Traditional Chinese translations from yleaf.
  • Updated TOC for Patch 4.3.

5.6.108
  • Removed item cooldoown tracking debug print

5.6.107
  • Added support for item cooldowns:
    • Created new event for customizable item cooldown notifications.
    • Added Item Cooldown Complete to the available trigger events.
    • Added Item ID and Item Name condition handling for the main trigger events that support them.
    • Cooldown exclusions now accept skill IDs, item names, and item IDs in addition to skill names.

  • Added monochrome, monochrome + thin, and monochrome + thick to available outline font settings for pixel font lovers.
  • Modified the custom font and sound validation routines to work with arbitrary case extensions.
  • Changed custom font validation error message to a more descriptive message when the font can't be set versus the more generic ttf message.

5.5.106
  • Added option to customize color of shadowflame damage.
  • Added option to customize color of frostfire damage.

5.5.105
  • Modified combat event log parsers to work with the changes in Patch 4.2 without extra indirection.
  • Changed Traditional Chinese default font by yleaf.
  • Updated Simplified and Traditional Chinese translations from yleaf.
  • Updated TOC for Patch 4.2.

5.5.100
  • Added logic to detect and merge off-hand strikes with main hand strikes.

5.5.99
  • Removed Happiness as an available power type since it no longer exists as of Patch 4.1.
  • Added logic to handle the changed combat log event format in Patch 4.2 on the PTR without breaking the current version (Blizzard is changing it again).
  • Updated LibStub to the latest version (14 Jan 2011, 1.0.1).
  • Updated CallbackHandler to the latest version (14 Jan 2011, 1.0.7).
  • Updated LibSharedMedia to the latest version (05 Nov 2010, 3.0-4).

5.5.98
  • Fixed handling for the always show quest items option that was broken by Patch 4.0.6 (reported by Judgespear).
  • Modified to play sounds even when game sound effects are disabled as allowed by API changes in Patch 4.0.6 (reported by Retlaw).

5.5.97
  • Modified combat event log parsers to work with the changes in Patch 4.1 (committed by mojosdojo, reported by several others).
  • Updated Russian translations from StingerSoft.
  • Updated German translations from mojosdojo.
  • Updated TOC for Patch 4.1.

5.5.91
  • Added the new pet heal events to the options interface so they may be customized and disabled as intended.
  • Updated Korean translations from chkid.

5.5.89
  • Made several updates to the cooldown tracking system:
    • Implemented a work around for Blizzard's cooldown bug with dismissed pets. Pet cooldowns should no longer be shown before they are actually finished.
    • Created new event for customizable pet cooldown notifications.
    • Added an option to customize the color of the skill name in cooldown events.
    • Changed Skill Cooldown Complete trigger event to Player Cooldown Complete (only detects player cooldowns).
    • Added Pet Cooldown Complete to the available trigger events.
    • Added Skill ID as an available condition for player and pet cooldown triggers.

  • Created new events for outgoing pet heals, pet heal crits, pet periodic heals (HoTs), and pet periodic heal (HoT) crits.
  • Efflorescense is now detected and displayed as a pet heal.
  • Added default triggers for Blood Swarm and Shadow Infusion x5.


See the included readme.html for further version history.
Optional Files (4)
File Name
Version
Size
Author
Date
Type
8.2.0.1
18kB
07-31-19 11:36 AM
1.0.1
590kB
08-20-16 02:58 PM
Patch
5.5.91d
560kB
05-06-11 05:53 PM
Patch
423kB
04-28-11 03:12 PM
Patch


Post A Reply Comment Options
Unread 03-11-07, 01:32 PM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 503
Uploads: 2
Rosoaa:

Yes, it is the same for all events (things like blade fury too). [Total hits, # of those that were crits].

Satterwc:

You are correct about the conditions, and I already changed it in version 4.11 so that the outgoing hits/dodge/parries/block only apply to you and not your pet which should eliminate the false positives on Kill Command.

Muurder:

Just edit the output message for the events to make the display the way you want. The video has an example of doing just that.

Asakawa:

No, there are no events for incoming pet damage. This was purposely omitted because of how spammy it gets when both you and your pet are being hit on.
Last edited by Mikord : 03-12-07 at 12:45 PM.
Report comment to moderator  
Reply With Quote
Unread 03-11-07, 05:03 PM  
asakawa
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
ah, ok. thanks for the reply mikord.
so it is possible but makes things messy? well, as a demonology specced warlock if all is well my pet will be taking all the damage and i none. it would be great if it were possible to set up an extra scroll area for incoming pet damage. i understand if this would be a low priority addition but if it is possible i would very much appreciate it.
Report comment to moderator  
Reply With Quote
Unread 03-12-07, 07:36 PM  
onesiku
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
<mob> attempts to run away in fear!

First of all I would like to say I love this mod. I have been using SCT for the longest time but resently I changed over to MSBT and don't think I'll ever go back.

Anyway, on to my question.

I was trying to set up a custom event trigger for <mob> attempts to run away in fear! However, when I do a "MSBT search fear!" it does not find anything.

Am I doing something wrong or is this not supported?

Thanks in advance.

~Ones
Last edited by onesiku : 03-12-07 at 07:36 PM.
Report comment to moderator  
Reply With Quote
Unread 03-12-07, 09:24 PM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 503
Uploads: 2
Onesiku:

That isn't supported directly, but I know that WitchHunt (a spell alert type of mod) supports it and is capable of outputting the information through MSBT.
Report comment to moderator  
Reply With Quote
Unread 03-13-07, 11:32 PM  
madniac
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hello . Can u add filters for amount incoming heals and mana gain from vampiric embrance,vampiric touch,totems and etc . ?
Report comment to moderator  
Reply With Quote
Unread 03-18-07, 11:33 AM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 503
Uploads: 2
Madniac:

Currently there is no option for that, but it is on my todo list. For the time being you can use the suppressions system to completely block messages from those.
Report comment to moderator  
Reply With Quote
Unread 03-20-07, 07:37 AM  
BlackZam
A Murloc Raider

Forum posts: 7
File comments: 51
Uploads: 0
Thumbs up 5/5 star addon

This is an Excellent addon, so keep up the good work.
Report comment to moderator  
Reply With Quote
Unread 03-22-07, 04:52 AM  
skartt
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Excellent mod!

i have a strange problem however:

i use msbt to show xp gains in notification area. but for the love of god i cant get rid of the default ui XP gain message. disabled everything related to default ui sct in advanced options.

does somebody out here know how to disable the "XP: 123" messages of the default ui?

help appreciated
Report comment to moderator  
Reply With Quote
Unread 03-22-07, 10:59 AM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 503
Uploads: 2
Skartt:

There is no way to turn that off which is why I have the experience gains event disabled in MSBT by default. Blizzard's XP display is not really part of the interface, but rather a part of the "3D world." You can see this by turning off your interface, and the default XP message still shows up.

I've been hoping Blizzard would provide a cvar to turn it off (cvars are the only control mods have over the 3D world), but to date they have not done so.
Report comment to moderator  
Reply With Quote
Unread 03-22-07, 11:36 AM  
skartt
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
thx a lot... stinks a little bit.

Originally posted by Mikord
Skartt:

There is no way to turn that off which is why I have the experience gains event disabled in MSBT by default. Blizzard's XP display is not really part of the interface, but rather a part of the "3D world." You can see this by turning off your interface, and the default XP message still shows up.

I've been hoping Blizzard would provide a cvar to turn it off (cvars are the only control mods have over the 3D world), but to date they have not done so.
Report comment to moderator  
Reply With Quote
Unread 03-24-07, 08:10 PM  
Peregran
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Warrior Spell Reflection

Maybe I didn't look hard enough but I'd like when as a warrior I reflect a spell for it to show up as a notification like

[%spell name%] Reflected!



I can get it to say [%1] Reflected but can't get the spell text to show up.

Any help would be appreciated!

Thanks!

Edit: I found it in Outgoing, but I want it to be a Notification and Sticky.
Last edited by Peregran : 03-24-07 at 08:22 PM.
Report comment to moderator  
Reply With Quote
Unread 03-24-07, 09:42 PM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 503
Uploads: 2
Peregran:

Just hit the scroll area icon for that event and set it to the scroll area you want (Notification). There isn't a way to sticky it currently though.
Report comment to moderator  
Reply With Quote
Unread 03-28-07, 05:25 AM  
skartt
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
How about Truncating or Abbreviating of spell/buff names ? =)

Seems like a nice feature.
Report comment to moderator  
Reply With Quote
Unread 04-01-07, 11:55 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Could you make it so we could add sounds for events and not only for triggers.
I'd like to add a sound when i enter or leave combat for example, or a sound when i have 5 combo points.
Report comment to moderator  
Reply With Quote
Unread 04-04-07, 06:24 AM  
Flarin
A Frostmaul Preserver
 
Flarin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 290
File comments: 212
Uploads: 1
high increasing memory rate

Hi - I really do love this mod, which is probably why it was one of the last one's I disabled in looking for my high increasing memory rate issue.

I use a LOT of mods - so I 1st thought it was a conflict between some of them that was giving me 5-10kb/s increasing memory rate - even at idle just standing in the field.

I disabled every mod - then added them back in 1 by one - and it turns out the culprit was your mod. I then just had fubar + miniperfs (to display the memory rate) and your mod enabled and sure enough - 5-10kb/s memory increase rate.

I have put sct + all my other mods back in - my rate is 0-0.9kb/s increasing rate.

just thought you should know - not sure if it is something you can track down or if anyone else can verify my testing.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: