Modded Rogue Helper Hud (need help fixing it)
Posted: Thu Nov 25, 2004 10:44 pm
Well I modded this hud some to my tastes but cant see to get it to work past the ~~Alt Ability~~ area =/ not sure what i broke or whats causing it
Escape is showing ready even though its been triggered and all the RH.mac setting are showing as RHAER=3,5,... ect on my EQ screen
If someone can take a peek and tell me what i have done wrong it would help greatly
Escape is showing ready even though its been triggered and all the RH.mac setting are showing as RHAER=3,5,... ect on my EQ screen
If someone can take a peek and tell me what i have done wrong it would help greatly
Code: Select all
MQ2HUD.INI
[Rogue]
CursorItemName=7,-15,-15,255,255,255,${If[${Cursor.ID},${Cursor},]}
Time=3,5,38,255,255,255,Real Time: ${Time}
LastTell=3,5,50,255,255,255,LastTell: ${MacroQuest.LastTell}
Spawn1=3,5,62,255,255,0,${If[${NearestSpawn[1,npc named].Name.NotEqual["NULL"]},${NearestSpawn[1,npc named].Level},]} - ${If[${NearestSpawn[1,npc named].Name.NotEqual["NULL"]},${NearestSpawn[1,npc named].Name},]} - ${If[${NearestSpawn[1,npc named].Name.NotEqual["NULL"]},${NearestSpawn[1,npc named].Distance},]}
Spawn2=3,5,74,255,255,0,${If[${NearestSpawn[1,npc #].Name.NotEqual["NULL"]},${NearestSpawn[1,npc #].Level},]} - ${If[${NearestSpawn[1,npc #].Name.NotEqual["NULL"]},${NearestSpawn[1,npc #].Name},]} - ${If[${NearestSpawn[1,npc #].Name.NotEqual["NULL"]},${NearestSpawn[1,npc #].Distance},]}
Spawn3=3,5,86,255,255,0,${If[${NearestSpawn[2,npc #].Name.NotEqual["NULL"]},${NearestSpawn[2,npc #].Level},]} - ${If[${NearestSpawn[2,npc #].Name.NotEqual["NULL"]},${NearestSpawn[2,npc #].Name},]} - ${If[${NearestSpawn[2,npc #].Name.NotEqual["NULL"]},${NearestSpawn[2,npc #].Distance},]}
Spawn4=3,5,98,255,255,0,${If[${NearestSpawn[3,npc #].Name.NotEqual["NULL"]},${NearestSpawn[3,npc #].Level},]} - ${If[${NearestSpawn[3,npc #].Name.NotEqual["NULL"]},${NearestSpawn[3,npc #].Name},]} - ${If[${NearestSpawn[3,npc #].Name.NotEqual["NULL"]},${NearestSpawn[3,npc #].Distance},]}
PlatinumTribute=3,5,110,255,255,255,Tribute Points: ${Me.CurrentFavor}
Raid=3,5,122,255,255,255,Raid Leader: ${Raid.Leader}
Leader=3,5,134,255,255,255,Group Leader: ${GroupLeader.Name}
Tribute=3,5,146,255,255,255,Tribute Status:
Tribon=3,85,146,255,0,0,${If[${String[${Window[TributeBenefitWnd].Child[TBWP_DowngradeButton].Text}].Equal["Activate"]},,ON]}
Tribof=3,85,146,0,255,0,${If[${String[${Window[TributeBenefitWnd].Child[TBWP_DowngradeButton].Text}].Equal["Deactivate"]},,OFF]}
Macro=3,5,158,255,255,0,Macro: ${Macro.Name}
Target=3,5,170,255,255,255,~~~~~~ Target Data ~~~~~~
TData1=3,5,182,255,255,255,${If[${Target.ID},Name: ${Target.CleanName} ( ${Target.Race} ),]}
TData2=3,5,194,255,255,255,${If[${Target.ID},Class: ${Target.Level} ${Target.Class},]}
TData3=3,5,206,255,255,255,${If[${Target.ID},Distance: ${Target.Distance},]}
TData4=3,5,218,255,255,255,${If[${Target.ID},Melee Range: ${Target.MaxRange},]}
Player=3,5,230,255,255,255,~~~~~~ Player Data ~~~~~~
PData1=3,5,242,255,255,255,Hit Points:
PData1a=3,80,242,255,255,255,${Me.CurrentHPs} / ${Me.MaxHPs} (${Me.HPRegen})
PData2=3,5,254,255,255,255,Endurance:
PData2a=3,80,254,255,255,255,${Me.Endurance} / ${Me.MaxEndurance}
AA=3,5,266,255,255,255,~~~~~~ Alt Ability ~~~~~~
Escape=3,5,278,255,234,8,Escape - - - - - - - - -
Escapereadyt=3,120,278,0,255,0,${If[${String[${Me.AltAbilityReady[Escape]}].Equal["TRUE"]},,Ready,]}
Escapenotready=3,120,278,255,0,0,${If[${String[${Me.AltAbilityReady[Escape]}].Equal["True"]}, ,${Me.AltAbilityTimer[Escape].TimeHMS}]}
RH=3,5,290,255,255,255,${If[${Macro.Name.Equal["rh.mac"]},~~~~~~ Rogue Helper HUD ~~~~~~,]}
RHAEG=3,5,302,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doEvade},AutoEvade,]},]}RHAER=3,5,302,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doEvade},,AutoEvade]},]}
RHASG=3,70,302,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doStick},AutoStick,]},]}RHASR=3,70,302,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doStick},,AutoStick]},]}
RHAHSG=3,140,302,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doHideSneak},AutoHS,]},]}RHAHSR=3,140,302,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doHideSneak},,AutoHS]},]}
RHAPPG=3,5,314,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doPick},AutoPick,]},]}RHAPPR=3,5,314,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doPick},,AutoPick]},]}
RHACG=3,70,314,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doChicken},AutoChicken,]},]}RHACR=3,70,314,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doChicken},,AutoChicken]},]}
RHANG=3,140,314,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${ninjamode.NotEqual[OFF]},AutoNinja,]},]}RHANR=3,140,314,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${ninjamode.NotEqual[OFF]},,AutoNinja]},]}
RHAAG=3,5,326,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},AutoAssist,]},]}RHAAR=3,5,326,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},,AutoAssist]},]}
RHAAHG=3,70,326,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},@ ${assistpct}% HP,]},]}RHAAHR=3,70,326,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},,@ ${assistpct}% HP]},]}
RHATSG=3,140,326,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doTSwitch},TargetSwitch,]},]}RHATSR=3,140,326,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doTSwitch},,TargetSwitch]},]}
RHMAG=3,5,338,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},${If[${firstassist.NotEqual[Nobody]},MA:${firstassist},MA:]},]},]}RHMAR=3,5,338,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},${If[${firstassist.NotEqual[Nobody]},MA:${firstassist},MA:]},MA:]},]}
RHSAG=3,70,338,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},${If[${secondassist.NotEqual[Nobody]},SA:${secondassist},SA:]},]},]}RHSAR=3,70,338,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},${If[${secondassist.NotEqual[Nobody]},SA:${secondassist},SA:]},SA:]},]}
RHTAG=3,140,338,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},${If[${thirdassist.NotEqual[Nobody]},TA:${thirdassist},TA:]},]},]}RHTAR=3,140,338,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doAutoassist},${If[${thirdassist.NotEqual[Nobody]},TA:${thirdassist},TA:]},TA:]},]}
RHLG=3,5,350,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doLeash},Leash,]},]}RHLR=3,5,350,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doLeash},,Leash]},]}
RHLLG=3,70,350,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doLeash},${leashlength} <-> ${leashflex},]},]}RHLLR=3,70,350,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doLeash},,${leashlength} <-> ${leashflex}]},]}
RHLFG=3,70,350,0,255,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doLeash},${If[${leashholder.NotEqual[Nobody]},Master:${leashholder},Master:]},]},]}RHLFR=3,140,350,255,0,0,${If[${Macro.Name.Equal["rh.mac"]},${If[${doLeash},,${If[${leashholder.NotEqual[Nobody]},Master:${leashholder},Master:]},]},]}