Jump to content
  • 0

Status Icons not respecting their Priority?


Question

Posted

Hello! I'm having an issue where certain icons refuse to show in their assigned priorities through stateiconimginfo.lua, which reads as follows in my case:

PRIORITY_GOLD = 0
PRIORITY_GREEN = 1
PRIORITY_RED = 2
PRIORITY_BLUE = 3
PRIORITY_WHITE = 4

Unless I am misinterpreting the way the system works, icons listed here should show in this particular order (Gold > Green > Red > Blue > White), but sometimes this still happens:

A0BBq6V.jpg  cdcx9V7.jpg

Despite the status icons being declared in their respective priorities:

[PRIORITY_GREEN] = {
	[EFST_IDs.EFST_ATTHASTE_POTION1] = "공속물약.tga",
	[EFST_IDs.EFST_FOOD_STR] = "str_gogi.tga",
},
[PRIORITY_RED] = {
	[EFST_IDs.EFST_BODYSTATE_FREEZING] = "BD_Freezing.tga",
},
[PRIORITY_BLUE] = {
	[EFST_IDs.EFST_MONSTER_TRANSFORM] = "변신.tga",
	[EFST_IDs.EFST_POISONINGWEAPON] = "인찬트포이즌.tga",
},

Am I missing something here or is the system not designed to work this way?

2 answers to this question

Recommended Posts

  • 0
Posted

That seems awkwardly arbitrary, and other statuses also sometimes end up in the middle (?) of the buff list, regardless of when they are applied or their duration:

H8aA6wS.jpg

The vast majority of icons do respect their priorities though, but it's these few ones that are giving me trouble. Is there another file that governs their priorities? Are some of these hardcoded and therefore disregard lua settings?

If someone could shed some light on this problem, it would be immensely helpful.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...