Results: 3Comments by: JMFinWinnfield
File: MikScrollingBattleText10-22-14
Fulmination (Lightning Shield) tracking
Posted By: JMFinWinnfield
Maybe I'm doing it wrong, but I can't get MSBT to throw a notification using the following trigger for my Elemental Shaman: Main Event: Aura Application Event Conditions: 1) Recipient Unit Affiliation - Is Equal To - You 2) Skill Name - Is Equal To - Lightning Shield 3) Amount - Is Greater Than - 11 When I test the notifi...
File: MikScrollingBattleText10-18-14
Stanzilla: I'll look into it. F...
Posted By: JMFinWinnfield
Stanzilla: I'll look into it. For multistrike, I have to way to test it currently, but I think I understand from reading what it does and how it works. JMFinWinnfield: I just removed all references to mp3s from the code and dialogs because the game no longer supports them. I guess I missed the references in the readme. T...
File: MikScrollingBattleText10-18-14
Unable to add MP3 sounds via in-game options
Posted By: JMFinWinnfield
You state in the README that the MP3 format is valid for sound files, in addition to OGG. However, your current code only allows for the OGG format. Starting at line 368 in MSBTOptions\MSBTOptionsTabs.lua: local function MediaTab_ValidateCustomSoundPath(soundPath) if (not soundPath or soundPath == "") then return L.MSG_INVALID_S...