Jump to content
  • 0
Sign in to follow this  
goddameit

Is it possible to show value in stateiconinfo?

Question

My friend find something under 0x196

WBUFL(buf,17)=val1; //<----WBUFL(buf,21)=val2; //<----WBUFL(buf,25)=val3; //<----

so the server not only send the time but also value,

is that mean we can write something like this to show those value on status icon?

StateIconList[EFST_IDs.EFST_BLABLABLA] = {	haveTimeLimit = 1,	posTimeLimitStr = 2,	descript = {		{ "blablabla ", COLOR_TITLE_BUFF },		{ "%s", COLOR_TIME },		{ "Val1: %d", { 255, 255, 255 } },		{ "Val2: %d", { 255, 255, 255 } },		{ "Val3: %d", { 255, 255, 255 } },	}}
Edited by goddameit

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.