Page 13 of 13

Re: [Addon] MikScrollingBattleText [Continued]

PostPosted: Fri Dec 16, 2016 11:42 pm
by viken
Athene wrote:Hi,

You can get rid of this merging by tweaking value @Line 131 of MikScrollingBattleText/MikScrollingBattleText.lua

Code: Select all
-- How long to wait before showing events so that merges may happen.
local MERGE_DELAY_TIME = 0.3;


low value = less merging = more spamming


Tell me if you get what you're looking for ;)


With the tweak as you mentioned, I wasn't able to get the result I hoped for. Abilites like Whirlwind where you hit 1-4 enemies at the same time, it still pops up like this:

heres what I edited from 0,3 to 0,0
Image

Image

Would like to see every Whirlwind hit seperately, if thats possible, anyhow great addon.

Re: [Addon] MikScrollingBattleText [Continued]

PostPosted: Thu Dec 29, 2016 12:48 am
by Natural20
Is there any way to write a trigger in MSBT for Revenge on a prot warrior? I can't figure out exactly how to pick out the trigger conditions I need.

Re: [Addon] MikScrollingBattleText [Continued]

PostPosted: Thu Dec 29, 2016 3:43 am
by Natural20
If I wanted to code up an alert to show when I should cast revenge on a warrior, how would I go about doing it?

I can't figure out which trigger I'd need to use.