Download
(952Kb)
Download
Updated: 06-21-10 05:30 AM
Pictures
File Info
Updated:06-21-10 05:30 AM
Created:unknown
Downloads:6,154
Favorites:30
MD5:

KoskenAngo  Popular! (More than 5000 hits)

Version: 4.2.0
by: hipjipp [More]

I've put together this extremely light-weight and very functional UI and i'm going to share it with all you nice people here at WOWI.

Credits to original authors of the addons included.
Works for all screen resolutions

Enjoy!

-R = Removed this push
-N = New this Push
-U = Updated this push

Please don't hesitate to post any questions, ideas or comments about anything in this or around this compliation. I need them! =)

Included addons:
BadBoy -U
Butsu
CargBags
CargBags_Pernobilis -R
CargBags_Simplicity -N
Chicchai
HerbivOre
-N (This is HHerbLocator, just newer and better in every way)
HBar -U
HBarHide -U
Hgraphics
HHerbLocator-R
HPanel -U
HSlasher
Htracking
LynLocation
LynStats
MikScrollingBattleText
MSBTOptions
oCD -U
oChat
oGlow
oSh*t
oUF
oUF_HealComm4
oUF_Kosken
oUF_Smooth
rBuff
teksLoot
TipTac + Addons

Wanderlust
ZimUtils

-- Please note that i modified HBar to hide the UI Error frame. To get it back run this:
/script UIErrorsFrame:SetAlpha(1)
and to hide it again:
/script UIErrorsFrame:SetAlpha(0)

4.2.0 || 13:25 / 21-06-10 +0200
---- Updated Cargbags with newest core and basic style (no keyring yet, sorry folks)
---- Updated basic things in most addons
---- HHerbLocator is now HerbivOre and can be found here

4.1.0 || 18:11 / 05-06-10 +0200
---- Updated some addons

4.0.2 || 18:29 / 22-05-10 +0200
---- Updated some addons
---- Replaced PocketPlot with Wanderlust for lesser memory hogging

4.0.1 || 00:01 / 18-05-10 +0200
---- Updated HBar and HBarHide to match current

4 || 14:00 / 17-05-10 +0200
---- Updated most things. Read the list.

3.6.2.0 || 14:17 / 23-12-08 +0200
---- Updated a few addons
---- Removed ClosetGnome

3.6.0.0 || 11:41 / 04-11-08 +0200
---- Added a few oUF plugins
---- Removed ACB due to fixed castbars in oUF_Kosken

3.5.1.1 || 21:15 / 28-10-08 +0200
---- Reconfigured a few addons
---- Updated alot of addons

3.5.1.0 || 14:39 / 26-10-08 +0200
---- Fixed Hpanel to always be behind the chatframe, no reload fix required
---- CargBags_Kosken (first CargBargs AIO bag) replaced with CargBargs_Pernobilis

3.5.0.0 || 21:05 / 25-10-08 +0200
---- Fixed several addons including oCD
---- Added and removed some addons
---- Updated most addons

3.4.4.0 || 09:38 / 14-10-08 +0200
---- Updated HBar and tweaked other things
---- Removed TourGuide

3.4.3.3 || 11:36 / 27-09-08 +0200
---- Fixed minor problems
---- Tweaked some things

3.4.3.2 || 07:34 / 18-09-08 +0200
---- Fixed HBar's rangecoloring
---- Updated oUF_Kosken

3.4.3.1 || 23:55 / 17-09-08 +0200
---- Updated some addons to be up to date and up to what i'm currently using

3.4.2.1
---- Fixed the file to only contain stuff that it's supposed to contain

3.4.2
---- Updated a few addons

3.4.0
---- Added and removed alot of addons

3.0.0
---- Added Htracking, OPie and ClosetGnome
---- Tweaked and updated a few addons

2.9.2
---- Tweaked HBarHide and oPanel a bit

2.9
---- Added ShooShards and Hherblocator
---- Tweaked HBarHide and oPanel to not react in combat to reduce Taint

2.8
---- Added/Removed some addons

2.4
---- Added/Removed some addons

2.3
---- Uploaded latest addons with additions

2.0
---- Changed oUF layout and swapped HBar for a remade n.mainbar

1.1.1
---- Revert, damn you deficit values!

1.1
---- Updated and fixed the focus frame

1.0
---- Initial Release
Post A Reply Comment Options
Unread 08-05-08, 06:25 AM  
Smosh
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I mean the actionbuttons, they are not in the square. Sry for my english im german
Report comment to moderator  
Reply With Quote
Unread 08-05-08, 07:24 AM  
hipjipp
A Cliff Giant
 
hipjipp's Avatar
AddOn Author - Click to view AddOns

