• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Class hud

Seems i need to open an account to get this one back up working =)

- decker
 
Not sure if this will help since I can't program my way out of a wet paper bag, but here goes. This is the spawn section I copied out of the HUD.ini that I use. Maybe you can copy and modify it a bit for your use:


;Spawn info:
;---------------------
Spawnlist=3,425,105,255,255,255,~~Spawn List~~
Spawn1=3,415,115,255,255,0,#1 ${If[${NearestSpawn[1,npc #].Name.NotEqual["NULL"]},${NearestSpawn[1,npc #].Level},]} - ${If[${NearestSpawn[1,npc #].Name.NotEqual["NULL"]},${NearestSpawn[1,npc #].Name},]}
Spawn2=3,415,125,255,255,0,#2 ${If[${NearestSpawn[2,npc #].Name.NotEqual["NULL"]},${NearestSpawn[2,npc #].Level},]} - ${If[${NearestSpawn[2,npc #].Name.NotEqual["NULL"]},${NearestSpawn[2,npc #].Name},]}
Spawn3=3,415,135,255,255,0,#3 ${If[${NearestSpawn[3,npc #].Name.NotEqual["NULL"]},${NearestSpawn[3,npc #].Level},]} - ${If[${NearestSpawn[3,npc #].Name.NotEqual["NULL"]},${NearestSpawn[3,npc #].Name},]}
Spawn4=3,415,145,255,255,0,#4 ${If[${NearestSpawn[4,npc #].Name.NotEqual["NULL"]},${NearestSpawn[4,npc #].Level},]} - ${If[${NearestSpawn[4,npc #].Name.NotEqual["NULL"]},${NearestSpawn[4,npc #].Name},]}
Spawn5=3,415,155,255,255,0,#5 ${If[${NearestSpawn[5,npc #].Name.NotEqual["NULL"]},${NearestSpawn[5,npc #].Level},]} - ${If[${NearestSpawn[5,npc #].Name.NotEqual["NULL"]},${NearestSpawn[5,npc #].Name},]}
 
Ok this looks like it will work fine..(I haven't fully tested it)

But it appears in the middle of the screen. Can anyone tell me how to get it over to the left hand side with the rest of my hud?

I would prefer that it be right above the ability timers.

Thanks in advance.
 
I just use the standard mage hub from here. I replaced the NS (Named spawn) lines with the code that was posted here. I will post my hub when I get home if you do need it.
 
OK if you want to do it yourself:

Spawnlist=3,425,105,255,255,255,~~Spawn List~~

This means:

Name=<Dont touch>,<horizontal cord in pixels>,<vertical cord in pixels>,<Color code 1>,<Color code 2>,<Color code 3>,<text on screen>

So if you want to put this on the left side:
Spawnlist=3,10,100(or what ever will make it show under what you have now in your hud),255,255,255,~~Spawn List~~

- decker
 
I'll try to see if I can figure it out when I get home. Thank You.

I got it thanks.
 
Last edited:
Class hud

Users who are viewing this thread

Back
Top
Cart