Page 1 of 1

PetBuff Question

Posted: Thu Apr 22, 2004 4:24 am
by Chyld989
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:

Code: Select all

${Me.PetBuff[1].Duration.Time}
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.

Posted: Thu Apr 22, 2004 5:23 am
by Digitalxero
The petbuff duration I belive is compleatly serverside

Re: PetBuff Question

Posted: Thu Apr 22, 2004 5:28 am
by wassup
nm... was way too early in the morning hehe... deleted.

Posted: Thu Apr 22, 2004 11:38 am
by Lax
If you checked out the damn reference it gives "spell" type for PetBuff, and "buff type" for Buff/Song. The only information we get about pet buffs is what spell it is. Sorry.

Posted: Thu Apr 22, 2004 2:19 pm
by Chyld989
Okay. I had seen the difference (spell type for PetBuff, and buff type for Buff), but at 3:20 in the morning I guess that didn't make sense to me. Thanks for the help.