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,793
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 02-05-08, 10:22 AM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

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

Since I haven't had a chance to actually utilize the new 2.4 code, it's difficult to speculate exactly what new capabilities will arise; however, I'll do my best based on the information given.
  1. Will we be able to keep the same functionality?

    Yes, although the trigger system is going to have to work slightly differently for search patterns since there will no longer be a string to search on.


  2. Will functionality be improved?

    Yes. One area will be the reduction of load up time, memory usage, and in combat processing time. While MSBT is already extremely efficient and lightweight, these changes will allow it to be even smaller and faster since all the string parsing will no longer be necessary.

    In addition to performance gains, the new changes will remove certain ambiguous events. Currently there are many cases where mobs and/or pets and players with identical names can't be distinguished from one another. That will no longer be the case come 2.4.


  3. Can we expect any potential for more features?

    Probably. What is actually added depends on how long it takes to rewrite for the new changes. Having a working mod as close as possible to the Patch 2.4 relase is more important than feature additions. That said, I will likely be adding some requested features.


  4. Any chance you can make MSBT handle everything combat related like logging and metering?

    I have no plans to at the moment, and even if I were to write anything with those capabilities, they would be separate mods.

For your last question, I'm not sure exactly what you are asking for. You want to prevent damage shields from being shown? Add the name of the skill (i.e. Thorns, Reflective Shield) to the skill suppressions list on the spam controls tab.
Last edited by Mikord : 02-05-08 at 10:26 AM.
Report comment to moderator  
Reply With Quote
Unread 02-05-08, 08:10 AM  
InspiredOgre
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Erm, sorry....

Like I said, dare you to answer all them Qs... But I have another one.

Its been asked before.

Thorns, Talented reflective PW:S, and Retribution Aura all "reflect XX <damage element> damage to <target>"

If I understand your replies on this topic in the past, there IS a way to filter out this sort of damage, but it would require finding the thingy and doing the dohicky and the thingamabob.

Yeah, I know, my IT guys love me too. Its similar to what you did to find the "AI has faded from friend" event in your example video.

Trouble is, I... Cant... Figgue... it out. Any shot I can get some help? I can find the strings with enableing the messaging thing, but I get lost on how to program it into a custom event...
Report comment to moderator  
Reply With Quote
Unread 02-05-08, 08:03 AM  
InspiredOgre
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
2.4...

I posted the following over at Greyhoof's EavesDrop, however, I use MSBT ever since I found it, and the same question can be asked of you, Mik, here it is, in all its rambleing glory.

Hey, Ive been bored, and overly curious.... and.... bored.

Have you had a chance to see what they have said about the changes to combat logs in 2.4?

They talk about no more "text strings" instead they will be sending "events" to the log, yay? Anyway, if I understand what I have read, it is not putting addons like Eavesdrop in default UI, instead its basically in the background, altering the fundamentals of what and how data is sent to the client... Right?

Question is this, if you have read what Slouken has said, and he has said ENOUGH to speculate (I personally cant understand what his posts ever mean, its over my head) How will the new system effect Eavesdrop?

Will we be able to keep the same functionality?

Will functionality be improved?

Can we expect any potential for more features?
Another question, now that I was bothered enough to actually make an account to post...

My dream, other than world peace, where I can have a hottie BElf GF /nerd, is for a combonation of 3 of my most massive addons (memory and CPU usage-wise) MSBT, Eavesdrop, and damage meters (wont specify which one I use right now, cause... well, I dont, long, boreing, useless story.)

Ive Loved Greyhoof's stuff, and still do, Eavesdrop and proximo are awesome. But, I think he may be less than... willing to step away from the code he already has down.

