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) |
RE: Sense [Raid Warnings/Triggers] - zhangxi689 - 10-15-2016 Is there any good way to debug the profile, I wrote a profile, but it doesn't work. RE: Sense [Raid Warnings/Triggers] - zhangxi689 - 10-16-2016 I found that Sense cannot read lua which has too many lines,like 100 lines?, so it's hard to make a complex timeline profile. RE: Sense [Raid Warnings/Triggers] - Zanci - 10-16-2016 I tested A10n.lua - a friend got it about discord. Edit Line 7 and 12 like this: --runcode = "SendTextCommand('/echo New Profile Alex 10.')" So that no text is shown but nothing happend in the fight. Enable Profiles Display Warnings - on Code: local profile = { RE: Sense [Raid Warnings/Triggers] - Ace - 10-16-2016 Sense can definitely read more than 100 lines, your code is bad in some other way. RE: Sense [Raid Warnings/Triggers] - zhangxi689 - 10-16-2016 (10-16-2016, 03:18 AM)Ace Wrote: Sense can definitely read more than 100 lines, your code is bad in some other way. I think it's problem of Sense, after I edit my lua in the profile folder, Sense cannot find the lua file that I just edited. I have to move it to other folder and change the name of the lua, then move it back so Sense can find it. Also, it may crash the client if I change the lua file name, and reload lua modules if I didn't do what I mention above. RE: Sense [Raid Warnings/Triggers] - Ace - 10-16-2016 I'm going to say.. no. I will add an error output for files in the next version. If it doesn't find the file, then you edited it incorrectly and it could not load it. This is not a Sense problem this is bad lua. RE: Sense [Raid Warnings/Triggers] - Zanci - 10-16-2016 Hm. that answers don't helped me. Bummer, i really like to use it and because i don't know how to write that lua i took one what was postet in discord. Then i will remove it if there is no support yet. RE: Sense [Raid Warnings/Triggers] - foxhound - 10-16-2016 what was your question? RE: Sense [Raid Warnings/Triggers] - zhangxi689 - 10-16-2016 It' s good u add a error output. However, once Sense read my profile, the client crushes, or Sense even can't find my profile. so I can't check where i get wrong. Can you make a error check tool? I believe it's very important because most end-game savage raid has very complex timeline, and hard to write it correctly directly for us. RE: Sense [Raid Warnings/Triggers] - Ace - 10-16-2016 You need to upload your file your file if you want me to check it. |