Oh, one more question - Ammo, Rabbit, or someone, can you give me a specific revision number to shoot for ("this build or higher") to get all of my guildmates running and point them to that will have the Twin Emps stuff fixed?
Oh, one more question - Ammo, Rabbit, or someone, can you give me a specific revision number to shoot for ("this build or higher") to get all of my guildmates running and point them to that will have the Twin Emps stuff fixed?
Oh, one more question - Ammo, Rabbit, or someone, can you give me a specific revision number to shoot for ("this build or higher") to get all of my guildmates running and point them to that will have the Twin Emps stuff fixed?
on Noth the plaguebringer when he teleports to the balcony. The add spawn timers are off by about 5 seconds. where it says Wave 1 and Wave 2.
As in the adds will spawn when the timer bars says they will spawn 5 secs later.
Edit: and would it be possible to add a 10second warning for twin emps teleport? I used bigwigs last night on twin emps and my guild was complaining that there wasn't a 10 sec warning and only a 5 second warning
Edit: and would it be possible to add a 10second warning for twin emps teleport? I used bigwigs last night on twin emps and my guild was complaining that there wasn't a 10 sec warning and only a 5 second warning
Just tell them to install Big Wigs and they'll get nice shiny bars for themselves.
Or just add a 10sec warning by yourself, the only annoying thing is that you have to do it new every update but C&P ftw ;)
Not 100% sure (<---lua noob) but it should work like that:
But open the ...\Interface\AddOns\BigWigs\AQ40\Twins.lua
Goto line 211 copy it insert it under it again and change the 25 to 20 and add a 2orso at the "portdelaywarn"
if self.db.profile.teleport then
          self:ScheduleEvent("BigWigs_Message", 25, L["portdelaywarn"], "Red")
          self:ScheduleEvent("BigWigs_Message", 20, L["portdelaywarn2"], "Red")
          self:TriggerEvent("BigWigs_StartBar", self, L["bartext"], 30, "Interface\\Icons\\Spell_Arcane_Blink", "Yellow", "Orange", "Red")
