Page 1 of 1

HUD issue

Posted: Sat Jul 05, 2008 3:05 am
by bingy
when I enter the following code into my MQ2HUD.ini it does not give me the timer for this vet AA. Was wondering if anyone can help me figure out what is wrong with the statement.

Code: Select all

Sell BotText=3,500,414,255,234,8,Sell Bot - - - - 
Sell BotReadyText=3,610,414,0,255,0,${If[${Me.AltAbilityReady[Summon Resupply Agent]},Ready,]}
Sell BotNotReady=3,610,414,255,0,0,${If[!${Me.AltAbilityReady[Summon Resupply Agent]},${Me.AltAbilityTimer[Summon Resupply Agent].TimeHMS},]}
As far as I am aware of it should work fine as the AA is named Summon Resupply Agent.


Vet AA info added to examples of
http://www.macroquest2.com/wiki/index.p ... e_Segments

Posted: Sat Jul 05, 2008 3:24 am
by jacensolo
What DOES it display?

Not sure, but maybe having spaces in the Line name is the problem.

Posted: Sat Jul 05, 2008 3:56 am
by bingy
It doesn't display the ready or the time until the AA is ready. It does display the name I have chosen to call the AA on the HUD.

Posted: Sat Jul 05, 2008 4:02 am
by jacensolo
What does /echo ${Me.AltAbility[Summon Resupply Agent]} return?

Posted: Sat Jul 05, 2008 4:08 am
by bingy
NULL

Posted: Sat Jul 05, 2008 4:43 am
by dont_know_at_all
[Summon Resupply Agent]

Two spaces between "y" and "A".

Check ...\everquest\dbstr.txt

Posted: Sat Jul 05, 2008 5:04 am
by bingy
Thank you DKAA, forgot that they had that in dbstr_us.txt. I now have it fixed and working perfectly.