Part of my HUD ini

Pickum

New member
Joined
Jul 3, 2016
Messages
2
Reaction score
0
Points
0
My wife and I like to box a few characters. Keeping an eye on stats (and especially invis) can be a pain, so I made a hud for her.


I typically do this for all 10 characters but here is the first character only. Parts were copied from previous posts - thanks to all.

Name1 =3,5, 560,280, 240,240,240,${If[${NetBots.Counts}>=1,${NetBots.Client.Arg[1]} ${NetBots[${NetBots.Client.Arg[1]}].Level} ,NA]}
Eye1 =3,5, 670,280, 50,220,50,${If[${NetBots.Counts}>=1 && ${NetBots[${NetBots.Client.Arg[1]}].Invis},INVIS,NO]}
HP1 =3,5, 720,280, 255,50,50,HP:${If[${NetBots.Counts}>=1,${NetBots[${NetBots.Client.Arg[1]}].PctHPs},]}%
Mana1 =3,5, 810,280, 100,100,255,M:${If[${NetBots.Counts}>=1,${NetBots[${NetBots.Client.Arg[1]}].PctMana},]}%
End1 =3,5, 900,280, 50,220,50,E:${If[${NetBots.Counts}>=1,${NetBots[${NetBots.Client.Arg[1]}].PctEndurance},]}%
Pet1 =3,5, 1000,280, 255,255,255,Pet:${If[${NetBots.Counts}>=1 && ${NetBots[${NetBots.Client.Arg[1]}].PetID}>0,${NetBots[${NetBots.Client.Arg[1]}].PetHP},]}%