Is it possible to show value in stateiconinfo?

goddameit

New member
Messages
59
Points
0
Age
34
Emulator
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?

Code:
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 } },	}}
 
Last edited by a moderator:
Back
Top