end
Then goto Line 35 and add
portdelaywarn2 = "Teleport in ~10 seconds!",
Iam not sure if BigWigs complains if you dont insert portdelaywarn2 only for your language client though...
Not sure if it works since we never used 10sec warnings and didnt need em, but it should work i think^^
Would it be possible to add a timer when Sapphiron Goes in the air till he casts the Ice Bomb.
The mechanics for this is the following from what i've noticed:
He deselects his target ( no noone targeted ) and from that point you have 24sec till he does the Ice Bomb. Could you please add a Warning as follows.
1) When Sapphiron deselects his target have a warning like "Sapphiron Takes Off!"
2) Have a bar showing "Ice Bomb starting to cast in" and have the time for it (As i said 24 sec from take off).
One other thing
He does the life drain 10sec after he casts the Ice bomb ( On landing ). So please change the warning accordingly.
Just as a note since I know you guys only want BigWigs to give timers, not tactics. For Noth when he blinks the mod says "Blink! Stop DPS!" it should probably be changed to just "Blink!" to fit in with that design decision. ;)
Nefarian's Priest call also includes a "command", it says "Priests - Stop healing!". Again for consistency I'd say it should be changed to "Priests - Heals cause damage!".
Just as a note since I know you guys only want BigWigs to give timers, not tactics. For Noth when he blinks the mod says "Blink! Stop DPS!" it should probably be changed to just "Blink!" to fit in with that design decision. ;)
Nefarian's Priest call also includes a "command", it says "Priests - Stop healing!". Again for consistency I'd say it should be changed to "Priests - Heals cause damage!".
Question about BigWigs and non-FuBar users... are there any known issues with the minimap button without FuBar? My raid leader turned off his minimap button and now we can't figure out how to turn it back on. I use FuBar so it works fine for me, but he does not. I told him to try doing /bw minimapattach but he says that it just keeps saying that it's off when he does that. Any suggestions on how I can get his button back on? :)
Question about BigWigs and non-FuBar users... are there any known issues with the minimap button without FuBar? My raid leader turned off his minimap button and now we can't figure out how to turn it back on. I use FuBar so it works fine for me, but he does not. I told him to try doing /bw minimapattach but he says that it just keeps saying that it's off when he does that. Any suggestions on how I can get his button back on? :)
KT cast an interruptable frostbolt on the MT, this is caught by NECB and shown as a timer "Frostbolt"
Im not exactly sure about the combat message, but i think its the normal XXX begins to cast Frostbolt.
if anyone can hack this into bigwigs id love you to death! I was trying to do it myself since we need it for tmrw, but i just couldn't figure it out.
Thanks in advance.
Just a few more notes on 'tactics' found in BigWigs:
- Viscidus. Most notably the second and third freeze warnings. I'd say when he actually freezes just turn it into either "Viscidus is frozen!" or "Third Freeze Phase - Hmm, pudding...".
- Shazzrah. It says "Self Buff - Dispel Magic!"
- Gluth. "Decimate - AoE zombies!"
- Maexxna. "Enrage - SQUISH SQUISH SQUISH!". Though I'd rather that one be kept in as it's funny.
Ok I may well earn a smite for this question, but I have looked at the wiki/searched this thread.
I was wondering about how placing raid icons works. My guild uses CTRA, I alone use bigwigs. They're not interested in using bigwigs, but they like the placing of raid icons instead of spamming people with raid warnings/whispers.
So, does bigwigs have to be set to broadcast in order to place raid icons? Or is simply being promoted and having that module active enough?
WoW addons are restricted from that sort of interaction with the disk, the best an addon could do is save them to its SavedVariables file.
However, you might find BugGrabber and BugSack rather handy. Way, way better than Improved Error Frame.
http://svn.wowace.com/files/BigWigs/BigWigs-r11631.zip
Wouldn't it be better to tell your guildies to stick to released versions of BigWigs on WoWi if you want to minimize problems?
The version I posted has fixes for problems already reported on the released version.
As in the adds will spawn when the timer bars says they will spawn 5 secs later.
Edit: and would it be possible to add a 10second warning for twin emps teleport? I used bigwigs last night on twin emps and my guild was complaining that there wasn't a 10 sec warning and only a 5 second warning
thx for the great mod, =)
Just tell them to install Big Wigs and they'll get nice shiny bars for themselves.
Not 100% sure (<---lua noob) but it should work like that:
But open the ...\Interface\AddOns\BigWigs\AQ40\Twins.lua
Goto line 211 copy it insert it under it again and change the 25 to 20 and add a 2orso at the "portdelaywarn"
Then goto Line 35 and add
Iam not sure if BigWigs complains if you dont insert portdelaywarn2 only for your language client though...
Not sure if it works since we never used 10sec warnings and didnt need em, but it should work i think^^
Would it be possible to add a timer when Sapphiron Goes in the air till he casts the Ice Bomb.
The mechanics for this is the following from what i've noticed:
He deselects his target ( no noone targeted ) and from that point you have 24sec till he does the Ice Bomb. Could you please add a Warning as follows.
1) When Sapphiron deselects his target have a warning like "Sapphiron Takes Off!"
2) Have a bar showing "Ice Bomb starting to cast in" and have the time for it (As i said 24 sec from take off).
One other thing
He does the life drain 10sec after he casts the Ice bomb ( On landing ). So please change the warning accordingly.
Nefarian's Priest call also includes a "command", it says "Priests - Stop healing!". Again for consistency I'd say it should be changed to "Priests - Heals cause damage!".
Fixed, thanks.
I found near the bottom of the file.
/bw plugin minimap
Ahh! Thank you, I should have looked more closely at the other command line options, but I was blinded by the minimapAttach one.
KT cast an interruptable frostbolt on the MT, this is caught by NECB and shown as a timer "Frostbolt"
Im not exactly sure about the combat message, but i think its the normal XXX begins to cast Frostbolt.
if anyone can hack this into bigwigs id love you to death! I was trying to do it myself since we need it for tmrw, but i just couldn't figure it out.
Thanks in advance.
- Viscidus. Most notably the second and third freeze warnings. I'd say when he actually freezes just turn it into either "Viscidus is frozen!" or "Third Freeze Phase - Hmm, pudding...".
- Shazzrah. It says "Self Buff - Dispel Magic!"
- Gluth. "Decimate - AoE zombies!"
- Maexxna. "Enrage - SQUISH SQUISH SQUISH!". Though I'd rather that one be kept in as it's funny.
Is it ok if I change that using my svn access or should I just report it ? :)
I was wondering about how placing raid icons works. My guild uses CTRA, I alone use bigwigs. They're not interested in using bigwigs, but they like the placing of raid icons instead of spamming people with raid warnings/whispers.
So, does bigwigs have to be set to broadcast in order to place raid icons? Or is simply being promoted and having that module active enough?
Fix all you want.