MMOMinion
Sense [Raid Warnings/Triggers] - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: STORE Addons (https://www.mmominion.com/forumdisplay.php?fid=171)
+--- Thread: Sense [Raid Warnings/Triggers] (/showthread.php?tid=17263)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: Sense [Raid Warnings/Triggers] - zhangxi689 - 10-16-2016

(10-16-2016, 10:35 PM)Ace Wrote:  You need to upload your file your file if you want me to check it.



RE: Sense [Raid Warnings/Triggers] - Ace - 10-17-2016

The problem is originating from the use of the % symbol (special lua string char). Still tracing the exact issue, but for now it should work by simply replacing % with %% . (i.e. "less 86%% Skiptable")


RE: Sense [Raid Warnings/Triggers] - zhangxi689 - 10-17-2016

(10-17-2016, 02:33 AM)Ace Wrote:  The problem is originating from the use of the % symbol (special lua string char).  Still tracing the exact issue, but for now it should work by simply replacing % with %% . (i.e. "less 86%% Skiptable")

If u can find the exact issue, it will be nice, and I can share it on forum. But anyway, I will try it and look if it work fine next week since I have already passed A11S for this week.


RE: Sense [Raid Warnings/Triggers] - Ace - 10-17-2016

All you have to do is what I already said, replace % with %%.


RE: Sense [Raid Warnings/Triggers] - MisterSerene - 10-17-2016

soooo, how do i make triggers and/or profiles?

I looking for info to make them for primals.


RE: Sense [Raid Warnings/Triggers] - Ace - 10-17-2016

Check the wiki. http://wiki.mmominion.com/doku.php?id=sense#trigger_sample_api


RE: Sense [Raid Warnings/Triggers] - ccb - 10-18-2016

where I can find the list of commands, like SendTextCommand, ActionList:StopCasting()


RE: Sense [Raid Warnings/Triggers] - super4uwak - 10-18-2016

one stupid question i just buy this addon yesterday havent much time to make some try outs but the wiki says i need to download and install the imagecreator and soundengine in the "bin" folder.
i download them and copie in bin folder and start as admin but its nothing happen :3 do i something wrong? or there will be no window pop up or anything?

regrads super4uwak

PS: using win 8.1 if this is necessary


RE: Sense [Raid Warnings/Triggers] - Zanci - 10-18-2016

(10-18-2016, 01:53 PM)super4uwak Wrote:  one stupid question i just buy this addon yesterday havent much time to make some try outs but the wiki says i need to download and install the imagecreator and soundengine in the "bin" folder.
i download them and copie in bin folder and start as admin but its nothing happen :3 do i something wrong? or there will be no window pop up or anything?

regrads super4uwak

PS: using win 8.1 if this is necessary

You have to download both exe and put them into the bin folder. Then start your game about the bot launcher - not the exe in the bin folder.


RE: Sense [Raid Warnings/Triggers] - zhangxi689 - 10-22-2016

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