Moderator: MacroQuest Developers



Code: Select all
TargetWindow
Line 74:
change $if(n,$target(level)>0,"LVLs","")
to ${If[${Target.ID},LVL ,]}
Line 96:
change $if(n,$target(level)>0,$target(level),"")
to ${If[${Target.ID},${Target.Level},]}
Line 118:
change <EQType>2001</EQType> to 9999
add <TooltipReference>${Target.Class.ShortName}</TooltipReference>
Line 142:
change $if(n,$target(distance)>0,$target(distance),"")
to ${If[${Target.ID},${Target.Distance},]}
Line 166:
change $if(n,$target(distance)>0,$target(direction),"")
to ${If[${Target.ID},${Target.HeadingTo.ShortName},]}
BuffWindow
Line 895:
change $char(buff,1,durationsecs)
to ${Me.Buff[1].Duration.Time}
repeat this for all buffs, changing the [1] each time.
PlayerWindow
Line 361:
change $char(exp)
to ${Math.Calc[${Me.Exp}/3.3]}
Line 384:
change $char(aa,exp)
to ${Math.Calc[${Me.AAExp}/3.3]}
Line 1171:
change $if(n,$char(mana,max)>0,"Mana:","")
to ${If[${Me.MaxMana},Mana:,]}
Line 1195:
change $if(n,$char(mana,max)>0,$char(mana,cur),"")
to ${If[${Me.MaxMana},${Me.CurrentMana},]}
Line 1219:
change $if(n,$char(mana,max)>0,"Max:","")
to ${If[${Me.MaxMana},Max:,]}
Line 1242:
change $if(n,$char(mana,max)>0,$char(mana,max),"")
to ${If[${Me.MaxMana},${Me.MaxMana},]}
Line 1266:
change $if(n,$char(mana,max)>0,$char(mana,regen),"")
to ${If[${Me.MaxMana},${Me.ManaRegen},]}
Line 1290:
change $char(hp,regen)
to ${Me.HPRegen}
Line 1337:
change $if(n,$char(mana,max)>0,"/","")
to ${If[${Me.MaxMana},/,]}


Third, double-check your copy and paste on the target window. In the gray space to the left of the con/hp box, you should see:If something's not working right for you, PM me with the problem and what you're seeing.