Forum posts: 79
File comments: 236
Uploads: 10
Originally posted by Smosh
I mean the actionbuttons, they are not in the square. Sry for my english im german
Are you using Hscale? It sets your UI scale to the correct scale for your actionbars. I've been trying to make them scale correctly with the bars, but to no success. So unfortunetly you have to have it enabled or disable the bars background in the Hgraphics file by changing the following:
Code:
bars.lua
to
##bars.lua
Thats all i have for you unfortunetly.. I'll look into the scaling code again, but i can't promise anything.
Report comment to moderator  
Reply With Quote
Unread 08-28-08, 12:28 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Ok im luvin this ui still messin with it to make to my liking but the ? i have is the XP bar sitting right on top of my action bars need to move it or get rid of it :P
Report comment to moderator  
Reply With Quote
Unread 08-28-08, 12:57 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 Alkar
Ok im luvin this ui still messin with it to make to my liking but the ? i have is the XP bar sitting right on top of my action bars need to move it or get rid of it :P
Did you re-show it by changing back/commenting out the XP bar alpha code? if you want to move it, change:
Code:
MainMenuExpBar:SetPoint("BOTTOMLEFT", ActionButton1, "TOPLEFT", -2, 2)
http://www.wowwiki.com/API_Region_SetPoint
if you just want to hide it again add/look for
Code:
MainMenuExpBar:SetAlpha(0)
ExhaustionTick:SetAlpha(0)
Hope it helps! Don't hesitate to post more questions, bugs, suggestions etc.. =)
Report comment to moderator  
Reply With Quote
Unread 08-28-08, 01:05 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Ok gotcha but where do i change the code at? which LUA i know total noob
Report comment to moderator  
Reply With Quote
Unread 08-28-08, 01:14 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 Alkar
Ok gotcha but where do i change the code at? which LUA i know total noob
Open HBar.lua with preferred text-editor (i use Notepad++ on windows and Smultron on mac), use the search function and search for "Alpha" (or if you're able to see line-numbers, it should be around line 69 and 101). If they have two "-" in front of them like this;
Code:
--This is a commented line
This is not
remove them. If alpha is anything but 0 (zero), change it to zero to hide it.

Hope i was clear enough. =)
Report comment to moderator  
Reply With Quote
Unread 08-28-08, 01:18 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Originally posted by hipjipp
Open HBar.lua with preferred text-editor (i use Notepad++ on windows and Smultron on mac), use the search function and search for "Alpha" (or if you're able to see line-numbers, it should be around line 69 and 101). If they have two "-" in front of them like this;
Code:
--This is a commented line
This is not
remove them. If alpha is anything but 0 (zero), change it to zero to hide it.

Hope i was clear enough. =)
Thank you much very fast help to
Report comment to moderator  
Reply With Quote
Unread 08-28-08, 08:50 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Wondering how i move the unit frames i just want to move the party frames a bit
Report comment to moderator  
Reply With Quote
Unread 08-28-08, 11:14 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 Alkar
Wondering how i move the unit frames i just want to move the party frames a bit
If you open up core.lua in oUF_Kosken and go to the bottom and count five lines up, there you can change the party's position if you like. =)
Report comment to moderator  
Reply With Quote
Unread 08-29-08, 05:29 PM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
ok if i wanted to move the bag fram over just a bit would i change this and maybe a tip on how much just need to move it over a tad when its open it's under my actionbars on the right side

*main:SetPoint("BOTTOMRIGHT", -35, 35) <----

not sure which number moves it to the left
Report comment to moderator  
Reply With Quote
Unread 08-30-08, 02:26 AM  
hipjipp
A Cliff Giant
 
hipjipp's Avatar
AddOn Author - Click to view AddOns

Forum posts: 79
File comments: 236
Uploads: 10
Originally posted by Alkar
ok if i wanted to move the bag fram over just a bit would i change this and maybe a tip on how much just need to move it over a tad when its open it's under my actionbars on the right side

*main:SetPoint("BOTTOMRIGHT", -35, 35) <----

not sure which number moves it to the left
Copypastad from a previous comment on oUF_Kosken;
Code:
Negative numbers on x: Left
Negative numbers on y: Down
Positive numbers on x: Right
Positive numbers on y: Up
obj:SetPoint(point [, frame] [, relativePoint] [, x [, y]]);

Enjoy!
Report comment to moderator  
Reply With Quote
Unread 08-30-08, 08:59 AM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Sweet thanks so much got everything in place and works beautifully. I have to give props to where they are due very very nice job on this UI i added cartographer and Clique since i am a raid healer and a few other things but still runs at a mere 17mb which is huge in my book. Wonder would you happen to have any screenies of it in a raid atmosphere? since i been messin with this i havent raided So wondering about the raid set up and frams where they might be or is it only the ingame raid frames
Report comment to moderator  
Reply With Quote
Unread 08-30-08, 09:04 AM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Also instead of closet gnome maybe add item rack instead since item rack allows you to take a certain set out of the bank and put it back in with the click of a button
Last edited by Alkar : 08-30-08 at 09:27 AM.
Report comment to moderator  
Reply With Quote
Unread 08-30-08, 02:02 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 Alkar
Also instead of closet gnome maybe add item rack instead since item rack allows you to take a certain set out of the bank and put it back in with the click of a button
You can swap it to whatever you feel needed, i just added it since i use opie with my druid and opie doesn't support itemrack.
Originally posted by Alkar
[...]17mb which is huge in my book.[...]So wondering about the raid set up and frams where they might be or is it only the ingame raid frames
Unfortunetly for all you raiders out there, i don't raid... I can't help you on any point there. I can say that when i play normally (leveling/questing) i use Carbonite (full verision) witch uses about 8mb of memory witch brings me up to ~17-~20mb of memory..
My only real statement about it is; disable the addons you don't need when not raiding etc, like i do. Otherwise; Deal with it! :P

Sorry about that i can't be of much help.
Report comment to moderator  
Reply With Quote
Unread 08-31-08, 10:59 AM  
Alkar
A Chromatic Dragonspawn
 
Alkar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 195
File comments: 94
Uploads: 4
Originally posted by hipjipp
\\Unfortunetly for all you raiders out there, i don't raid... I can't help you on any point there. I can say that when i play normally (leveling/questing) i use Carbonite (full verision) witch uses about 8mb of memory witch brings me up to ~17-~20mb of memory..
My only real statement about it is; disable the addons you don't need when not raiding etc, like i do. Otherwise; Deal with it! :P

Sorry about that i can't be of much help.
Think ya miss understood me here. The 17mb it uses is very very good the UI i made in the past was well over like 50-60 hahhaa so 17 is incerdible.. And you use Opie to change out outfits also? I have never used opie until now so not to sure of everything it can do yet
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: