Download
(2MB)
Download
Updated: 05-22-08 05:10 PM
Pictures
File Info
Updated:05-22-08 05:10 PM
Created:unknown
Downloads:2,602
Favorites:5
MD5:

gUI

Version: 4
by: ganders [More]

Uploading this on request from a random forum alt. So it probably won't be updated very often, if at all.

99% of the AddOns in this UI have no in-game configuration and must be edited directly through the Lua.

Things you'll need to change first:

  • oBindings: Interface\Addons\oBindings\custom.lua (use the ones I already have as a reference)
    Code:
    m| = new macro (enter macro text)
    s| = spell (enter spell name)
    M| = existing macro (enter macro name)
    i| = item (enter item name)
    c| = command (complicated, wouldn't try this if I were you)
  • gTweaks: Hides MainMenuBar, gives buffs their skins, changes Aura duration and count fonts, movable bags, hides the filter bar on the Combat Log, Unlock button on Trade Frame (rogues only), OpenAllBags at Mailbox, Bank and Merchant. If you want to change any of these things, that's where you need to go.

Things to look for that aren't obvious:
  • Double click the blue panel at the bottom of the screen to enlarge your ChatFrames (NOTE: You can't do this in combat!)
  • To apply temp enchants (poisons, oils, etc.), simply hold ALT, mouseover the item in your bag then left (MH) or right (OH) click the item to apply it
  • /frame to print the name of the frame your mouse is hovering over. /rl to ReloadUI.

If you are not a developer:
  • Do not load DevTools

These lists will grow as I spontaneously remember more crap.

The newest version is set up for a 1024x768 resolution monitor (I had to switch) See the Change Log on things you might want to change if you use a different resolution.

Version 4
- Added raid frames
- I'm using a 1024x768 resolution now (yuck, I know) so a lot of stuff changed to scale everything down, so depending on your resolution you'll probably have to fiddle with some things (just search for :SetScale( in oUF_Lighterfluid/layout.lua, gTweaks/core.lua and change some of the font sizes in Fane, gTweaks, gDPS, gPeen and LynStats

Version 3
- Changed gPeen and gDPS to be slightly more efficient and to work better with LynStats
- Lots of oUF changes
  • Party frames work
  • Textures changed
  • Buff & debuff outlines work
  • Focus & Target frames moved
- NOTE: I still have no clue how the DruidMana, pet frames or raid frames works, so these will probably not work or act real funny. (I'll join some BGs to work on the raid frames)
- NinjaYell was recoded to be more efficient (memory usage practically cut in half, yay!)
- Added alot of crap to gTweaks. The Unlock button for Rogues is now included in there (this may act weird, haven't gotten to really test it out yet), movable bags and OpenAllBags events are in there as well now too.

Version 2
- Fixed a few of addons that were broken.
Optional Files (0)


Post A Reply Comment Options
Unread 05-23-08, 03:28 PM  
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 59
Uploads: 10
Originally posted by Qynova
5/5
Nice one mate
Had to laugh at the contradiction to your sig
Last edited by ganders : 05-23-08 at 03:31 PM.
Report comment to moderator  
Reply With Quote
Unread 05-23-08, 01:04 PM  
WaldoJeffers
A Molten Giant
 
WaldoJeffers's Avatar

Forum posts: 564
File comments: 58
Uploads: 0
5/5
Nice one mate
__________________
I said lady, step inside my Hyundai
Report comment to moderator  
Reply With Quote
Unread 05-22-08, 01:21 PM  
hipjipp
A Cliff Giant
 
hipjipp's Avatar
AddOn Author - Click to view AddOns

Forum posts: 79
File comments: 236
Uploads: 10
Originally posted by ganders

If you don't use oBindings, then the code is:
Code:
/run SetBindingMacro("F5", "AutoHP")
/run SetBindingMacro("F6", "AutoMP")
/run SaveBindings(1)
I actually fixed everything before but these commands before you had time to post, but i appreciate that you took the time to write this since others might have the same questions. Love the sleek ui =)
Report comment to moderator  
Reply With Quote
Unread 05-21-08, 06:17 PM  
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 59
Uploads: 10
Originally posted by hipjipp
Hi mate, nice ui, could you re-post the code you used to bind the AutoHP and AutoMP macros? I'm getting annoyed with pushing my right-bar..

I could also use some help making gDPS and gPeen work with LynStats, since i havn't figured it out yet.. It installs properly, but it doesn't show up. I'll look into it later..
Actually, you can use oBindings to set up the bindings for AutoHP and AutoMP, which I didn't know before.

Assuming your AutoHP and AutoMP macros are already created, open the custom.lua file in the oBindings folder, and somewhere in the group you use (or the "base" section) add
Code:
F5 = "M|AutoHP",
F6 = "M|AutoMP",
Obviously changed to whatever binding you use. You MUST capitalize the M, or it will attempt to create a new macro with "AutoHP" as its text.

If you don't use oBindings, then the code is:
Code:
/run SetBindingMacro("F5", "AutoHP")
/run SetBindingMacro("F6", "AutoMP")
/run SaveBindings(1)
As for the LynStats problem, if you re-downloaded LynStats then you will be having this problem. You can fix it by opening up the core.lua file in the LynStats folder and changing:

Code:
local addon = CreateFrame("Button", nil, UIParent)
to
Code:
local addon = CreateFrame("Button", "LynStats", UIParent)
gDPS uses getfenv(0) to get a pointer to the LynStats frame since it doesn't use a global, and if it doesn't find the frame then it will act funny.

I'll upload another version right now, with some bug fixes and other changes.
Report comment to moderator  
Reply With Quote
Unread 05-21-08, 03:05 AM  
hipjipp
A Cliff Giant
 
hipjipp's Avatar
AddOn Author - Click to view AddOns

Forum posts: 79
File comments: 236
Uploads: 10
Hi mate, nice ui, could you re-post the code you used to bind the AutoHP and AutoMP macros? I'm getting annoyed with pushing my right-bar..

I could also use some help making gDPS and gPeen work with LynStats, since i havn't figured it out yet.. It installs properly, but it doesn't show up. I'll look into it later..
Report comment to moderator  
Reply With Quote
Unread 05-12-08, 06:07 PM  
ganders
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 131
File comments: 59
Uploads: 10
Originally posted by stonecow
Hey quick question, whats the addon for that lil icon debuff thing underneath the ToT bar?
That's actually a cooldown timer.

http://ixo.no/git/oCD.git/commit/?h=2.4
Report comment to moderator  
Reply With Quote
Unread 05-12-08, 01:15 PM  
stonecow
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Hey quick question, whats the addon for that lil icon debuff thing underneath the ToT bar?
Last edited by stonecow : 05-12-08 at 01:15 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: