No i never, UC code has 3 buffs hardcoded client side...
If ride show buff etc
UC Below:
d:=g_WMainImages.Images[906];
if d <> nil then begin
dsurface.Draw (SCREENWIDTH - 149 - d.Width, 5, d.ClientRect, d, TRUE);
end;
d := nil;
d:=g_WMainImages.Images[877];
if d <> nil...