Search found 6 matches

by EQWeasel
Wed Apr 14, 2004 4:37 pm
Forum: MQ2::General
Topic: Zone Crashing
Replies: 1
Views: 674

Zone Crashing

MQ2 Users: Anyone else notice having MQ2 loaded during zoning crashes them to desktop? Tried to debug it a bit, did not see to happen at first (PoK-Halas-Nedaria-Natimib), but after I started to try to zone deeper into GoD, was crashing to desktop on each zoning. Unloaded MQ2, and tried, and everyth...
by EQWeasel
Thu Dec 11, 2003 12:57 pm
Forum: MQ2::Custom UI
Topic: Idea: Disc/AA/Skill status
Replies: 7
Views: 2223

Programmer: Gotcha, sorry that I read your post incorrectly. I was hoping to stay clear of hotkeys for this check. I think we can get what we want without having to have the hotkey bank with the AAs at the top. This would help people with customized AA msgs also. Example: line 1: /alt activate 35 (M...
by EQWeasel
Thu Dec 11, 2003 11:16 am
Forum: MQ2::Custom UI
Topic: Idea: Disc/AA/Skill status
Replies: 7
Views: 2223

The normal AAXP window has a label called Timer which displays the AA that you have selected. Any EQ/MQ2 experts out there know how to parse all the timers currently running on the AAs you have? Timer: <Label item="AAW_Timer"> <ScreenID>Timer</ScreenID> <RelativePosition>true</RelativePosi...
by EQWeasel
Thu Dec 11, 2003 10:58 am
Forum: MQ2::Custom UI
Topic: Various UI Questions
Replies: 6
Views: 1802

Jumpyfrog: Thanks for the thoughts. As for #2, here is the code difference. Lax's code for buff and shortduration buff xml has both commands(mod and duration) for all 15 buffs and 6 bard songs. I removed the code for the duration from the bard songs, and the mod command for the normal buffs, but wan...
by EQWeasel
Thu Dec 11, 2003 10:06 am
Forum: MQ2::Custom UI
Topic: Idea: Disc/AA/Skill status
Replies: 7
Views: 2223

Programmer: But if you /press the key to test when your AA/disc is ready, and it is ready, it would activate (unless there is a check hotkey command). Since the AA Window (default) has the time for repop displayed there, and each AA has an unique code, any MQ2 UI experts want to give us some sample ...
by EQWeasel
Thu Dec 11, 2003 9:49 am
Forum: MQ2::Custom UI
Topic: Various UI Questions
Replies: 6
Views: 1802

Various UI Questions

Just a few quick questions for you MQ2 experts. 1. X/Y/Z coordinates are displayed normally xxx.xx (i.e. <TooltipReference>$char(x,y,z)</TooltipReference>). Is there any simple way to just display the coordinates in integer form, or a way to trim the decimal and all numbers to the right of it? Would...