Re: EDIT: ThinkOutLoud Configuration Help :3
Posted: Fri Apr 05, 2019 4:37 pm
I dont think it will work with /macro. Afaik thinkoutloud triggers on skill buttons, SwiftAssist isnt a skill per se.
Warhammer Online
https://returnofreckoning.com/forum/
4. Pronouncing assisted person in channel.
You can use
(it will use party channel if you are not in warband)Code: Select all
/swiftassist announcesetassist warband
to pronounce who you assist in channel chat.Code: Select all
/swiftassist announcesetassist scenario
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:
and type what you want to see in channel replacing XXX.Code: Select all
if serverCmd then SendChatText(L"<icon193> "..Addon.target,serverCmd) end
Its not nessesary, but more handy instead of pronouncing only Swift Assist icon and someones name:)Code: Select all
if serverCmd then SendChatText(L"<icon193> XXX"..Addon.target,serverCmd) end
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.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 ?
Something for you to check, as I just ran into this issue on my Zealot.Orgruk wrote: Sat Mar 28, 2020 4:34 pm Problem is RORBuilder is in English and my client not
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![]()