Page 1 of 1

New "Me.Gem[9].ID"?

Posted: Thu Sep 16, 2004 4:15 pm
by DrmChld
<TooltipReference>${If[${Me.Gem[1].ID},${Math.Calc[${Me.CurrentMana}/${If[${Me.Gem[1].Mana},${Me.Gem[1].Mana},9999]}].Int},]}</TooltipReference
>

I have tried using the 9'th gem slot and it doesn't seem to work correctly. Any ideas on the new gem ID for the 9th slot?

Thanks

Posted: Thu Sep 16, 2004 7:01 pm
by in_training
Is 1 == 1?

That is, is 1 actually 1, or is it logical, and it's gem Me.gem[0].ID?

If it's logical, then it's the 8th gem.

Just a guess.

Posted: Thu Sep 16, 2004 7:57 pm
by DrmChld
1 is 1...