Page 1 of 1

Healing potions on hud

Posted: Sun Mar 09, 2008 1:30 pm
by eqcleric
I have the following code in my mq2 hud so it displays the reuse timer of healing potions.

Code: Select all

//Healing potion
      HealPotionText=3,52,295,255,234,8,${If[${FindItem[=Distillate of Celestial Healing XIII].ID},Healing Potion ...,]}
      HealPotionReadyText= 3,140,295,0,255,0,${If[${FindItem[=Distillate of Celestial Healing XIII].ID},${If[${FindItem[=Distillate of Celestial Healing XIII].Timer},,Ready]},]}
      HealPotionNotReady=3,140,295,455,0,0,${If[${FindItem[=Distillate of Celestial Healing XIII].ID},${If[${FindItem[=Distillate of Celestial Healing XIII].Timer},${FindItem[=Distillate of Celestial Healing XIII].Timer.TimeHMS},]},]}
I carry XIII potions as well as lower potions, if i run out of XIII potions, the timer is no longer displayed, is there a way to put a variable in for the XIII so that it will reconize any Distillate of Celestial Healing potions and not just the XIII potions ?

Posted: Sun Mar 09, 2008 9:58 pm
by deadchicken
[Distillate of Celestial Healing] instead of [=DoCH XIII], but it'll use the first type in inventory so you'll have to stack them right. That's what I do at least.

Posted: Thu Mar 27, 2008 10:14 am
by MareDK
they are on the same timer so doesn't matter really