Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: sOuLz on December 16, 2002, 01:42 PM

Title: Lag icons
Post by: sOuLz on December 16, 2002, 01:42 PM
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.
Title: Re: Lag icons
Post by: Noodlez on December 16, 2002, 03:03 PM
take the image list out of ethbot source code
Title: Re: Lag icons
Post by: Arta on December 17, 2002, 02:44 AM
omfg
open the game, take a screenshot, done

if you can't figure out how to get ping icons what hope do you have?  ::)
Title: Re: Lag icons
Post by: Skywing on December 17, 2002, 09:03 AM
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.