Any text that has "special" effects does not show in the 3.14 client.
For example:
NPC Code:
showtext -1,x,y,Arial,,Hi #a;
changeimgcolors -1,0,1,0,0;
Will not show because of changeimgcolors.
or
NPC Code:
showtext -1,x,y,Arial,b,Hi #a;
Will not show because it is bolded.
Anyone know why?