Search found 14 matches

by grunion
Sat Sep 09, 2006 10:44 am
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 165640

Code: Select all

#Event NoDS             "#*#brambles fall away#*#"
Sub Event_NoDS
/tell Soandso DS is down, please recast.
/doevents flush
/return
very simple and basic ... is that what you are looking for?
by grunion
Fri Sep 08, 2006 11:05 am
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 165640

Thanks harden :)
by grunion
Fri Sep 08, 2006 10:42 am
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 165640

Where in the macro or inc files is the section of code that keeps the friends window open all the time? I created my own UI and want to change where the krust info shows up.
by grunion
Sun Aug 13, 2006 1:13 pm
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

I took out the race, I just didn't see a need for it, and it made the line on the HUD that much longer. As far as the colors, I made them green to stand out from the mob name. But I loved your concolors, which is why I put the little color block in there. :) I'm looking forward to your other fun thi...
by grunion
Sun Aug 13, 2006 12:16 pm
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

**8/13/06** Added Armysoldier's modifications Added Enchanter AAs, compliments of Armysoldier I changed the target concolor bit. Instead of changing the name and level to reflect the concolor I added a block that changes color in front of the target's name. It is much easier to read that way easier...
by grunion
Fri Aug 11, 2006 7:17 pm
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

Wow! Thanks Army! I'll edit my first post to include much of what you have here.

I'm still working on AAs, so if you have any more to post that would be great!
by grunion
Thu Aug 10, 2006 11:41 am
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

**8/10/06** Buff slots now display up to 21 Added places for class AAs (and soon the AAs also!) Added Tribute info to PLayer Info Added Numerical buff slot info to Player Info (buff slots taken / Total buff slots (free buff slots)) Will be adding AAs into the class areas, as well as Combat Abilitie...
by grunion
Mon Aug 07, 2006 4:09 pm
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

Great Idea. I was hoping that there would be someway for the HUD to "know" what class the character was and display the corresponding AAs, but that may be beyond the scope of the HUD system. /shrug I never really thought anyone would be interested hehe, i just wanted to share since I was p...
by grunion
Mon Aug 07, 2006 12:52 am
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

I'll take a look at classhud, thanks for the tip! the background are just a whole bunch of | characters that are placed behind the rest of the HUD. ie //BackGrounds BG1=3,0,220,0,0,0,|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| BG1a=3,0,215,0,0,0,|||||||||||||||||||||||||||||||...
by grunion
Sun Aug 06, 2006 4:45 pm
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

**8/6/06** Changed Target.Name to Target.CleanName per request Made Target's level and class green per request Added a black background to section headers and changed them to white to make it easier to read I'm working on the class AAs, currently you'll have to uncomment the class AA section you wa...
by grunion
Sat Aug 05, 2006 1:34 pm
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

**Updated 8/5/06** Moved LoS element down into Target Info Added Distance to Target element to Target Info Cleaned up my code a bit Removed "NULL" when you don't have a target Target Info elements are not shown when you don't have a target If you have no target LoS is not displayed If you ...
by grunion
Sat Aug 05, 2006 3:21 am
Forum: MQ2::Custom UI
Topic: Basic left side hud
Replies: 34
Views: 16230

Basic left side hud

Basic hud I made while waiting for a raid to start. Credit to aChallenged1 for writing the buff section. I just copied and pasted and moved them in line with my elements. Image below shows the various elements. I should also mention I run this with a resolution of 1600x1200, but the bottom most elem...
by grunion
Mon Jul 10, 2006 12:11 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 165640

well I fixed the error I was getting that would cause the UI to not load. It loads now, but the only thing that seems to be gone is the word MANA and the values of the mana bar. I can't get the xp bar to show and the endurance bar is not moved up where I want it. <?xml version="1.0" encodi...
by grunion
Sat Jul 08, 2006 10:53 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 165640

I play a berzerker and want to remove the mana gauge and mana values from the EQUI_PlayerWindow.xml I also want to move the endurance bar up to where hte mana bar was and add an XP bar. I looked at some of the other files in teh UI to see how this might be possible, and after changing things to what...