Search found 10 matches

by Remblan
Sat May 22, 2004 11:46 am
Forum: MQ2::Custom UI
Topic: Request for target window only
Replies: 5
Views: 1701

Most Recent Version

Try this one. I forgot I made changes since that post. <?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/> <!-- Player Health Stats --> <Gauge item = "HP_Player"> <Scree...
by Remblan
Fri May 21, 2004 10:44 am
Forum: MQ2::Custom UI
Topic: Request for target window only
Replies: 5
Views: 1701

Klodderik, give this post a try. I use the code in the last post for my target window.

http://macroquest2.com/phpBB2/viewtopic ... highlight=

It has Target, Class, level, range and pet name. It also has Guild if it is a PC that is in a guild
by Remblan
Thu May 06, 2004 12:01 am
Forum: MQ2::Bug Reports
Topic: Right Click problem
Replies: 1
Views: 544

Right Click problem

When looting my own corpse the right click to autoinventory does not work. Instead of equiping the item it stays on the cursor. This problem does not affect the loot from a killed mob only when trying to loot my corpse.

This is with revision A of the 5/5/04 build
by Remblan
Sun Apr 25, 2004 3:21 pm
Forum: MQ2::Custom UI
Topic: Packed Player Window
Replies: 2
Views: 1448

Added a screen shot.
by Remblan
Sat Apr 24, 2004 12:40 am
Forum: Macro Depot (MQ1)
Topic: ForageDestroy.mac - Now MQ2Data compliant
Replies: 15
Views: 10553

Only 2 minor problem2 with this one for me: 1) When I forage an item the is in the destroy list in spams the MQ window with 8 destroying NULL messages after destroying the foraged item 2) Would love a way to run this while med so that it stands me up and possible sits me back down. I tried to implim...
by Remblan
Sat Apr 24, 2004 12:18 am
Forum: MQ2::Custom UI
Topic: Frequncy UI - I Like turtles
Replies: 648
Views: 274981

TheUnholy for you to post the code you will need to split it between two posts. I had to do the same to get my mod to post the other day. Now if only I could find a place to host an image for my screenie of it.
by Remblan
Fri Apr 23, 2004 11:18 am
Forum: MQ2::Custom UI
Topic: target UI based from koad's(lvl/class/dist/guild/pet/race..)
Replies: 5
Views: 3290

Partially Updated for MQ2Data

I took a stab at updating this target window to reflect the new MQ2Data structs. The only thing more I would like to add is a health guage for the pet, but have not had a chance to figure out what I need for that to work. 1 thing I did add to the mod is a indicator of the direction the target is hea...
by Remblan
Thu Apr 22, 2004 1:16 pm
Forum: Macro Depot (MQ1)
Topic: SkillupMagic.mac -- Raises magic skills
Replies: 24
Views: 14749

Halo fix

To get it to Auto-Destroy Halo of light you need to edit this line /if ("@spell"~~"Summon" && "$cursor(name)"~~"Summoned:") /destroy to say this /if ("@spell"~~"Halo" && "$cursor(name)"~~"Summoned:") /des...
by Remblan
Thu Apr 22, 2004 3:12 am
Forum: MQ2::Custom UI
Topic: Packed Player Window
Replies: 2
Views: 1448

Packed Player Window Part2

<!-- Armour Class --> <Label item ="AC_Label"> <ScreenID>AC_Label</ScreenID> <Font>2</Font> <RelativePosition>true</RelativePosition> <Location> <X>50</X> <Y>90</Y> </Location> <Size> <CX>30</CX> <CY>15</CY> </Size> <Text>AC</Text> <TextColor> <R>255</R> <G>255</G> <B>100</B> </TextColor>...
by Remblan
Thu Apr 22, 2004 3:05 am
Forum: MQ2::Custom UI
Topic: Packed Player Window
Replies: 2
Views: 1448

Packed Player Window

Here is the mod I use for my player window. It has all the standard stats plus: HP/Mana Regen Level Class Diety Location Speed unspent AA XP and AAXP #/330 http://home.mchsi.com/~remblan/images/PlayerWindow.JPG Part 1 <?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage&qu...