07-09-2019, 11:47 PM
Thank you i would appreciate that! Open up db_localization.lua (open it with notepad) this has a list of mobs in this format.
{
contentId = 8630,
name_en = "Tempest Swallow",
name_de = "",
name_fr = "",
name_ja = "",
name_ko = ""
},
Thinking about it now... it will likely not work with other languagues (at least for SHB) as it is looking to match the name on the hunt log game element to list in that file. For instance, early on I had misspelled ronkan with ronkon and it didnt add the mob to the db so i made sure i spellchecked them all before releasing it.
{
contentId = 8630,
name_en = "Tempest Swallow",
name_de = "",
name_fr = "",
name_ja = "",
name_ko = ""
},
Thinking about it now... it will likely not work with other languagues (at least for SHB) as it is looking to match the name on the hunt log game element to list in that file. For instance, early on I had misspelled ronkan with ronkon and it didnt add the mob to the db so i made sure i spellchecked them all before releasing it.