Search found 10 matches

by SlowAndStupid
Tue Jul 06, 2004 6:36 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.1.5 [Updated 07/11/2004] Invites and Events!
Replies: 75
Views: 30399

Vexix,

Yes , in the past I had a hotkey that sent a tell to my Bot literally saying "Heal Pet". With the latest update, my healer tries to heal himself when I say that. I used to use "Heal" and my Bot would assist me and heal my target. Now he only heals me.
by SlowAndStupid
Sun Jul 04, 2004 4:58 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.1.5 [Updated 07/11/2004] Invites and Events!
Replies: 75
Views: 30399

You're not alone. "Itemcast Blahblah" and "Heal Pet" were'n't working properly for me either.
by SlowAndStupid
Thu May 27, 2004 8:05 pm
Forum: MQ2::Help
Topic: prob whit the free vs.net
Replies: 3
Views: 885

Had this same problem and checked their help page. It says that you cant access any web page but microsoft.com now. However, I couldnt even access that, so I dont know whats up.
by SlowAndStupid
Wed May 12, 2004 8:37 pm
Forum: MQ2::Help
Topic: Target Caption
Replies: 2
Views: 829

Yea, it stays drawn. If it was just the one name showing up and disappearing when I select something else, I would really enjoy the feature.
by SlowAndStupid
Wed May 12, 2004 7:59 pm
Forum: MQ2::Help
Topic: Target Caption
Replies: 2
Views: 829

Target Caption

According to changes.txt file: Your target's caption will now always be drawn Is there any way to turn that off? When I raid, I turn off PC names, but selecting a PC displays its name even with Show PC Names off and stays drawn when I select someone else. It adds to the lag I have to deal with durin...
by SlowAndStupid
Tue May 04, 2004 12:42 am
Forum: MQ2::Custom UI
Topic: quick buff window question...
Replies: 2
Views: 1225

I had been previously using

Code: Select all

<TooltipReference>${If[${Bool[${Me.Buff[7]}]},${Me.Buff[7]} ${Me.Buff[7].Duration.Time},]}</TooltipReference> 
by SlowAndStupid
Mon May 03, 2004 4:16 pm
Forum: MQ2::Custom UI
Topic: Buff Timer/Label Help
Replies: 8
Views: 2581

For example, the code for the first buff in my UI looks like this: <Button item = "BW_Buff0_Button"> <ScreenID>Buff0</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>714</X> <Y>0</Y> </Location> <Size> <CX>50</CX> <CY>50</CY> </Size> <Style_VScroll>f...
by SlowAndStupid
Sun May 02, 2004 11:15 pm
Forum: MQ2::Custom UI
Topic: Buff Timer/Label Help
Replies: 8
Views: 2581

Ah that did it. Thanks for the help!
by SlowAndStupid
Sun May 02, 2004 10:27 pm
Forum: MQ2::Custom UI
Topic: Buff Timer/Label Help
Replies: 8
Views: 2581

Buff Timer/Label Help

Is it possible to have timers in a buff window without the name of the buff being displayed? If so, how can you go about doing that? I haven't been able to figure it out so far and don't see any posts explaining how to do it either. Thanks in advance.