thenameless
Member
- Joined
- Jun 19, 2005
- RedCents
- 624¢
Are you guys seeing the fabled mob's as named mobs on the hud. not sure why i am not seeing um, i must be missing some thing here.
not tested but i think this may work to say there is a fabled('s) up
I am going to try changing
Too
on my Hud that would be the 2 lines under the 10 named spawns on lap top so i cant try it out yet. i am not confident it will work any thoughts?
not tested but i think this may work to say there is a fabled('s) up
I am going to try changing
Rich (BB code):
//GM
GMInd1=3,5,130,25,255,0,${If[${Spawn[gm].ID},There Is Currently :,]}
GMInd2=3,5,130,25,255,0,${If[${Spawn[gm].ID},,There Is Currently :]}
GMInd3=3,105,130,255,25,0,${If[${Spawn[gm].ID},A Gm In The Zone,]}
GMInd4=3,105,130,255,234,8,${If[${Spawn[gm].ID},,No Gm In Zone]}
Too
Rich (BB code):
//Fabled
FabledInd1=3,820,132,25,255,0,${If[${Spawn[Fabled].ID},There Is Currently :,]}
FabledInd2=3,820,132,25,255,0,${If[${Spawn[Fabled].ID},,There Is Currently :]}
FabledInd3=3,820,144,255,25,0,${If[${Spawn[Fabled].ID},Fabled('s) In zone,]}
FabledInd4=3,820,144,255,234,8,${If[${Spawn[Fabled].ID},,No Fabled In Zone]}
on my Hud that would be the 2 lines under the 10 named spawns on lap top so i cant try it out yet. i am not confident it will work any thoughts?


