Search found 23 matches

by Stilgar
Thu Feb 23, 2006 8:51 am
Forum: MQ2::Help
Topic: Newbie guide to setting up MQ?
Replies: 22
Views: 15574

you made my day, druid :)
by Stilgar
Thu Feb 23, 2006 6:48 am
Forum: MQ2::Help
Topic: Newbie guide to setting up MQ?
Replies: 22
Views: 15574

I like to see Office Space Screen captures :-(
by Stilgar
Wed Mar 09, 2005 6:05 am
Forum: MQ2::Custom UI
Topic: Help with Radiant Cure Timer in HuD
Replies: 4
Views: 2385

Help with Radiant Cure Timer in HuD

RCgreenreadytext=3,44,325,0,255,0,${If[${String[${Me.AltAbilityReady[Radiant Cure]}].Equal["TRUE"]},Ready,]} and RCRednotready=3,44,325,255,0,0,${If[${String[${Me.AltAbilityReady[Radiant Cure]}].Equal["TRUE"]}, ,${Me.AltAbilityTimer[Radiant Cure].TimeHMS}]} is what I use, it wor...
by Stilgar
Sat Nov 20, 2004 10:25 am
Forum: MQ2::Custom UI
Topic: New buff bar still with timer
Replies: 67
Views: 9112

Very nice UI :-) One question though...I prefer the buffs going from left to right, your UI shows them from right to left. I moved all labels and buttons to my preference, however, it only shows the duration and buff description. the icons are still going from right to left... I moved all labels, ti...
by Stilgar
Sun May 16, 2004 1:08 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 120828

error

/declare 'LootSlot' failed. Name already in use hunter.mac@248 (LootMob) hunter.mac@93 (Main) /declare 'LootTotal' failed. Name already in use hunter.mac@250 (LootMob) hunter.mac@93 (Main) /for loops must use an int variable Hunter.mac@268 (LootMob) Hunter.mac@93 (Main) is what I encountered trying ...
by Stilgar
Tue Apr 27, 2004 5:48 am
Forum: MQ2::Custom UI
Topic: MacroQuartz 1.61
Replies: 27
Views: 11853

Or just copy-paste my 3 posts on the first page where I indeed *did* translate it into MQ2data. (except buffwindow, since I have another one)
But grats on re-inventing the wheel Magictiger =)
by Stilgar
Sat Apr 03, 2004 1:05 pm
Forum: Macro Depot (MQ1)
Topic: SkillupMagic.mac -- Raises magic skills
Replies: 24
Views: 20673

look at this line:

/call RaiseSkill "Abjuration" 120 "Taper Enchantment"


change the number to something that suits you more.
by Stilgar
Sat Apr 03, 2004 7:24 am
Forum: MQ2::Custom UI
Topic: MacroQuartz 1.61
Replies: 27
Views: 11853

Part 2 <Label item="PW_DEXNumber"> <ScreenID>DEXNumberLabel</ScreenID> <EQType>7</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Location> <X>25</X> <Y>60</Y> </Location> <Size> <CX>50</CX> <CY>14</CY> </Size> <Text>255</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B>...
by Stilgar
Sat Apr 03, 2004 7:19 am
Forum: MQ2::Custom UI
Topic: MacroQuartz 1.61
Replies: 27
Views: 11853

Player window

Playerwindow-conversion. You need the latest March 31st revision (revision D I think?) to see the Exp and AAexp-percentage. if Daerck could upload it would be nice =) <?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="...
by Stilgar
Sat Apr 03, 2004 4:19 am
Forum: MQ2::Custom UI
Topic: Help with {Target.HeadingTo}
Replies: 4
Views: 1526

ah nice =) thanks
any chance of implementing that in future releases? =)
by Stilgar
Fri Apr 02, 2004 8:01 pm
Forum: MQ2::Custom UI
Topic: Help with {Target.HeadingTo}
Replies: 4
Views: 1526

Help with {Target.HeadingTo}

When I use that, I get the opposite values for east and west, i.e. if I should head East, it shows 270 (instead of 90) and vice Versae for West. Also, in the MQParm there was the possibilty of showing the bearing in directions, i.e. "SWS" or "ENE"...is there any way to implement ...
by Stilgar
Wed Mar 31, 2004 1:14 pm
Forum: MQ2::Custom UI
Topic: Groupwindow w/ Range and Class (MQData)
Replies: 0
Views: 1086

Groupwindow w/ Range and Class (MQData)

Standard EQ-UI Groupwindow, shows the range on the left side, and the ClassShortName on the right side. Again, credit goes to original, I just did the conversion and changed it from full classname to short class name. <?xml version="1.0"?> <!-- edited with XMLSPY v5 rel. 4 U (http://www.xm...
by Stilgar
Wed Mar 31, 2004 10:40 am
Forum: MQ2::Custom UI
Topic: Buffwindow (MQData format)
Replies: 0
Views: 1138

Buffwindow (MQData format)

Taken from another user here. Shows the standard buff icons (EQ originals) and the duration in Minutes:seconds next to it. Vertical alignment...pretty much standard stuff, suffices for me =) Kudos to the original =) I only did the conversion. <?xml version = "1.0"?> <XML ID = "EQInter...
by Stilgar
Wed Mar 31, 2004 9:47 am
Forum: MQ2::Custom UI
Topic: MacroQuartz 1.61
Replies: 27
Views: 11853

Target Window

Target window uses the add-on to show the direction with "ESE" etc found here: http://macroquest2.com/phpBB2/viewtopic.php?t=6103 <?xml version="1.0"?> <XML id="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes&quo...
by Stilgar
Wed Mar 24, 2004 11:29 pm
Forum: MQ2::Help
Topic: frequent LDs when zoning
Replies: 6
Views: 1799

Thanks Micro :) I was vaguely thinking that restricted memory was being used, but didn't know all the background...only been a user since 6 months =)