Jump to content
  • 0

Status Icons not respecting their Priority?


Lanielle

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/10/18
  • Last Seen:  

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?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

I believe that Food buffs/negative status always go to the last part of your status :))

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/10/18
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...