Thread Tools Display Modes
01-07-06, 12:05 PM   #1
smentzer
A Defias Bandit
Join Date: Jan 2006
Posts: 3
Lightbulb Floater settings for a warrior!

Here are some of the floaters I have set up for my warrior with 3.0, and the control conditions to make them work, in case these are usefeul for others. If you have other floaters, or suggestions to enhance these, please post em.

These all pop up floaters only when needed, except for sunder which stays visible in combat, as its always useful for generating hate (I am a 19/5/26 lvl 59 warrior mainly for instances, not pvp)

To make these, create floaters for each one, move the icons to where you want them, and then using the control tab under each floater, add these conditions:

Execute:
1 Action Usable:Execute->Response:Show
2 Action Unusable:Execute->Response:Hide

Revenge:
1 Action Usable:Revenge->Response:Show
2 Action Unusable:Revenge->Response:Hide

Sunder Armor:
1 In Combat->Response:Show
2 Not In Combat->Response:Hide

Battle Shout:
1 Buff Active on player:Battle Shout->Response:Hide
2 Buff Inactive on player:Battle Shout->Response:Show->Overridden By:3,4
3 Not In Combat->Response:Hide
4 Mana Player < 10->Response:Hide

Demoralizing Shout:
1 Debuff Inactive on target:Demoralizing Shout->Response:Show->Overridden By:3,4
2 Debuff Active on target:Demoralizing Shout->Response:Hide
3 Not In Combat->Response:Hide
4 Mana player < 10-> Response:Hide

Rend:
1 Debuff Inactive on target:Rend->Response:Show->Overridden By:3,4
2 Debuff Active on target:Rend->Response:Hide
3 Not In Combat->Response:Hide
4 Mana player < 10-> Response:Hide

Last edited by smentzer : 01-07-06 at 12:05 PM. Reason: editing
  Reply With Quote
01-07-06, 01:14 PM   #2
Arin
A Fallenroot Satyr
Join Date: Mar 2005
Posts: 23
Those are excellent! I just figured out what was going wrong with mine...i was using Target just parried condition, and it wasnt firing. My execute was working pretty good, I used Target Health <=20, but coudnt get it to hide again.. Ill use Action is usable now Thanks for sharing!
  Reply With Quote
01-12-06, 11:12 PM   #3
rawoul
A Kobold Labourer
Join Date: Jan 2006
Posts: 1
I also made a floater for Execute and Overpower, but i don't want to use the Action Usable or Action Unusable states because i want the buttons to show even if i don't have enough rage to use those attacks.

So for the Execute floater i used the following actions:

1) No Target Selected: Hide
2) Target Is Not: Hostile: Hide
3) Health Target > 20%: Hide
4) Health Target <= 0%: Hide
5) Health Target <= 20%: Show Overriden by 1,2,4

And for Overpower:

1) No Target Selected: Hide
2) Target Just Dodget: Show

But i don't know how to hide the floater after 4 seconds for Overpower. How can i do that ?
  Reply With Quote
01-13-06, 07:43 AM   #4
Lozareth
An Onyxian Warder
 
Lozareth's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 366
1) No Target Selected: Hide
2) Target Just Dodged: Show
3) Variable is False: DL_TARGET_DODGED; Hide
__________________
High Pope of the Divine Chihuahua
http://www.discordmods.com
  Reply With Quote
01-13-06, 07:52 PM   #5
axlash
A Kobold Labourer
Join Date: Oct 2005
Posts: 1
thx rawoul, it works fine for me.

i also want make macro for revenge without action 'usable' or 'unusable' status.

before 3.0 i have made my execute and revenge macro like this...

at 'Unit Combat Event'

if arg1 == "player" and arg2 == "DODGE" then
DAB_Floater_Show(36);
DAB_Floater_TimeToHide(36, 5);
end;

if arg1 == "player" and arg2 == "BLOCK" then
DAB_Floater_Show(36);
DAB_Floater_TimeToHide(36, 5);
end;

if arg1 == "player" and arg2 == "PARRY" then
DAB_Floater_Show(36);
DAB_Floater_TimeToHide(36, 5);
end;

how can i make these macro on DAB3.0?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » Floater settings for a warrior!


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off