Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion

Reply
 
LinkBack Thread Tools
Old 12/12/06, 8:19 PM   #101
probiscus
Bald Bull
 
Human Death Knight
 
<QQ>
Kilrogg
Originally Posted by Twid
Originally Posted by Tarnop
I was looking for a way to fix a simple but effective addon I used called AssistHelper. Tiny amount of code, all it did was let you bind one key to make your target the Main Assist, and another key to assist that player. Now the funtion AssistByName() has been killed (god knows why) the only way to rewrite this addon is to create
If you're just a dps class and don't care about your focus for anything else (decursing, healing, etc...)

Button 1: /focus <your MA>
Button 2: /assist focus

I used this macro on the Twin Emps this week for burning down the little bugs and it worked perfectly.

On a side note, as a warlock, focus is particularly handy for fearing the spawns from the Anubisaths after Huhuran. I used the same /focus <target> button, and my button 2 was:

/cast [target=focus] Fear

It is very simple, and while burning down the Anubisath, I mash the tab button until I get a target that isn't the big guy. Once this happens, a quick Button 1/Button 2 combo later and I retarget the main mob and continue dps. Hitting button 2 when I see my focus target lose the fear debuff keeps it off the group, and when my focus target disappears (despawns), I go back to tabbing through to grab a new mob to fear.
WRT to the first quoted post: my guild has been using "MainAssist" with great results. The cool thing about it is it's coded to tell you how many people are assisting your MA, and there is a color coding option that turns YOUR window red if you're on the wrong target. Good stuff.

WRT the second quoted post: the [focus] function has been a huge hit w/ our pvp groups. I'm still working to get used to setting my focus, announcing it to /ra via the macro, then remembering to keep an eye on that healer I have as my focus - but the lag associated with the target changing is basically eliminated, which makes these macro's the best thing since sliced bread IMO. Especially in the case w/ my fel - which is on a separate GCD. Nevermind the ability to repeatedly CoT that one healer (or whatever) - without ever targeting them.

Offline
Reply With Quote
Old 12/13/06, 6:57 AM   #102
• Chicken
Co-starring: The Egg
 
Chicken's Avatar
 
Ginakursia
Goblin Warlock
 
No WoW Account (EU)
Originally Posted by Mizerok
Anyone have teh script on hand to remove the map button from the minimap? I know I saw it somewhere, just can not for the life of me remember where at the moment.
/script MiniMapWorldMapButton:Hide()

Is what you're looking for.

buff /bʌf/ Pronunciation[buhf]
–verb (used with object)
- to reduce or deaden the force of

Netherlands Offline
Reply With Quote
Old 12/13/06, 8:17 AM   #103
Playered
Soda Popinski
 
Playered's Avatar
 
Tauren Druid
 
Twisting Nether (EU)
Originally Posted by Chicken
Originally Posted by Mizerok
Anyone have teh script on hand to remove the map button from the minimap? I know I saw it somewhere, just can not for the life of me remember where at the moment.
/script MiniMapWorldMapButton:Hide()

Is what you're looking for.
You sir, are a god-send :)

So many people in my guild have whined about this damned button, and I personally wouldn't mind seeing the back of it xD

Originally Posted by Vontre
I don't know anything

Great Britain Offline
Reply With Quote
Old 12/13/06, 8:35 AM   #104
Lok
Von Kaiser
 
Murloc Mage
 
Zuluhed
Here are a few I am using with my mage

1. My icebarrier/manashield macro. Reset means if I haven't hit it in 24s, it will start at the top with ice barrier again. The reset timer assumes ice floes

/castsequence reset=24 Ice Barrier, Mana Shield

2. An ice block, cold snap macro. I didn't have the nice cancel iceblock part at the start, but this works fine if you dont mind manually cancelling. Usually it is lack of ice block that makes me want to cold snap.

/castsequence reset=240 ice block, cold snap

3. A self buff macro I find this useful in pvp. I put in a reset because I can chain cast the sequence in under 30s, and I dont want to be stuck down in the chain. I ranked them low to high mana cost so if I need to just damp and run, I can do that and the reset will kick in and let me do the rest when I have mana.

/castsequence reset=30 Dampen Magic, Mage Armor, Arcane Intellect

4. I have been trying to get these to work with the new button command. What I want them to do is left click teleport, or right click portal with one macro per town. My aim was to compress the number of buttons on my bar for ports. These as they stand do not work and I am wondering if the macro is bad or if the problem is bartender 3.

/cast [button:2] Portal: Ironforge; Teleport: Ironforge
/cast [button:2] Portal: Stormwind; Teleport: Stormwind
/cast [button:2] Portal: Darnassus; Teleport: Darnassus

From the mage link I am using the eat food and water macro...works great. Same goes for the counterspell macro, water elemental macro.

Offline
Reply With Quote
Old 12/13/06, 9:06 AM   #105
• Chicken
Co-starring: The Egg
 
Chicken's Avatar
 
Ginakursia
Goblin Warlock
 
No WoW Account (EU)
On a completely unrelated note, I'm certain a bunch of people would appreciate this one as well:

/script RAID_CLASS_COLORS["SHAMAN"]

[top] { r


0.96, g = 0.55, b = 0.73 }

This sets the class colour for Shamans back to the familiar pink colour. I'd personally not recommend using it and getting used to the new class colour, but I'm certain some people appreciate having the option. You can also make use of this to change the raid class colours for the classes in general if you're inclined to some more UI customization.

It can take a while before the colour change goes through however, and I've noticed some Ace mods in particular tend to cache the colours from the global settings and never acces them from there again usually, but it should work with a fair amount of mods.

buff /bʌf/ Pronunciation[buhf]
–verb (used with object)
- to reduce or deaden the force of

Netherlands Offline
Reply With Quote
Old 12/13/06, 11:06 AM   #106
castille
μ
 
castille's Avatar
 
Goblin Mage
 
Mal'Ganis
One of those macros that just made my life easier:

/use [indoors] Red Qiraji Resonating Crystal;Stormpike Battle Ram

Simplistic, but it seems to work.

