Page 1 of 1

MSBT Help (v4.0 - Athene Edit)

PostPosted: Tue Jul 21, 2015 8:39 pm
by Robotron
I am trying to do the following with MSBT:

1) Make it only display the ability icon and the number. Currently, it displays as such: [Icon] ### (Ability Name). I just want [Icon] ###.

2) Enable a text notification for Windfury procs.

Re: MSBT Help (v4.0 - Athene Edit)

PostPosted: Wed Jul 22, 2015 7:23 am
by schaka
Delete the MSBT files in your WTF folder while your game is closed.
You probably updated from the original MSBT 1.12 to his 4.0 version. That's the same issue I had too.

Re: MSBT Help (v4.0 - Athene Edit)

PostPosted: Wed Jul 22, 2015 11:10 am
by Athene
1) ^schaka (ty)
You used MSBT 3.01 before using the 4.0 ? or an older one ?

2) Edit the Trigger associated to the windfury and search for CHAT_MSG_SPELL_SELF_BUFF in the list, enable it if it wasn't (due to my old server using the wrong trigger) and it should be ok

Re: MSBT Help (v4.0 - Athene Edit)

PostPosted: Thu Jul 23, 2015 10:00 am
by Robotron
It tells me when I gain and lose Windfury Totem, but not when I actually gain an extra attack from it. That's what I need to know. I want a clear text indicator saying "Windfury!" or something. I edited the trigger as suggested. I also deleted the MSBT files in my WTF as directed in order to fix my first problem.

Re: MSBT Help (v4.0 - Athene Edit)

PostPosted: Thu Jul 23, 2015 5:07 pm
by Athene
Robotron wrote:It tells me when I gain and lose Windfury Totem, but not when I actually gain an extra attack from it. That's what I need to know. I want a clear text indicator saying "Windfury!" or something. I edited the trigger as suggested. I also deleted the MSBT files in my WTF as directed in order to fix my first problem.


Indeed, the trigger wasn't working^^ I wasn't able to test it before because this is my first time playing as horde :p

So, /msbt, edit the windfury trigger, the correct trigger is "CHAT_MSG_SPELL_PERIODIC_SELF_BUFFS" and the pattern in english should be "You gain Windfury Totem"

Here's a screenshot with SwStats Console to help you making custom Triggers

Image

@Frenchs: Patterns are regex expressions and "^$()%.[]*+-?)" are magic character, the escape character is % so the correct pattern is: "Vous gagnez Totem Furie%-des%-vents"
see: http://wowwiki.wikia.com/Pattern_matching

Re: MSBT Help (v4.0 - Athene Edit)

PostPosted: Mon Jul 27, 2015 9:33 pm
by Robotron
Thanks, this works (posting in case others have similar issues to me).