Change Log 17 May 2011
Reply
17 May 2011
Added a new pod graphic for MQ2EmuCharacters for people who have a ton of toons. It's wider but not as tall, the buttons have been moved to the right of the HP bars.
This will effect underfoot and SoD. To use the new layout, download the new compile with and copy the new UI files over. Then use this ini:

Macro
More +
[Settings]
XML=MQUI_Master.xml
ToolTipOn=0
ShowInBackground=0
MoveButton.Graphic=Button_Move
MoveButton.Top=-1
MoveButton.Left=-1
MoveButton.Height=7
MoveButton.Width=7
Pod.Graphic=Wnd_Character2
Pod.Top=0
Pod.Left=0
Button.Up.Graphic=Button_Up_Small
Button.Down.Graphic=Button_Down_Small
UpdateTimer=300




[Default]
Button.Names=Button1 Button2 Button3 Button4 Button5 Button6 Button7 Button8 Button9
Label.Names=Label1 Label2
Bar.Names=Bar1 Bar2 Bar3 Bar4

Pod.OnClick=${If[${NetBots[${Character}].InZone},/target ${Character},/popup ${Character} isn't in the zone]}
Pod.Color=${If[${MouseOver},255,180]} 255 255 255
Pod.ToolTip=${Character} - ${NetBots[${Character}].PctHPs}%
Pod.ToolTipColor=255 255 255 255
pod.TopNext=56
Pod.LeftNext=0
Pod.Height=55
Pod.Width=178

Button1.Caption=${If[${NetBots[${Character}].State.Equal[SIT]},Sta,Sit]}
Button1.CaptionLeft=4
Button1.CaptionTop=3
Button1.CaptionFontSize=1
Button1.CaptionColor=${If[${NetBots[${Character}].State.Equal[SIT]},255 255 0 0,255 255 255 255]}
Button1.OnClick=${If[${NetBots[${Character}].State.Equal[SIT]},/bct ${Character} //sit off,/bct ${Character} //sit on]}
Button1.ToolTip=${If[${NetBots[${Character}].State.Equal[SIT]},Stand ${Character} up.,Sit ${Character} down.]}
Button1.ToolTipColor=255 255 255 255
Button1.Top=4
Button1.Left=114
Button1.Height=15
Button1.Width=19

Button2.Caption=on
Button2.CaptionColor=255 110 255 110
Button2.CaptionLeft=4
Button2.CaptionTop=3
Button2.CaptionFontSize=1
Button2.OnClick=${If[${NetBots[${Character}].InZone},/bct ${Character} //multiline ; /target PC ${Me.Name} ; /netfollow on,/popup ${Character} isn't in the zone]}
Button2.ToolTip=Make ${Character} follow me.
Button2.ToolTipColor=255 255 255 255
Button2.Top=4
Button2.Left=134
Button2.Height=15
Button2.Width=19

Button3.Caption=off
Button3.CaptionColor=255 110 255 110
Button3.CaptionLeft=4
Button3.CaptionTop=3
Button3.CaptionFontSize=1
Button3.OnClick=/bct ${Character} //netfollow off
Button3.ToolTip=Turn ${Character}`s follow off.
Button3.ToolTipColor=255 255 255 255
Button3.Top=4
Button3.Left=154
Button3.Height=15
Button3.Width=19

Button4.Caption=tar
Button4.CaptionColor=255 255 255 255
Button4.CaptionLeft=4
Button4.CaptionTop=3
Button4.CaptionFontSize=1
Button4.OnClick=/bct ${Character} //target ID ${Target.ID}
Button4.ToolTip=Make ${Character} target ${Target.Name}.
Button4.ToolTipColor=255 255 255 255
Button4.Top=20
Button4.Left=114
Button4.Height=15
Button4.Width=19

Button5.Caption=atk      
Button5.CaptionColor=${If[${NetBots[${Character}].Attacking},255 255 0 0,255 255 255 255]}
Button5.CaptionLeft=4
Button5.CaptionTop=3
Button5.CaptionFontSize=1
Button5.OnClick=/bct ${Character} //attack ${If[${NetBots[${Character}].Attacking},off,on]}
Button5.ToolTip=
Button5.ToolTipColor=255 255 255 255
Button5.Top=20
Button5.Left=134
Button5.Height=15
Button5.Width=19

Button6.Caption=on
Button6.CaptionColor=255 110 110 255
Button6.CaptionLeft=4
Button6.CaptionTop=3
Button6.CaptionFontSize=1
Button6.OnClick=${If[${NetBots[${Character}].InZone},/bct ${Character} //multiline ; /target ID ${Target.ID} ; /stick on,/popup ${Character} isn't in the zone]}
Button6.ToolTip=
Button6.ToolTipColor=255 255 255 255
Button6.Top=20
Button6.Left=154
Button6.Height=15
Button6.Width=19

Button7.Caption=off
Button7.CaptionLeft=4
Button7.CaptionTop=3
Button7.CaptionFontSize=1
Button7.CaptionColor=255 110 110 255
Button7.OnClick=/bct ${Character} //stick off
Button7.ToolTip=
Button7.ToolTipColor=255 255 255 255
Button7.Top=36
Button7.Left=114
Button7.Height=15
Button7.Width=19

Button8.Caption=cmp
Button8.CaptionColor=255 255 255 255
Button8.CaptionLeft=2
Button8.CaptionTop=3
Button8.CaptionFontSize=1
Button8.OnClick=/bct ${Character} //camp
Button8.ToolTip=
Button8.ToolTipColor=255 255 255 255
Button8.Top=36
Button8.Left=134
Button8.Height=15
Button8.Width=19

Button9.Caption=int
Button9.CaptionColor=255 255 255 255
Button9.CaptionLeft=4
Button9.CaptionTop=3
Button9.CaptionFontSize=1
Button9.OnClick=/inventory ${Character}
Button9.ToolTip=Open/Close ${Character}`s Inventory.
Button9.ToolTipColor=255 255 255 255
Button9.Top=36
Button9.Left=154
Button9.Height=15
Button9.Width=19

Bar1.Percent=${NetBots[${Character}].PctHPs}
Bar1.Color=${If[${MouseOver},255 255 0 0,155 255 0 0]}
Bar1.OnClick=/bc //casting "Complete Heal|gem1" -targetid|${Spawn[PC ${Character}].ID}
Bar1.ToolTip=${NetBots[${Character}].PctHPs}% - Click to heal.
Bar1.ToolTipColor=255 255 255 255
Bar1.Top=26
Bar1.Left=6
Bar1.Height=5
Bar1.Width=100

Bar2.Percent=${NetBots[${Character}].PctEndurance}
Bar2.Color=${If[${MouseOver},255 255 255 0,155 255 255 0]}
Bar2.OnClick=
Bar2.ToolTip=${NetBots[${Character}].PctEndurance}%
Bar2.ToolTipColor=255 255 255 255
Bar2.Top=32
Bar2.Left=6
Bar2.Height=5
Bar2.Width=100

Bar3.Percent=${If[${NetBots[${Character}].Attacking}&&${NetBots[${Character}].TargetID},${NetBots[${Character}].TargetHP},0]}
Bar3.Color=${If[${MouseOver},255 180 0 0,155 180 0 0]}
Bar3.OnClick=
Bar3.ToolTip=${If[${NetBots[${Character}].Attacking}&&${NetBots[${Character}].TargetID},Target Life - ${NetBots[${Character}].TargetHP}%,]}
Bar3.ToolTipColor=255 255 255 255
Bar3.Top=38
Bar3.Left=6
Bar3.Height=5
Bar3.Width=100

Bar4.Percent=${NetBots[${Character}].PctMana}
Bar4.Color=${If[${MouseOver},255 0 0 180,155 0 0 180]}
Bar4.OnClick=
Bar4.ToolTip=${NetBots[${Character}].PctMana}%
Bar4.ToolTipColor=255 255 255 255
Bar4.Top=44
Bar4.Left=6
Bar4.Height=5
Bar4.Width=100

Label1.Caption=${Character}
Label1.CaptionColor=${If[${NetBots[${Character}].State.Equal[DEAD]},255 255 0 255,${If[${NetBots[${Character}].InZone},255 255 255 50,255 50 50 50]}]}
Label1.Left=6
Label1.Top=3
Label1.CaptionFontSize=1

Label2.Caption=${If[${Spell[${NetBots[${Character}].Casting}].ID},${NetBots[${Character}].Casting},${If[${NetBots[${Character}].TargetID},${Spawn[${NetBots[${Character}].TargetID}]},]}]}
Label2.CaptionColor=${If[${Spell[${NetBots[${Character}].Casting}].ID},255 0 255 0,${If[${NetBots[${Character}].TargetID},${If[${NetBots[${Character}].Attacking},255 255 0 0,255 255 255 255]},255 255 255 255]}]}
Label2.Left=6
Label2.Top=14
Label2.CaptionFontSize=1
Tue May 17, 2011 10:25 am
Project Lead
Change Log 17 May 2011
Reply