PetBuff Question

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

Chyld989
a ghoul
a ghoul
Posts: 88
Joined: Mon Dec 22, 2003 3:29 pm

PetBuff Question

Post by Chyld989 » 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:

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.

Digitalxero
a ghoul
a ghoul
Posts: 129
Joined: Tue Sep 10, 2002 5:01 pm

Post by Digitalxero » Thu Apr 22, 2004 5:23 am

The petbuff duration I belive is compleatly serverside

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Re: PetBuff Question

Post by wassup » Thu Apr 22, 2004 5:28 am

nm... was way too early in the morning hehe... deleted.
Last edited by wassup on Thu Apr 22, 2004 2:25 pm, edited 1 time in total.

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Thu Apr 22, 2004 11:38 am

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.
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

Chyld989
a ghoul
a ghoul
Posts: 88
Joined: Mon Dec 22, 2003 3:29 pm

Post by Chyld989 » Thu Apr 22, 2004 2:19 pm

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.