![]() |
[x64 Module] Daily Hunt Assistant (EN/DE/FR/JA/KO client only) [Updated: 30.12.2017] - 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: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA/KO client only) [Updated: 30.12.2017] (/showthread.php?tid=19709) |
RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - PixiKel - 12-23-2017 (12-21-2017, 04:02 PM)lanceangel Wrote: also, i have a simple request that you can add to settings in DFM, or make a new add-on. I personally wouldn't want this unless you could turn it off. Just another thing on the screen. Do you not keep the inventory grid up? Btw anahronik, THANK YOU for this addon! I've been using it for a couple of weeks now and it's so incredibly helpful! RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - itsu - 12-25-2017 kr server mob db template, modified lua RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - anahronik - 12-26-2017 (12-25-2017, 05:19 PM)itsu Wrote: kr server mob db template, modified lua itsu, May I include "DailyHuntAssistantMode.lua" modifications to my code? there are not much of name_ko filled...easiest way to get names is: 1) download FFXIV Data Explorer 2) open in it file SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\sqpack\ffxiv\0a0000.win32.index2 3) in tree select exd/bnpcname.exh 4) in top right part there is a combobox with language selection - select Korean 5) ctrl+A on table and copy to excel....then delete all columns excet 2 first. You can replace all parts of db_localization.lua in Notepad++, for example ',\r\n name_en = "' to '\t' and make is as a table with columns id | name_en | name_de .... After it you'll have two tables and you just need to use some functions (index and match) in Excel to add name_ko to big table...with another formula you can just make it '{ contentId = 4, name_en = "Antelope Stag", name_de = "Antilopenbock" ... },' I attach example of such excel file. RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - itsu - 12-26-2017 (12-26-2017, 05:52 AM)anahronik Wrote:(12-25-2017, 05:19 PM)itsu Wrote: kr server mob db template, modified lua add korean sheet RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - anahronik - 12-26-2017 (12-26-2017, 06:11 AM)itsu Wrote: add korean sheet Can you please test attached enemies list? RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - lanceangel - 12-26-2017 ana, in settings, can you add a slider for how many minutes until mark hunt fail? so it's customizable time. I'd like to make mine shorter. was doing kojin dailies on a bottox mesh the other day, then went straight into hunts on same map, and forgot to reload normal mesh. had a nasty mesh stuck, almost got banned RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - itsu - 12-27-2017 (12-26-2017, 05:16 PM)anahronik Wrote:(12-26-2017, 06:11 AM)itsu Wrote: add korean sheet it works can you add heavensward, stormblood enemies? RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - anahronik - 12-27-2017 itsu, they are already in the list...you didn't test them or they didn't work for you? Maybe some code need to be changed to understand ARR/HW hunt bills? lanceangel, sure RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - itsu - 12-27-2017 (12-27-2017, 05:23 AM)anahronik Wrote: itsu, this list ends here. data in the list works well. { contentId = 2918, name_en = "Will-o'-the-wyke", name_de = "Wirrlicht", name_fr = "Feu Fugace", name_ja = "ウィル・オ・ザ・ワイクス", name_ko = "윌 오 더 와이크" }, RE: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA client only) [Updated: 17.12.2017] - anahronik - 12-27-2017 itsu, you right....my bad. sorry. |