Though, all of them have their index set in skillinfoz/jobinheritlist.lua.
I overcame this problem by disabling these entries in the _new_2dlayerdir_f.lua, but I would prefer not to disable them, but to solve the issue properly.
Am I missing something? Is there any configuration I am missing? Thanks for reading.
PS.: I used for testing the 2013-12-23 hexed. I also made a 100% new data folder for bRO, with lua files totally combined from the kRO, bRO and iRO.
Hi guys, so I'm having this kind of issue with spreditinfo/_new_2dlayerdir_f.lua:
It states that the table index of a specific entry is null, but it isn't. In fact, all of these entries are said to have null indexes:
[JOBID.JT_CHICKEN_B] = JOBID.JT_CHICKEN,
[JOBID.JT_CHICKEN2_B] = JOBID.JT_CHICKEN2,
[JOBID.JT_THIRDJOB_BEGIN] = JOBID.JT_NOVICE,
[JOBID.JT_RUNE_CHICKEN_H] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_ROYAL_CHICKEN_H] = JOBID.JT_ROYAL_CHICKEN
[JOBID.JT_WOLF_RANGER_H] = JOBID.JT_WOLF_RANGER,
[JOBID.JT_MADOGEAR_H] = JOBID.JT_MADOGEAR,
[JOBID.JT_RUNE_CHICKEN2] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN2_H] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN3] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN3_H] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN4] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN4_H] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN5] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN5_H] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_RUNE_CHICKEN_B] = JOBID.JT_RUNE_CHICKEN,
[JOBID.JT_ROYAL_CHICKEN_B] = JOBID.JT_ROYAL_CHICKEN,
[JOBID.JT_WOLF_RANGER_B] = JOBID.JT_WOLF_RANGER,
[JOBID.JT_MADOGEAR_B] = JOBID.JT_MADOGEAR,
[JOBID.JT_THIRDJOB_END] = JOBID.JT_NOVICE,
[JOBID.JT_FOX_PROF] = JOBID.JT_FOX_MAGICIAN,
[JOBID.JT_PECO_SWORD_B] = JOBID.JT_PECO_SWORD,
[JOBID.JT_PECO_SWORD_H] = JOBID.JT_PECO_SWORD,
[JOBID.JT_PIG_MECHANIC] = JOBID.JT_PIG_MERCHANT,
[JOBID.JT_OSTRICH_RANGER] = JOBID.JT_OSTRICH_ARCHER,
[JOBID.JT_LION_KNIGHT_H] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_LION_ROYAL_GUARD] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_LION_RUNE_KNIGHT] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_LION_CRUSADER] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_LION_CRUSADER_H] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_PIG_MECHANIC_B] = JOBID.JT_PIG_MERCHANT,
[JOBID.JT_OSTRICH_RANGER_B] = JOBID.JT_OSTRICH_ARCHER,
[JOBID.JT_LION_KNIGHT_B] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_LION_ROYAL_GUARD_B] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_LION_RUNE_KNIGHT_B] = JOBID.JT_LION_KNIGHT,
[JOBID.JT_LION_CRUSADER_B] = JOBID.JT_LION_KNIGHT,
Though, all of them have their index set in skillinfoz/jobinheritlist.lua.
I overcame this problem by disabling these entries in the _new_2dlayerdir_f.lua, but I would prefer not to disable them, but to solve the issue properly.
Am I missing something? Is there any configuration I am missing? Thanks for reading.
PS.: I used for testing the 2013-12-23 hexed. I also made a 100% new data folder for bRO, with lua files totally combined from the kRO, bRO and iRO.
Share this post
Link to post
Share on other sites