MMOMinion

Full Version: [x64 Module] Daily Hunt Assistant (EN/DE/FR/JA/KO client only) [Updated: 30.12.2017]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
(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.
it's basically a number that shows inventory spaces remaining. can drag anywhere on the screen. (can be only a number, or text box "Inventory Slots Remaining = x"). personally i would do just a number, but up to you.
settings has 2 things. a checkbox, and a slider to re-size. (also a color selector if you want ^^)

could even have audio notifications (10 slots left, 5 etc). if you need code for that, HusbandoMax has audio notifications in his GatheringNotifications add-on.

I noticed the need for this when doing AFK gathering scripts, as your bag fills up fast, and changing maps closes your bag so you can't see it. would also help in general maintaining inventory and crafting.

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!
kr server mob db template, modified lua
(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.
(12-26-2017, 05:52 AM)anahronik Wrote: [ -> ]
(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.

add korean sheet
(12-26-2017, 06:11 AM)itsu Wrote: [ -> ]add korean sheet

Can you please test attached enemies list?
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
(12-26-2017, 05:16 PM)anahronik Wrote: [ -> ]
(12-26-2017, 06:11 AM)itsu Wrote: [ -> ]add korean sheet

Can you please test attached enemies list?

it works
can you add heavensward, stormblood enemies?
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
(12-27-2017, 05:23 AM)anahronik Wrote: [ -> ]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

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 = "윌 오 더 와이크"
},
itsu,
you right....my bad. sorry.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23