ST33LDI9ITAL
Initiate
Alright, So it's been awhile and getting back into things after many years. Was messing with corpse names and decided to set the corpse OPL name as grey in color so easier to tell what corpses are grey on mouseover.
However, when you do that it displays the actual html tags in the all names and cntrl shift gump.
I realize this has been talked about before and searched around...but what I want to know is, why?
Why when you set OPL name to color the same value is used for displaying item name? Is there no way to separate the opl name from the item name to avoid this? I've been trying to track it down and figure it out but would appreciate anyone shedding some light on this.
Code:
list.Add(1046414, String.Format("<basefont color=#642EFE>{0}</basefont>", Name)); // the remains of ~1_NAME~
However, when you do that it displays the actual html tags in the all names and cntrl shift gump.
I realize this has been talked about before and searched around...but what I want to know is, why?
Why when you set OPL name to color the same value is used for displaying item name? Is there no way to separate the opl name from the item name to avoid this? I've been trying to track it down and figure it out but would appreciate anyone shedding some light on this.