Page 3 of 3

Re: EDIT: ThinkOutLoud Configuration Help :3

Posted: Fri Apr 05, 2019 4:37 pm
by Phantasm
I dont think it will work with /macro. Afaik thinkoutloud triggers on skill buttons, SwiftAssist isnt a skill per se.

Re: EDIT: ThinkOutLoud Configuration Help :3

Posted: Fri Apr 05, 2019 4:38 pm
by Quillog
What exactly are you trying to do? Announcing who you attack?

Re: EDIT: ThinkOutLoud Configuration Help :3

Posted: Mon Apr 08, 2019 10:36 am
by DaWolf
For Swift_Assist you have to follow the recommendation here : viewtopic.php?f=66&t=26643&hilit=enemy+ ... all+in+one
4. Pronouncing assisted person in channel.

You can use

Code: Select all

/swiftassist announcesetassist warband
(it will use party channel if you are not in warband)

Code: Select all

/swiftassist announcesetassist scenario
to pronounce who you assist in channel chat.
Also you can choose what channel chat is saying by editing SwiftAssist.lua.
You can find that file in/Warhammer online/Interface/Addons/Swift-Assist/
Find line:

Code: Select all

if serverCmd then SendChatText(L"<icon193> "..Addon.target,serverCmd) end
and type what you want to see in channel replacing XXX.

Code: Select all

if serverCmd then SendChatText(L"<icon193> XXX"..Addon.target,serverCmd) end
Its not nessesary, but more handy instead of pronouncing only Swift Assist icon and someones name:)

Re: EDIT: ThinkOutLoud Configuration Help :3

Posted: Sat Mar 28, 2020 3:39 pm
by Orgruk
I got some problems with thinkoutloud when it comes to using skills with comma, how to handle it ?

Re: EDIT: ThinkOutLoud Configuration Help :3

Posted: Sat Mar 28, 2020 4:21 pm
by Phantasm
Orgruk wrote: Sat Mar 28, 2020 3:39 pm I got some problems with thinkoutloud when it comes to using skills with comma, how to handle it ?
There are same problems with Aura, what I do is copy paste name of skill from /buffhead cache or using RoRBuilder and rightclick/inspect element (firefox) of needed skill/tactic name.

Re: EDIT: ThinkOutLoud Configuration Help :3

Posted: Sat Mar 28, 2020 4:34 pm
by Orgruk
Problem is RORBuilder is in English and my client not :D

By example, Choppa skills :
- Avorton Coincé (Git stuck in) works well with Think out loud
- Pluss'vite les kikoup ! (Chopa Fasta!) doesn't work at all due to the comma :x

Re: EDIT: ThinkOutLoud Configuration Help :3

Posted: Sun Jun 21, 2020 4:15 am
by Nathrin
Orgruk wrote: Sat Mar 28, 2020 4:34 pm Problem is RORBuilder is in English and my client not :D

By example, Choppa skills :
- Avorton Coincé (Git stuck in) works well with Think out loud
- Pluss'vite les kikoup ! (Chopa Fasta!) doesn't work at all due to the comma :x
Something for you to check, as I just ran into this issue on my Zealot.

I was attempting to add my M4 Tzeentch’s Shielding to TOL, and nothing was happening. After trying a couple of things, I found myself on the Wikipedia page for the Apostrophe symbol, and noticed there are two different types listed there. I had a much, much closer look at my new M4, and noticed they used the second one listed on the Wikipedia page, rather than the first. As soon as I copy+pasted this one in, rather than using the on from my keyboard, it worked immediately.