Defias Brotherhood
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Macro Thread

+7
Coppersocket
Lexgrad
Sohan
Amaryl
Thondalar Stormleaf
Lavian
Thelos
11 posters

Go down

Macro Thread Empty Macro Thread

Post by Thelos Mon May 06, 2013 9:31 am

I'm creating a general macro thread because the only hit I came across in the search was a very specific thread about a specific problem. This should be a more general thread to request general macro help.

I'll start us of.

Oh, mighty macromancers! I seek a way to be able to press one button and yell one out of several random battlecries. Do you know a way to achieve this by macro's, or perhaps trough AddOns if it can't be done with just the game alone?

Thanks in advance!
Thelos
Thelos

Posts : 3392
Join date : 2011-07-18
Age : 33
Location : The Netherlands

Character sheet
Name:
Title:

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Feydor Mon May 06, 2013 9:40 am

ive just woek up but itd be something like
/run local t={"yell1","yell2","yell3"}SendChatMessage(t[random(#t)],"YELL")
Feydor
Feydor

Posts : 2199
Join date : 2010-06-27
Age : 30
Location : Newcastle, home of Chavs

Character sheet
Name: Theodore
Title: Grand Wizard

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Thelos Mon May 06, 2013 9:42 am

Feydor wrote:ive just woek up but itd be something like
/run local t={"yell1","yell2","yell3"}SendChatMessage(t[random(#t)],"YELL")

Thanks bro! I'll be sure to give that a shot.
Thelos
Thelos

Posts : 3392
Join date : 2011-07-18
Age : 33
Location : The Netherlands

Character sheet
Name:
Title:

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Lavian Mon May 06, 2013 11:15 am

This also a thread you want people to post their macro's for whatever uses in the game too?(Without being requested)
Lavian
Lavian

Posts : 3560
Join date : 2010-01-28
Age : 35
Location : Bergen, Norway

Character sheet
Name: Lavian
Title: Dread Knight

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Thelos Mon May 06, 2013 12:01 pm

Lavian Dawson wrote:This also a thread you want people to post their macro's for whatever uses in the game too?(Without being requested)

Sure! Anything concerning macro's is fair game.

I for one would be very interested to see some of your PVP macro's, Lavian, your holydin ones in particular.
Thelos
Thelos

Posts : 3392
Join date : 2011-07-18
Age : 33
Location : The Netherlands

Character sheet
Name:
Title:

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Lavian Mon May 06, 2013 12:48 pm

I'll post my ones soon when I am on her. No problem.
Lavian
Lavian

Posts : 3560
Join date : 2010-01-28
Age : 35
Location : Bergen, Norway

Character sheet
Name: Lavian
Title: Dread Knight

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Thondalar Stormleaf Mon May 06, 2013 1:22 pm

This one is lovely. It increases the camera zoom past what Blizz have in their normal interface settings.

/console CameraDistanceMaxFactor 4
/script SetCVar("cameraDistanceMax",100)
Thondalar Stormleaf
Thondalar Stormleaf

Posts : 777
Join date : 2012-05-14
Age : 36
Location : Manningtree, England

Character sheet
Name: Simaria
Title: Little Wolf

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Amaryl Mon May 06, 2013 3:07 pm

The most important macro for me is this one:

/e runs a hand through his greasy hair.

Amaryl

Posts : 2894
Join date : 2010-08-25
Age : 35
Location : The Netherlands

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Sohan Mon May 06, 2013 3:27 pm

Simaria wrote:This one is lovely. It increases the camera zoom past what Blizz have in their normal interface settings.

/console CameraDistanceMaxFactor 4
/script SetCVar("cameraDistanceMax",100)
Lovely indeed.

I don't really know where this macro could be used except when doing World Events where one has to find female characters.
Macro:
It basically tells you in the chat if your target is male or female. It also tells you what race they are.
Sohan
Sohan

Posts : 564
Join date : 2011-01-24
Location : Sweden

Character sheet
Name:
Title:

http://canthandlemyswag.com/

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Lexgrad Mon May 06, 2013 4:08 pm

Did that one work Thelos? I want a macro to not only say random light stuff when I use beacon of Light but also have the targets name in it.
Lexgrad
Lexgrad

Posts : 6140
Join date : 2011-03-12
Age : 41

Character sheet
Name:
Title:

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Feydor Mon May 06, 2013 5:30 pm

then just add %T into the yells
Feydor
Feydor

Posts : 2199
Join date : 2010-06-27
Age : 30
Location : Newcastle, home of Chavs

Character sheet
Name: Theodore
Title: Grand Wizard

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Thelos Tue May 07, 2013 9:43 am

Lexgrad wrote:Did that one work Thelos? I want a macro to not only say random light stuff when I use beacon of Light but also have the targets name in it.

It works like a charm!

Here's how I filled in the blanks:

/run local t={"For the Light! For the Naaru!","Pheta vi Acahachi!","Ma-no Icta!","For Argus!"}SendChatMessage(t[random(#t)],"YELL")
Thelos
Thelos

Posts : 3392
Join date : 2011-07-18
Age : 33
Location : The Netherlands

Character sheet
Name:
Title:

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Coppersocket Sun May 19, 2013 4:04 pm

/console spellEffectLevel 9999 during a WPVP event.
I dare you.
Coppersocket
Coppersocket

Posts : 2240
Join date : 2010-07-14
Age : 37
Location : Silverlavia Borders

Character sheet
Name: Mineral Coppersocket
Title: Street Sweeper, Jeweler

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Seranita Sun May 19, 2013 10:01 pm

and what about random emotes?
Seranita
Seranita

Posts : 4808
Join date : 2010-09-26

Character sheet
Name: Monrena
Title: Trainee Vindicator/engeneer

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Elric/Richard Mon May 20, 2013 1:12 am

/e scratches his head.
Elric/Richard
Elric/Richard

Posts : 121
Join date : 2012-03-19
Age : 27

Character sheet
Name: Elric Williams
Title: Door man, Paladin, Chevalier

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Feydor Mon May 20, 2013 1:24 am

Monrena wrote:and what about random emotes?

/run local t={"For the Light! For the Naaru!","Pheta vi Acahachi!","Ma-no Icta!","For Argus!"}SendChatMessage(t[random(#t)],"EMOTE")
Feydor
Feydor

Posts : 2199
Join date : 2010-06-27
Age : 30
Location : Newcastle, home of Chavs

Character sheet
Name: Theodore
Title: Grand Wizard

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Rargnasha Tue May 21, 2013 1:39 am

I spammed these three now and again during the battle in Dustwallow Marsh.

/y For the blood of the tribe!

/y Come closer you midget basterd! I want to look you in the eyes as you chocke on your own blood!

/y Lok'tar Ogar Brothers and sisters! Sound your battle cries as we'll make these marshes run red with the blood of the fallen! FOR THE HORDE!

And I actually clicked on them. Sad
Rargnasha
Rargnasha

Posts : 339
Join date : 2010-02-01
Age : 34
Location : Denmark

Character sheet
Name: Rargnasha
Title: Chieftain

Back to top Go down

Macro Thread Empty Re: Macro Thread

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum