10-16-2016, 11:48 PM
10-17-2016, 02:33 AM
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")
10-17-2016, 09:06 AM
(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.
10-17-2016, 01:14 PM
All you have to do is what I already said, replace % with %%.
10-17-2016, 02:18 PM
soooo, how do i make triggers and/or profiles?
I looking for info to make them for primals.
I looking for info to make them for primals.
10-17-2016, 07:21 PM
Check the wiki. http://wiki.mmominion.com/doku.php?id=se...sample_api
10-18-2016, 05:22 AM
where I can find the list of commands, like SendTextCommand, ActionList:StopCasting()
10-18-2016, 01:53 PM
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
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
10-18-2016, 03:52 PM
(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.
10-22-2016, 06:29 AM
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
{ 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