23:40:55> [Illidan Stormrage's] [Shear] was blocked by [Castille].

United States Offline
Reply With Quote
Old 12/13/06, 11:43 AM   #107
bekayoh
(^________^)
 
bekayoh's Avatar
 
Blood Elf Priest
 
Illidan
Originally Posted by Lok
4. I have been trying to get these to work with the new button command. What I want them to do is left click teleport, or right click portal with one macro per town. My aim was to compress the number of buttons on my bar for ports. These as they stand do not work and I am wondering if the macro is bad or if the problem is bartender 3.

/cast [button:2] Portal: Ironforge; Teleport: Ironforge
/cast [button:2] Portal: Stormwind; Teleport: Stormwind
/cast [button:2] Portal: Darnassus; Teleport: Darnassus

From the mage link I am using the eat food and water macro...works great. Same goes for the counterspell macro, water elemental macro.
For any button 1/button2 macro you need to have both.

/cast [button:1] Teleport: Ironforge; [button:2] Portal: Ironforge

like that. I used the button 1/2 for all mage stuff like the armors, arcane brill or int, and dampen and amplify. Also I made one for making water/food.

Show me on the paper doll where the devs nerfed you.
http://sig.gamerdna.com/quizzes/INFL...s/brelarow.png

Offline
Reply With Quote
Old 12/13/06, 12:10 PM   #108
Errand
Glass Joe
 
Dwarf Priest
 
Arthas
Does anyone know how to/if you can put item counts in the macro icons? I wrote a simple poison application one for myself:

/use Crippling Poison
/use [button:1] 16; [button:2] 17
Basic left click applies to main hand, right click applies to offhand, but I'd like to get the icon to give me a poison remaining count. I've tried the #show crippling poison, but I don't think the '?' will work off an item in your inventory (or at least I haven't gotten it to).

Offline
Reply With Quote
Old 12/13/06, 1:43 PM   #109
Nisu
Soviet Canuckistanian
 
Nisu's Avatar
 
Blood Elf Hunter
 
Mal'Ganis
Originally Posted by Errand
Does anyone know how to/if you can put item counts in the macro icons? I wrote a simple poison application one for myself:

/use Crippling Poison
/use [button:1] 16; [button:2] 17
Basic left click applies to main hand, right click applies to offhand, but I'd like to get the icon to give me a poison remaining count. I've tried the #show crippling poison, but I don't think the '?' will work off an item in your inventory (or at least I haven't gotten it to).
It does work (I've gotten it to work with food, for example), but you need to spell the item name correctly, with appropriate caps and punctuation, and include the rank, like so:

#show Crippling Poison III

Canada Offline
Reply With Quote
Old 12/13/06, 2:28 PM   #110
Errand
Glass Joe
 
Dwarf Priest
 
Arthas
Damn rank. I was hoping it would function the same for items as it did for spells and abilities. Hook me up with the rank 3 Crippling though.

Thanks

Offline
Reply With Quote
Old 12/13/06, 6:41 PM   #111
Whiteknight
Bald Bull
 
Whiteknight's Avatar
 
Night Elf Warrior
 
Proudmoore
What does the [help] modifier do?
Oh, and is there a link to a complete modifier reference somewhere?

Offline
Reply With Quote
Old 12/13/06, 7:18 PM   #112
Axelrod
Von Kaiser
 
Troll Hunter
 
Mannoroth
Originally Posted by Whiteknight
What does the [help] modifier do?
Oh, and is there a link to a complete modifier reference somewhere?
It executes the macro if you're targetting a friendly target. Here's a nice compilation of information:
http://www.wowwiki.com/Most_Used_Macros

Offline
Reply With Quote
Old 12/13/06, 7:21 PM   #113
Namahs
Glass Joe
 
Tauren Shaman
 
Zenedar (EU)
Originally Posted by bekayoh
For any button 1/button2 macro you need to have both.

/cast [button:1] Teleport: Ironforge; [button:2] Portal: Ironforge

like that. I used the button 1/2 for all mage stuff like the armors, arcane brill or int, and dampen and amplify. Also I made one for making water/food.
People using these kind of macros, are you all playing with the original actionbars? I couldn't get it to work with either Bartender or Bongos, maybe I'm doing something wrong? I could get the very same macro to work with Blizzards own bars.

And to the poster above me; The [harm] and [help] modifiers kicks in when targeting a hostile(harm) or friendly(help) target. For example

/cast [help] Healing Wave; [harm] Earth Shock

Would cast Healing wave when targeting a friend and Earth Shock when targeting a enemy.

Offline
Reply With Quote
Old 12/13/06, 9:11 PM   #114
bekayoh
(^________^)
 
bekayoh's Avatar
 
Blood Elf Priest
 
Illidan
Originally Posted by Namahs
Originally Posted by bekayoh
For any button 1/button2 macro you need to have both.

/cast [button:1] Teleport: Ironforge; [button:2] Portal: Ironforge

like that. I used the button 1/2 for all mage stuff like the armors, arcane brill or int, and dampen and amplify. Also I made one for making water/food.
People using these kind of macros, are you all playing with the original actionbars? I couldn't get it to work with either Bartender or Bongos, maybe I'm doing something wrong? I could get the very same macro to work with Blizzards own bars.
I'm using trinity. Works fine.

Show me on the paper doll where the devs nerfed you.
http://sig.gamerdna.com/quizzes/INFL...s/brelarow.png

Offline
Reply With Quote
Old 12/13/06, 11:06 PM   #115
 squiffy
Don Flamenco
 
Goblin Rogue
 
Blackrock
Originally Posted by Namahs
People using these kind of macros, are you all playing with the original actionbars?
Prat was the mod that caused macros to not work for me with Bongo's or Trinity action bars.

Something about it's targetting behaviour that was causing them to not work.

Of course if you're not using Prat... but if you are either try updating it, or removing it, and see if macros work then.

New Zealand Offline
Reply With Quote
Old 12/14/06, 2:10 AM   #116
Namahs
Glass Joe
 
Tauren Shaman
 
Zenedar (EU)
I don't use Prat, but I'll go check out Trinity, thanks for the tip!

And it's not that macros don't work, it's just that kind of macro, any other macro works just fine (mouseover cleanse macros etc)

Offline
Reply With Quote
Old 12/14/06, 5:54 AM   #117
ninor
Piston Honda
 
ninor's Avatar
 
Tauren Druid
 
<nam>
Stormscale (EU)
According to the wowace forum you need button:01 and button:02 on bars with paging functions. [ or substitute "0" with whatever page the macro is actually on]
My guess is that both bartender3 and bongos has that.

See if that fixes your problem before changing the entire addon :)

[edit, clarification]


Offline
Reply With Quote
Old 12/14/06, 7:48 AM   #118
uruloki
Von Kaiser
 
Tauren Druid
 
Sisters of Elune
Originally Posted by ninor
According to the wowace forum you need button:01 and button:02 on bars with paging functions. [ or substitute "0" with whatever page the macro is actually on]
My guess is that both bartender3 and bongos has that.

See if that fixes your problem before changing the entire addon :)

[edit, clarification]
No fix. I am running Prat and Bartender3. I turned off Prat (before logging in), no go. Added the bar number, no go. Turned on Prat, used the bar number, no go.

Offline
Reply With Quote
Old 12/14/06, 8:24 AM   #119
ninor
Piston Honda
 
ninor's Avatar
 
Tauren Druid
 
<nam>
Stormscale (EU)
Sorry, I wrote it wrong.

Here is the supposed fix from the Bartender3 thread on Wowace forum:

Simple fix, use [button:S01] and [button:S02] .. the 0 is basicly the page you are on, for non shapeshifters thats always 0. If you are a shapeshifter, and have your page set to 7, its S71 and S72.

The numbers for bars using manual or modifier paging are more complex and really shouldnt be used. sorry. But i dont think any other bar addon would make that possible at all.


Offline
Reply With Quote
Old 12/14/06, 8:43 AM   #120
Lok
Von Kaiser
 
Murloc Mage
 
Zuluhed
Thanks for the tip on specifying [button:1]. What I don't understand is from the macro tutorial [button:1] is supposed to be the default value and it should be unecessary to specify it. When I ran this macro

/cast [button:2] Portal: Ironforge; Teleport: Ironforge

no matter whether I left clicked or right clicked it would always cast teleport. This tells me it sees the second action just fine, but it is missing the first action (the right click). I will try your macro..perhaps going [button:1] first makes the difference.

Offline
Reply With Quote
Old 12/14/06, 8:43 AM   #121
uruloki
Von Kaiser
 
Tauren Druid
 
Sisters of Elune
Yes and no. I finally got my Mage's macros working with Prat and Bartender3 (which is the actual problem).

According to the WoWAce trouble shooting, S01 is for shapeshifters and bar 1. It's for any!

I created my macro and got it working on Bar 1. When I changed it to put it on bar 5, trying S41 and S51 (index 0) it wouldn't work. When I went back to S01, it worked even on bar 5.

/cast [button:S01] Conjure Water; [button:S02] Conjure Food
I then tested a macro which had never moved off of Bar 5 while I troubleshot, and it worked as well.

/cast [button:S01] Teleport: Undercity; [button:S02] Portal: Undercity
Edit: See ya Glass Joe! :)

Offline
Reply With Quote
Old 12/14/06, 11:35 AM   #122
Ahiru
Von Kaiser
 
Night Elf Rogue
 
Eonar
Quick question: Can modifiers be used on the #show command to change the icon of a macro? For example, could I have a macro like:

#show [stealth]Cheap Shot; [nostealth]Gouge
/cast [stealth]Cheap Shot; [nostealth]Gouge
The reason I'm doing things like this is that I've tried a couple of bar mods and they all have the annoying habit of sometimes getting stuck on the stealth page even though I've broken stealth. So I'm trying to replicate their behavior with macros instead of bar paging.

Offline
Reply With Quote
Old 12/14/06, 2:16 PM   #123
Malan
Mind the gap.
 
Malan's Avatar
 
Malan
Tauren Shaman
 
No WoW Account
Ahiru I assume you mean you want the icon to change in the #show? I believe I read a Slouken post that said you have to choose only 1 icon, it can't be swapped around at anytime.

United States Offline
Reply With Quote
Old 12/14/06, 2:33 PM   #124
Uziel
Piston Honda
 
Night Elf Warrior
 
Burning Blade
Originally Posted by Malan
Ahiru I assume you mean you want the icon to change in the #show? I believe I read a Slouken post that said you have to choose only 1 icon, it can't be swapped around at anytime.
Do you mean except for Cast Sequence? If you choose a question mark as the icon, it displays whichever spell is next in the queue. On my paladin, I have it so all of my Seals switch to Judgement (and icon is updated as well).

Offline
Reply With Quote
Old 12/14/06, 4:38 PM   #125
Ahiru
Von Kaiser
 
Night Elf Rogue
 
Eonar
Originally Posted by Malan
Ahiru I assume you mean you want the icon to change in the #show? I believe I read a Slouken post that said you have to choose only 1 icon, it can't be swapped around at anytime.
Correct. I wanted to create the appearance of a bar paging when I enter/leave stealth without actually having a paging bar, since the paging bar sometimes gets stuck. Oh well, I have the arrangement of my stealth bar 90% memorized anyway. Thanks for the reply.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
more macros Lodi User Interface and AddOns 6 06/17/07 9:37 AM