PetBuff Question
Posted: Thu Apr 22, 2004 4:24 am
First off, although I've used MQ2 for a while, this is really the first time I've tried to write anything with it =P
So anyway, in my UI I currently have all the buffs have timers; that works fine. But I was trying to add timers to all of my pet's buffs too, except that I couldn't get it to work. I tried the following:
and that would give me 27.0 every time (if I left out the .Time I'd get 270 every time). There's a good chance I've just gone retarded, and I'm either trying to use something that doesn't exist (I doubt this one, as I don't get NULL), or I just missed something...either way I blame it on the fact that it's 3:20AM.
So yeah, if anyone could help me out with this one I'd greatly appreciate it.
So anyway, in my UI I currently have all the buffs have timers; that works fine. But I was trying to add timers to all of my pet's buffs too, except that I couldn't get it to work. I tried the following:
Code: Select all
${Me.PetBuff[1].Duration.Time}So yeah, if anyone could help me out with this one I'd greatly appreciate it.