what is correct code line ?

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

botofall
decaying skeleton
decaying skeleton
Posts: 8
Joined: Thu Oct 14, 2004 2:01 am

what is correct code line ?

Post by botofall » Wed Nov 03, 2004 7:44 pm

fixed !

Code: Select all


Targetboxlabel2=3,2,360,255,234,8,]|==============================================|[ 
Grp1=3,2,370,255,234,8,]|                                                                                            |[ 
Grp3=3,2,380,255,234,8,]|                                                                                            |[ 
Grp4=3,2,390,255,234,8,]|                                                                                            |[ 
Grp2=3,2,400,255,234,8,]|                                                                                            |[ 
Grp5=3,2,410,255,234,8,]|                                                                                            |[ 
Grp6=3,2,420,255,234,8,]|                                                                                            |[
Group0=3,8,370,5,234,8,${Me}
Group1=3,8,380,5,234,8,${Group[1]} 
Group2=3,8,390,5,234,8,${Group[2]}
Group3=3,8,400,5,234,8,${Group[3]}
Group4=3,8,410,5,234,8,${Group[4]}
Group5=3,8,420,5,234,8,${Group[5]}

GroupD0=3,80,370,255,234,8, ~~~~~~~~~~~>
GroupD1=3,80,380,255,234,8, Distance is: ${Group[1].Distance}
GroupD2=3,80,390,255,234,8, Distance is: ${Group[2].Distance}
GroupD3=3,80,400,255,234,8, Distance is: ${Group[3].Distance}
GroupD4=3,80,410,255,234,8, Distance is: ${Group[4].Distance}
GroupD5=3,80,420,255,234,8, Distance is: ${Group[5].Distance}

GroupHP0=3,170,370,255,104,8, HP: ${Me.PctHPs}
GroupHP1=3,170,380,255,104,8,${If[${Group[1].ID}, HP: ${Group[1].PctHPs},]}
GroupHP2=3,170,390,255,104,8,${If[${Group[2].ID}, HP: ${Group[2].PctHPs},]}
GroupHP3=3,170,400,255,104,8,${If[${Group[3].ID}, HP: ${Group[3].PctHPs},]}
GroupHP4=3,170,410,255,104,8,${If[${Group[4].ID}, HP: ${Group[4].PctHPs},]}
GroupHP5=3,170,420,255,104,8,${If[${Group[5].ID}, HP: ${Group[5].PctHPs},]}

GroupHPS0=3,220,370,5,255,5,${If[${Me.PctHPs}>99,=====+,]}
GroupHPS1=3,220,370,150,200,5,${If[${Me.PctHPs}>79,${If[${Me.PctHPs}<100,=====,]},]}
GroupHPS2=3,220,370,200,200,5,${If[${Me.PctHPs}>59,${If[${Me.PctHPs}<80,====,]},]}
GroupHPS3=3,220,370,200,150,5,${If[${Me.PctHPs}>39,${If[${Me.PctHPs}<60,===,]},]}
GroupHPS4=3,220,370,150,150,5,${If[${Me.PctHPs}>19,${If[${Me.PctHPs}<40,==,]},]}
GroupHPS5=3,220,370,255,5,5,${If[${Me.PctHPs}>0,${If[${Me.PctHPs}<20,=,]},]}

GroupHPS11=3,220,380,5,255,5,${If[${Group[1].PctHPs}>99,=====+,]}
GroupHPS12=3,220,380,150,200,5,${If[${Group[1].PctHPs}>79,${If[${Group[1].PctHPs}<100,=====,]},]}
GroupHPS13=3,220,380,200,200,5,${If[${Group[1].PctHPs}>59,${If[${Group[1].PctHPs}<80,====,]},]}
GroupHPS14=3,220,380,200,150,5,${If[${Group[1].PctHPs}>39,${If[${Group[1].PctHPs}<60,===,]},]}
GroupHPS15=3,220,380,150,150,5,${If[${Group[1].PctHPs}>19,${If[${Group[1].PctHPs}<40,==,]},]}
GroupHPS16=3,220,380,255,5,5,${If[${Group[1].PctHPs}>0,${If[${Group[1].PctHPs}<20,=,]},]}

anywfixed ! each = is 20 % and for 100% i did =====+

maby someone will like it
Last edited by botofall on Wed Nov 03, 2004 11:29 pm, edited 1 time in total.

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Post by wassup » Wed Nov 03, 2004 9:50 pm

PctHps should be PctHPs first of all

User avatar
Cr4zyb4rd
Plugins Czar
Posts: 1449
Joined: Tue Jul 20, 2004 11:46 am

Post by Cr4zyb4rd » Wed Nov 03, 2004 10:04 pm

GroupHPS0=3,220,370,255,234,8, hihi this is broke
this line looks broken to me