My dream is a seamless transition from Icon based "battle" or "combat" text, that is short term memory, an icon based combat log that is sortable, and filterable on the fly (that is, kinda, what 2.4 promises... right?) and lastly, a per-combat based (with the ability to add combat's together) damage meter (close to what Recount does, but easier to manage, and again, seamless) that ALSO outputs selections into a log that can be sent through WWS-style programs.

Sounds like a massive undertaking... and probably dreaming on, but I guess the simpler question is, MSBT, Eavesdrop, and Recount, right? thats as close as I can get?

Like I said, Rambleing glory! Dare you to answer all my Q's, cant do it =P
Report comment to moderator  
Reply With Quote
Unread 02-03-08, 04:40 PM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

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

I've never really looked into that because I've always just used MSBT's output since it offers far more flexibility and I also don't actually have to be looking at somebody to know when they are no longer being healed by hots, etc.

Taking a cursory look through the fonts.xml interface file, I can see where the built-in damage font is set, but I don't see one for the built-in healing. A possibility would be to use some trickery like backing up the original ttf file and putting a new one in its place, then pointing the unit, normal, and damage fonts to the backup. I don't know that it would work, but it should.

Chauie:

No, MSBT will notice you don't have the icon module installed and ignore that option. On the Spam Controls tab there is a "Hide Skills" check box that can be used to disable/enable the display of all skill names. Make sure it isn't checked.
Report comment to moderator  
Reply With Quote
Unread 02-03-08, 04:06 PM  
Chauie
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I actually don't have the Skill Icons Mod enabled because I felt that it would sort of lag my computer. Would I have to go re-enable that mod and recheck that option?

Edit: I just re-downloaded the Icon mod and unchecked the exclusive thinger option. Got rid of the mod again and it works fine!
Last edited by Chauie : 02-03-08 at 04:18 PM.
Report comment to moderator  
Reply With Quote
Unread 02-03-08, 12:09 PM  
Epzilon
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Healing font

Hello

I wondered if it was possible to change the font over friendly players whenever I heal them. I noticed its possible to hook on and of enabling "game healing" in options menu. Is it possible to configure the font on the game healing? If it's not possible in this addon, could you point out where I can do it? I'm also working on with clearfont, but I don't see any options for ingame healing/damage over friendlys/foes either.

Thank you very much.
Report comment to moderator  
Reply With Quote
Unread 02-03-08, 09:51 AM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 61
File comments: 503
Uploads: 2
Re: Pet Skill Names

Turkelton:

Outside of directly modifying the lua code, there isn't a way to change the trailers. I do have plans to make them customizable though. I just haven't had an opportunity to add it as I've been busy getting ready for the massive changes Patch 2.4 is bringing to the entire combat logging system.

Chauie:

"Exclusive Skill Names" is enabled by default on the Skill Icons tab. The option makes it so the skill names are ignored if there is an icon for it.
Last edited by Mikord : 02-03-08 at 09:52 AM.
Report comment to moderator  
Reply With Quote
Unread 02-02-08, 09:28 PM  
Chauie
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Pet Skill Names

I can't figure out how to show the name of the ability my pet uses when he does damage. All that MSBT shows atm is Pet 143! etc. It just shows the amount of damage, but not the skill name. I went to the outgoing pet tab and it even shows that the code that it's supposed to show is %s and %a for skill name and amount of damage.
Report comment to moderator  
Reply With Quote
Unread 02-01-08, 10:41 PM  
Turkleton
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 4
Recently switched from SCT and am really enjoying your addon!

I was looking through the options, and I was unable to figure this out, so if anyone can help me, it would be greatly appreciated.

Whenever I partially block, it shows up like this: (500 blocked)

Is it possible to change it so it just shows: (500)

Thanks!
Report comment to moderator  
Reply With Quote
Unread 02-01-08, 12:28 AM  
Vekkth
A Defias Bandit

Forum posts: 2
File comments: 10
Uploads: 0
Mik - my thoughts exactly.
another thing that it seems that they changed things quite a bit with recent patch - i got also one (pretty old) addon stopped working normally without any reason after patch, so i had to recode it from scratch.

thumbs up for the great addon btw
Report comment to moderator  
Reply With Quote
Unread 01-31-08, 08:36 PM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

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

Interesting. My guess is MSBT is processing the event so quickly that the WoW API hasn't had a chance to flag the spell as active yet.

I'll come up with a solution and package it up with version 5.1 that I'll release along with Patch 2.4. I'll probably add a new secondary condition to check if a unit is trivial or not.
Last edited by Mikord : 02-01-08 at 01:10 AM.
Report comment to moderator  
Reply With Quote
Unread 01-31-08, 03:55 PM  
Vekkth
A Defias Bandit

Forum posts: 2
File comments: 10
Uploads: 0
i have a strange issue

i tuned custom event for Victory Rush on my warrior - searching You has slained (-+)! win HOSTILE_DEATH (i think its something like that)

and put 2 secondary checks
spell ready Victory Rush (which works)
spell usable Victory Rush (which worked at start - i am sure it did, now it doesnt)

thing is if i remove Spell Usable i get the message from every kill, but it also proks from mobs/players who dont give expirience/honor, which is pretty annoying

now if i put spell usable in, it doesnt show up when i kill targets normally (again, it did quite fine when i first tuned down this custom event, but stopped some days ago) but it shows if i kill to targets at the same time - looks like it tries to read status of victory rush just a little bit before it actually become usable, so on next kill the check is passed and the even fires.

any idea how it can be workarounded/solved?

thanks in advance.

ps oh i've just read previous comments about this, so may be you want to know that the solution you post isnt working correctly - once again, it fires the event every time you kill a target, even if it is not unlocks Victory Rush. i guess Spell ready thing checks for cooldown, not usability.
Last edited by Vekkth : 01-31-08 at 03:57 PM.
Report comment to moderator  
Reply With Quote
Unread 01-27-08, 08:06 PM  
strickland
A Cyclonian

Forum posts: 40
File comments: 195
Uploads: 0
That worked man, Thanks alot! Great mod I love it so much.
Report comment to moderator  
Reply With Quote
Unread 01-27-08, 05:33 PM  
blankStare
A Kobold Labourer

Forum posts: 1
File comments: 82
Uploads: 0
2.4

plz, plz, plz get ready for version 2.4. I would be lost without my MSBT. If you need testers, let me know.

Also, could you make the default for inventory full larger.
Last edited by blankStare : 01-27-08 at 05:35 PM.
Report comment to moderator  
Reply With Quote
Unread 01-27-08, 01:11 AM  
Mikord
A Theradrim Guardian
AddOn Author - Click to view AddOns

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

Alright I had to go get the specifics on the spell. You don't get a buff so that's why you can't use a self buff gain main condition.

The ability becomes available when you get a killing blow, so you will have to make a search pattern trigger for a killing blow.

Main Condtion: Search Pattern
Parameter: You have slain .+
Secondary Condition: Spell Ready
Parameter: Victory Rush
Trigger Event Types: CHAT_MSG_COMBAT_HOSTILE_DEATH

Of course if you aren't on an English client, the text will have to be appropriately translated.
Last edited by Mikord : 01-27-08 at 01:11 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: