[Web] Simple macro to profile (Crafting) - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: Tools / Apps / Programs for FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=101) +---- Thread: [Web] Simple macro to profile (Crafting) (/showthread.php?tid=17104) |
[Web] Simple macro to profile (Crafting) - BadGuy - 08-20-2016 Hi all, I built this small one-page-app mostly for myself to generate macro based profiles *for crafting only* it basically translates each action line in to step 1-n. I'm @Nazarin on DC feel free to DM (I have a job with lots of travel so I may show online, but that may just be my home rig), if you have any questions. What I usually do is:
The important thing to note is that *this really isn't meant to be smart* it just recreates your macro step by step. It doesn't try to bait anything and it won't recover from certain steps failing; it'll just continue marching on. I found it useful for grinding as this is pretty much the automated process of what I was doing back then (same steps but then manually create the skill profile). I bet there's some browsers where the download doesn't work as it leverages the HTML5 download method. And this thing was put together quickly. If there are any major bugs that folks find I'm happy to look in to them as I have time. I don't have any KR/FR/DE accounts so I really haven't tested this with those languages (it should work I guess?) TO SUBMIT BUGS/ERRORS: If a profile isn't being generated properly (ids are null, or the skill ids don't match up) PLEASE paste the macro lines with your post, or send them to me through a direct message. I would be happy to solve any issues that any of you experience using this, but I can't if I can't recreate your problem and debug things. If a skill ID doesn't match up, tell me what skill id you were expecting. Update 04/11/2017 Recent updates made, besides from the updates it all works the same:
RE: [Web] Simple macro to profile (Crafting) - totfliega - 08-22-2016 nice ty for it RE: [Web] Simple macro to profile (Crafting) - ogogo - 09-13-2016 TY BRO I WILL TRY IT EDIT: I suck in making crafting profiles but this works like a charm u helped me so much RE: [Web] Simple macro to profile (Crafting) - BadGuy - 09-14-2016 (09-13-2016, 06:00 AM)ogogo Wrote: TY BRO I WILL TRY IT No worries, I'm glad it helped without a ton of bugs or something :) I'd still recommend existing profiles that the smart people made over this when you get the pre-req cross-class skills. RE: [Web] Simple macro to profile (Crafting) - krackle - 03-19-2017 just tried this out on some of my 2,3 and 4 star routines , works mint , nice work RE: [Web] Simple macro to profile (Crafting) - Leon - 03-21-2017 thanks! works fine. Would be nice, if we could add a .lua name for before downloading, otherwise we have to rename the default one everytime. RE: [Web] Simple macro to profile (Crafting) - BadGuy - 03-22-2017 (03-21-2017, 04:34 PM)Leon Wrote: thanks! works fine.Thanks for the feedback, I'll actually see if I can get this done in a bit. I'm still waiting for the 64-bit crafting stuff to come: I wonder if it'll change anything (based on the other skill profiles: probably not?), but I may do some larger work on this then. I'm glad I didn't write this for an audience of 1 :) RE: [Web] Simple macro to profile (Crafting) - BadGuy - 03-25-2017 I'm looking in to updating this to use Ace's updated craft skill manager, which greatly simplifies generating these things. I'll also add the script file naming bit :) RE: [Web] Simple macro to profile (Crafting) - Leon - 03-25-2017 thanks! Looking forward. RE: [Web] Simple macro to profile (Crafting) - Shinjo - 03-25-2017 Great tool! Thanks for the work done. Looking forward to the changes you're making. |