Posts: 1
Threads: 0
Joined: Oct 2016
Hi Ace, I'm loving Sense so far, I'm rather new to FFXIV so for now just watching vids to see how helpful the profiles will be in raids. I'm getting through some grinding and I was trying to figure out how to write a universal sound trigger for other people gesturing or sending chats or invites of any kind. Is there a way I could use detect_action_user to trigger on anything coming from another user?
Posts: 2,172
Threads: 65
Joined: Oct 2013
10-24-2016, 01:45 PM
(This post was last modified: 10-24-2016, 01:46 PM by Ace.)
Code: detect_function = 'ControlVisible("_NotificationParty")'
detect_function = 'ControlVisible("_NotificationFcJoin")'
detect_function = 'ControlVisible("_NotificationTelepo")'
detect_function = 'ControlVisible("Trade")'
I think for what you're looking for with the gesturing, I'd have to add another detector to implement some chat code checking.
Posts: 51
Threads: 9
Joined: Sep 2014
Did you see my question? I post it here again:
I'm still confused about the sycn function, here is part of my a12s profile:
{ post = 66, sound = "Phase 2", main_image = "Phase 2", helper_image = "" },
{ post = 68, sound = "8 Adds Spawn", main_image = "8 Adds Spawn", helper_image = "" },
{ post = 103, sound = "4 Adds Spawn", sync = "The general's wing takes", jump = 105, windowopen = 66, windowclose = 103, main_image = "4 Adds Spawn", helper_image = "" },
{ post = 113, sound = "1st Almost Holy", main_image = "1st Almost Holy", helper_image = "" },
{ post = 121, sound = "2nd Almost Holy", main_image = "2nd Almost Holy", helper_image = "" },
{ post = 129, sound = "3rd Almost Holy", main_image = "3rd Almost Holy", helper_image = "" },
{ post = 137, sound = "4th Almost Holy", main_image = "4th Almost Holy", helper_image = "" },
{ post = 142, sound = "Might & Time Spawn", sync = "The general's might takes", jump = 144, windowopen = 104, windowclose = 142, main_image = "Might & Time Spawn", helper_image = "" },
{ post = 170, sound = "1 Minute Left", main_image = "1 Minute Left", helper_image = "", runcode = "SendTextCommand('/p 1 Minute<se.9>')" },
{ post = 200, sound = "30 Seconds Left", main_image = "30 Seconds Left", helper_image = "", runcode = "SendTextCommand('/p 30 Seconds<se.9>')" },
{ post = 220, sound = "10 Seconds Left", main_image = "10 Seconds Left", helper_image = "", runcode = "SendTextCommand('/p 10 Seconds<se.9>')" },
{ post = 230, sound = "Time Out", main_image = "Time Out", sync = "Executing judgment protocol", jump = 627, windowopen = 142, windowclose = 230, helper_image = "", runcode = "SendTextCommand('/p Time Out<se.9>')" },
{ post = 250, sound = "", sync = "Executing judgment protocol", jump = 627, windowopen = 142, windowclose = 250, main_image = "", helper_image = "" },
{ post = 627, sound = "Phase 3", sync = "who would inherit the future", jump = 627, windowopen = 230, windowclose = 627, main_image = "Phase 3", helper_image = "" },
{ post = 634, sound = "Tank LB", main_image = "Tank LB", helper_image = "", runcode = "SendTextCommand('/p Tank LB <se.1>')" },
The timeline does not jump to phase 3 when the boss said :"Executing judgment protocol", or "who would inherit the future".
Please help me to edit it, so I can know how to correct it. TY
Posts: 2,172
Threads: 65
Joined: Oct 2013
windowopen and windowclose are amounts in seconds to look backward or forward in the logs, not like you have here.
"{ post = 250, sound = "", sync = "Executing judgment protocol", jump = 627, windowopen = 142, windowclose = 250, main_image = "", helper_image = "" }," should be:
Code: { post = 250, sound = "", sync = "Executing judgment protocol", jump = 627, windowopen = 108, windowclose = 0, main_image = "", helper_image = "" },
looks like the jump tag is an issue on my end probably, I will issue an update asap.
Posts: 25
Threads: 2
Joined: Sep 2014
10-28-2016, 03:04 PM
(This post was last modified: 10-28-2016, 03:05 PM by ekehatatya.)
since today update not more apear in game
Posts: 106
Threads: 10
Joined: Mar 2015
Posts: 2,172
Threads: 65
Joined: Oct 2013
Working on getting a re-upload ASAP, sorry about that.
Posts: 8
Threads: 1
Joined: Dec 2015
Well, will it be any sourse of profiles for dummies like me? I just bought Sense, but really don't understand where to begin with it. At least where download profiles and triggers.
Posts: 290
Threads: 1
Joined: Sep 2014
(11-14-2016, 02:25 AM)tarasus Wrote: Well, will it be any sourse of profiles for dummies like me? I just bought Sense, but really don't understand where to begin with it. At least where download profiles and triggers.
http://www.mmominion.com/forum-182.html
Posts: 10
Threads: 0
Joined: Nov 2015
This might be a dumb question but can someone point me in the right direction for the Add-on folder. I cannot find it no matter where I look.
|