Buy House Assister - 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: LUA Modules / Addons (https://www.mmominion.com/forumdisplay.php?fid=102) +---- Thread: Buy House Assister (/showthread.php?tid=20403) |
Buy House Assister - Kali - 02-20-2018 This script is intended for abandoned houses left on a random lockout and will iterate through the menus for you. It's intended to be used as a Shortcut User Function. Minion Button > Shortcuts > User Functions (bottom) > New, name it w/e you want, like BuyHouse, and paste the code below as the function. You then have to create a keybind or a Button Bind, whichever you prefer. This function will act as a toggle, first use = enabled, 2nd use = disabled, etc. Just making a small edit till Kali gets on next. ~HusbandoMax Code: local delay = 250 --Delay between purchase attempts, 1000 is 1 second RE: Buy House Assister - alfy16 - 02-20-2018 works great thank you kali! RE: Buy House Assister - Ash-Brighter - 02-24-2018 thanks! been looking for something like this. RE: Buy House Assister - Kali - 03-17-2018 Updated the code in the OP. If the user wasn't in an FC, and had no previous homes before, then there is no select string menu and would lock up in step 1. It should now work properly for those users. Let me know if you encounter any other bugs, I won't mind taking the time to fix it if you're having issues with something. RE: Buy House Assister - Gseeker - 04-04-2018 Thanks Kali! I was looking for something like this! But im a noob in coding so i need to ask! If i want to use this scrip for private plot, must i change an integer or anything? Cause i have an FC house but not a private and dont want to relocate the FC by mistake. RE: Buy House Assister - NSix - 04-20-2018 bump! is this safe for FC leaders? RE: Buy House Assister - Rurouni - 05-25-2018 I've binded this code to a shortcut but nothing seems to happen. Do I need to manually open the Residential District Aethernet? Also, how would I know if the code is working? Thanks for the code Kali ! Keep up the great work! RE: Buy House Assister - NSix - 08-04-2018 This used to work great! But now it no longer spams the target. It works once, then never again. RE: Buy House Assister - super4uwak - 09-09-2018 dosent work anymore, chat spams string errors RE: Buy House Assister - Firewing26 - 01-20-2019 The code will go through the buy process but then hangs at the Placard screen so I have to click "Purchase land" then it does everything and loops back around again. am I missing something? |