Search found 25 matches

by Synndic
Wed Aug 04, 2004 7:03 am
Forum: MQ2::Macros::Help
Topic: Favor Timer
Replies: 1
Views: 842

Favor Timer

I've checked in the help file and searched here but I can't seem to find anywhere I can get the current count down on the Favor Timer. I can go read the label that EQ has in the Tribute Window, but this item only gets updated when the window is open (which since it is then open makes it pointless di...
by Synndic
Wed Aug 04, 2004 6:54 am
Forum: MQ2::Custom UI
Topic: Less Than sign
Replies: 10
Views: 2876

Cr4zyb4rd, thanks for that. I've got around the coding problems and use the directional indicator myself (I'm guessing you mean the one in the HUD?) but to display the actual character itself is hurdle so far. I did try a few days ago to use < with no success. OK then new question anyone know a char...
by Synndic
Tue Aug 03, 2004 10:17 pm
Forum: MQ2::Custom UI
Topic: Less Than sign
Replies: 10
Views: 2876

Less Than sign

I've been looking for a way to actually display "<" in the label used by MQ. The problem is that when loading the UI it thinks the < sign is the start of the </TooltopReference> tag and causes the UI to fail loading. Anyone know a way of getting a < sign to show using the MQ label for the ...
by Synndic
Tue Aug 03, 2004 8:09 am
Forum: MQ2::Custom UI
Topic: Bats UI ~ tking ~ UPDATED 4-20-05
Replies: 35
Views: 15917

Sorry feeling a little tired atm and this may seem a silly question but what are Speed T and Speed M for in the invent window, also the time for that matter?
by Synndic
Tue Aug 03, 2004 1:53 am
Forum: MQ2::Help
Topic: Hello
Replies: 13
Views: 2977

OH OH !!!!

* ducks waiting for the responses to this one *
by Synndic
Mon Aug 02, 2004 9:24 pm
Forum: MQ2::Custom UI
Topic: Tradeskill component names
Replies: 4
Views: 1612

Yep, sorry about the text thing. I just typed it out without many references. Should have guessed that EQ wouldn't actually fill the text item. I see the Tooltip thing gives you what you need.

Glad to see you got your solution.
by Synndic
Fri Jul 30, 2004 3:42 am
Forum: MQ2::Custom UI
Topic: Tradeskill component names
Replies: 4
Views: 1612

The child names for the window are the same as those used in the XML file for the window. Well so far they have been for me :). If your looking at browsing what is the actual item involved in the recipe you will need these childs ${Window[TradeskillWnd].Child[COMBW_RequiredIcon0].Text} ${Window[Trad...
by Synndic
Sat Jul 24, 2004 9:02 pm
Forum: MQ2::Help
Topic: Slight calc problem.
Replies: 2
Views: 729

Oops. The whole point of the if was to stop the whole div by 0 problem. I thought there was a problem with my logic, not the fact it was my understanding of how If statements were resolved. I had no reason to search becuase I thought it was a problem I was creating not 1 that was created for me. But...
by Synndic
Sat Jul 24, 2004 2:26 pm
Forum: MQ2::Help
Topic: Slight calc problem.
Replies: 2
Views: 729

Slight calc problem.

I've seen the spell cast count mod some people have done to their UI and applied it to my own. Works fine. I've recently wanted to add 1 decimal place to the result so I can tell if I'm close to being able to cast it, so I get a 0.9 instead of a 0 Anyway the problem I have is I get a "divide by...
by Synndic
Wed Jul 21, 2004 10:48 am
Forum: MQ2::Custom UI
Topic: LineOfSight Check on HUD
Replies: 15
Views: 4798

Re: LineOfSight Check on HUD

LOSCheck=1,150,485,255,234,8,${If[${Target.ID},Line of Sight:,]} LOSCheckResponseT=1,220,485,0,255,0,${If[${Target.ID},${If[${Target.LineOfSight},TRUE,]},]} LOSCheckResponseF=1,220,485,255,0,0,${If[${Target.ID},${If[${Target.LineOfSight},,FALSE]},]} Enjoy! Mod as you see fit. Label does not appear ...
by Synndic
Tue Jul 20, 2004 10:14 pm
Forum: MQ2::Help
Topic: trying to figure out a AA ability #
Replies: 7
Views: 2462

To find the time left you use ${Me.AltAbilityTimer[Ability Name].Time} or you can use ${Me.AltAbilityReady[Ability Name]}. It is located in the Character struct not the abilities one. Unless it was fixed in the last 2 days it has been temporarily disabled becuase the structure has changed in the las...
by Synndic
Sat Jul 17, 2004 9:40 pm
Forum: MQ2::Help
Topic: Problems w/ July 17th .zip?
Replies: 16
Views: 4606

I have done the same thing as well. I deleted the old directory then downloaded the newest .zip, overwriting the old one. Only to find is was a 1K text file telling me there was no new version yet. :(
by Synndic
Sat Jul 17, 2004 9:30 pm
Forum: MQ2::General
Topic: New MQ release has missing parts
Replies: 9
Views: 2657

Although I use MQ for more than the FPS, it was nice to see what FPS I was getting in certain areas. I have no need nor want the extra functions that MQ2FPS offered just its reporting on what FPS I was getting.

Is there anyway to add this calc into MQ2HUD or something?
by Synndic
Thu Jul 15, 2004 9:35 am
Forum: MQ2::Help
Topic: What happened to ZEM?
Replies: 1
Views: 953

What happened to ZEM?

I searched through the Types listed in the help file and didn't notice any structs with the ZEM. I was looking for this the other day then noticed the UI in the custom UI forum had it on display. Then a later had it removed. Is this now defunct data, not being sent down to the client? etc etc Or doe...
by Synndic
Thu Jul 15, 2004 9:30 am
Forum: MQ2::Custom UI
Topic: Skills HUD
Replies: 5
Views: 1731

Yeah some maybe a little out. I used Casters Realm for the info, so some maybe a little out. I did find 1 incorrect which is Specialisation which EQcasters says goes to 235 but it only goes to 200. On the subject of specialisation all specs will dissappear at 50. When 1 reaches 51 it will reappear a...