Can anyone help me out with a link for all the lag icons used on battle.net? sorry, i'm to damn lazy to take SS's.
take the image list out of ethbot source code
omfg
open the game, take a screenshot, done
if you can't figure out how to get ping icons what hope do you have? ::)
You can get those in the Starcraft MPQ; Look for files "icons\greenlag.pcx", "icons\yellolag.pcx", and "icons\redlag.pcx" (these should be in StarDat.mpq, BrooDat.mpq, or patch_rt.mpq).
The best way to draw them is to just store one segment of each color bar in a bitmap, and draw that segment however many times is necessary (offsetting it by the width of the segment each time) based on the ping of the user.