Macro - Role-Play text list

Chat about everything else - ask questions, share stories, or just hang out.
User avatar
Hrolfr
Posts: 24

Macro - Role-Play text list

Post#1 » Tue Feb 14, 2017 6:09 pm

Hi fellow players,

I've got a lot of macros with /say "some role-play texts", and I would like to have only one button with a macro that says one random RP text from a list.
For wow, it would be something like that :

/run p={"Kill 'em all !","Die goblin !","Don't run !"}
/run SendChatMessage(p[random(1,3)], "SAY" )

Is there an equivalent for Warhammer ? I can't find anyway to randomise the /say from my macro.

Thank you.


EDIT :

Thanks a lot to Sullemunk, may his beard never fall.
This is a macro for randomised battlecries :


/script StringChatTables = {"Phrase 1","Phrase 2","Phrase 3","Phrase 4","Phrase 5","Phrase 6"} ;
SendChatText(L"/say "..towstring(StringChatTables[math.random(1,#StringChatTables)]), L"")

Just change the phrases with what you want, or just add more (with a comma , and quotes "" ) . It will automaticly calculate the numbers of phrases in the table and randomize it.
Last edited by Hrolfr on Wed Feb 15, 2017 4:00 pm, edited 2 times in total.
Image

Ads
User avatar
NoRKaLKiLLa
Posts: 1020
Contact:

Re: Macro - RP text list

Post#2 » Tue Feb 14, 2017 6:34 pm

1-install talk out loud addon
2-receive hate messages

There you go!
Image

User avatar
Glorian
Posts: 5004

Re: Macro - RP text list

Post#3 » Tue Feb 14, 2017 6:50 pm

NoRKaLKiLLa wrote:1-install talk out loud addon
2-receive hate messages
There you go!
It's a little different.
That lad dont want to spam a text on every ability like with "think out loud"
More something like a pool of npc texts he says when he wants something to say in combat.

User avatar
Martok
Posts: 2088
Contact:

Re: Macro - RP text list

Post#4 » Tue Feb 14, 2017 8:02 pm

NoRKaLKiLLa wrote:1-install talk out loud addon
2-receive hate messages

There you go!
You are the master!
Welcome to Warhammer, No Fun Allowed!!

User avatar
blaqwar
Posts: 471

Re: Macro - Role-Play text list

Post#5 » Tue Feb 14, 2017 8:16 pm

As has been mentioned above binding speech to ability usage is best done using the ThinkOutLoud addon. You can find the relevant topic here: viewtopic.php?f=55&t=19083& (including a very nice video on configuring the addon).

You can get the addon here: https://tools.idrinth.de/addons/thinkoutloud/

User avatar
Hrolfr
Posts: 24

Re: Macro - Role-Play text list

Post#6 » Tue Feb 14, 2017 8:26 pm

Thanks guys, but Glorian is right, it's not what I meant.

It's not about abilities, but only warcries, when charging with battle brothers from the guild and when I'm in the Thunderers gunline. I need a macro that can /s randomly one of my warcry from a list. Something like I wrote in the first post, but for Warhammer.
Image

User avatar
blaqwar
Posts: 471

Re: Macro - Role-Play text list

Post#7 » Tue Feb 14, 2017 8:27 pm

Advanced macroing is not one of WAR's strong suits. Perhaps an addon like Castsequence or NerfedButtons has the functionality you're looking for.

User avatar
Hrolfr
Posts: 24

Re: Macro - Role-Play text list

Post#8 » Tue Feb 14, 2017 8:39 pm

Thanks mate, I'll give it a look.
Image

Ads
User avatar
sullemunk
Addon Developer
Posts: 1233

Re: Macro - Role-Play text list

Post#9 » Tue Feb 14, 2017 8:56 pm

Hrolfr wrote:Hi fellow players,

I've got a lot of macros with /say "some role-play texts", and I would like to have only one button with a macro that says one random RP text from a list.
For wow, it would be something like that :

/run p={"Kill 'em all !","Die goblin !","Don't run !"}
/run SendChatMessage(p[random(1,3)], "SAY" )

Is there an equivalent for Warhammer ? I can't find anyway to randomise the /say from my macro.

Thank you.
You should be able to do this with the RoR macro as well, but the syntax is bit different.
Not home atm so I need to check it tomorrow
Image
Image Ethreal   Image Corque   Image Urgiz   Image Loxley   Image Chilli   Image Maduza

User avatar
Hrolfr
Posts: 24

Re: Macro - Role-Play text list

Post#10 » Tue Feb 14, 2017 9:33 pm

sullemunk wrote:
Hrolfr wrote:Hi fellow players,

I've got a lot of macros with /say "some role-play texts", and I would like to have only one button with a macro that says one random RP text from a list.
For wow, it would be something like that :

/run p={"Kill 'em all !","Die goblin !","Don't run !"}
/run SendChatMessage(p[random(1,3)], "SAY" )

Is there an equivalent for Warhammer ? I can't find anyway to randomise the /say from my macro.

Thank you.
You should be able to do this with the RoR macro as well, but the syntax is bit different.
Not home atm so I need to check it tomorrow

Great ! Thank you for your time :)
Image

Who is online

Users browsing this forum: BoriqOne, Speedyluck and 15 guests