Macro Thread
+7
Coppersocket
Lexgrad
Sohan
Amaryl
Thondalar Stormleaf
Lavian
Thelos
11 posters
Page 1 of 1
Macro Thread
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!
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- Posts : 3392
Join date : 2011-07-18
Age : 34
Location : The Netherlands
Character sheet
Name:
Title:
Re: Macro Thread
ive just woek up but itd be something like
/run local t={"yell1","yell2","yell3"}SendChatMessage(t[random(#t)],"YELL")
/run local t={"yell1","yell2","yell3"}SendChatMessage(t[random(#t)],"YELL")
Feydor- Posts : 2199
Join date : 2010-06-27
Age : 30
Location : Newcastle, home of Chavs
Character sheet
Name: Theodore
Title: Grand Wizard
Re: Macro Thread
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- Posts : 3392
Join date : 2011-07-18
Age : 34
Location : The Netherlands
Character sheet
Name:
Title:
Re: Macro Thread
This also a thread you want people to post their macro's for whatever uses in the game too?(Without being requested)
Lavian- Posts : 3560
Join date : 2010-01-28
Age : 35
Location : Bergen, Norway
Character sheet
Name: Lavian
Title: Dread Knight
Re: Macro Thread
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- Posts : 3392
Join date : 2011-07-18
Age : 34
Location : The Netherlands
Character sheet
Name:
Title:
Re: Macro Thread
I'll post my ones soon when I am on her. No problem.
Lavian- Posts : 3560
Join date : 2010-01-28
Age : 35
Location : Bergen, Norway
Character sheet
Name: Lavian
Title: Dread Knight
Re: Macro Thread
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)
/console CameraDistanceMaxFactor 4
/script SetCVar("cameraDistanceMax",100)
Thondalar Stormleaf- Posts : 777
Join date : 2012-05-14
Age : 37
Location : Manningtree, England
Character sheet
Name: Simaria
Title: Little Wolf
Re: Macro Thread
The most important macro for me is this one:
/e runs a hand through his greasy hair.
/e runs a hand through his greasy hair.
Amaryl- Posts : 2895
Join date : 2010-08-25
Age : 36
Location : The Netherlands
Re: Macro Thread
Lovely indeed.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)
I don't really know where this macro could be used except when doing World Events where one has to find female characters.
- Macro:
- /run local genderTable = { "Unknown", "Male", "Female" }; DEFAULT_CHAT_FRAME:AddMessage('Target is ' .. genderTable[UnitSex("target")] .. ' ' .. UnitRace("target") ..'.');
Re: Macro Thread
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- Posts : 6140
Join date : 2011-03-12
Age : 42
Character sheet
Name:
Title:
Re: Macro Thread
then just add %T into the yells
Feydor- Posts : 2199
Join date : 2010-06-27
Age : 30
Location : Newcastle, home of Chavs
Character sheet
Name: Theodore
Title: Grand Wizard
Re: Macro Thread
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- Posts : 3392
Join date : 2011-07-18
Age : 34
Location : The Netherlands
Character sheet
Name:
Title:
Re: Macro Thread
/console spellEffectLevel 9999 during a WPVP event.
I dare you.
I dare you.
Coppersocket- Posts : 2240
Join date : 2010-07-14
Age : 37
Location : Silverlavia Borders
Character sheet
Name: Mineral Coppersocket
Title: Street Sweeper, Jeweler
Re: Macro Thread
and what about random emotes?
Seranita- Posts : 4808
Join date : 2010-09-26
Character sheet
Name: Monrena
Title: Trainee Vindicator/engeneer
Re: Macro Thread
/e scratches his head.
Elric/Richard- Posts : 121
Join date : 2012-03-19
Age : 28
Character sheet
Name: Elric Williams
Title: Door man, Paladin, Chevalier
Re: Macro Thread
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- Posts : 2199
Join date : 2010-06-27
Age : 30
Location : Newcastle, home of Chavs
Character sheet
Name: Theodore
Title: Grand Wizard
Re: Macro Thread
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.
/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.
Rargnasha- Posts : 339
Join date : 2010-02-01
Age : 34
Location : Denmark
Character sheet
Name: Rargnasha
Title: Chieftain
Similar topics
» need help with an equip/emote macro?
» The Transmogrification Thread
» The AFK Thread
» The Hug Thread!
» Help for Help- looking for... Thread
» The Transmogrification Thread
» The AFK Thread
» The Hug Thread!
» Help for Help- looking for... Thread
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum