Category: Outdated Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
1.3
Date:
05-08-2008 12:13 PM
Size:
24.84 MB
Downloads:
1,424
Favorites:
14
MD5:
Pictures
Click to enlarge
Party OOC
Click to enlarge
Party Combat
Click to enlarge
Addon List
Timsan's UI 1600x1200
2008-05-08

I'm quitting WoW so this I'll be the last update I make.

Reduced memory usage alot by using more lightweight mods like oMinimap, Mapster, evl_Nameplates etc.
Gone from eePanels to kgPanels.
Many small estetic changes.

2008-04-01

Updated for 2.4

Exchanged Parrot (broken ) for MSBT.
Some new textures (minimap, CyCircled and some other things.
Also a bunch of other things

-------------------------------------------------------------------

All right, due to a high demand I've decided to upload my UI here. Please bear in mind that it won't be updated regularly etc. but please feel free to ask if you have any questions.

Installation steps:

1. Download.
2. Backup your interface and WTF folders.
3. Extrakt the .rar to your World of Warcraft folder.
4. In the WTF folder rename the ACCOUNTNAME folder to your accountname, the SERVERNAME folder to the name of your server and the CHARACTERNAME folder to the name of you're character.
5. Log in and enjoy!

This UI is mostly constructed for my warlock and thus contains a few warlock specific mods such as ForteWarlock and eeShards. If you're not playing as a warlock delete these.

I use alot of mods and all though the UI is minimalistic, the memory usage is not. If you're playing with less then 1GB of ram this could cause performance issues.

Also I'd like to thank Tapestry for a constant flow of inspiration!

Well, enough babbling, enjoy!
  Change Log - Timsan's UI 1600x1200
Updated for 2.4!

Exchanged Parrot (broken ) for MSBT.
Some new textures (minimap, CyCircled and some other things.
Also a bunch of other things

2008-05-08

I'm quitting WoW so this I'll be the last update I make.

Reduced memory usage alot by using more lightweight mods like oMinimap, Mapster, evl_Nameplates etc.
Gone from eePanels to kgPanels.
Many small estetic changes.
  Optional Files - Timsan's UI 1600x1200
Sorry, there are currently no optional files available.
  Comments - Timsan's UI 1600x1200
Post A Reply Comment Options
Old 04-06-2008, 07:56 PM  
kImahaeRa
A Kobold Labourer
 
kImahaeRa's Avatar

Forum posts: 0
File comments: 12
Uploads: 0
Quote:
Originally posted by Avazza
Oh right. Yeah, that's beacuse you can't have two seperate scripts calling the same event. Like two scripts firing on "TARGET_CHANGED". Anyways, glad you got it working!
That's what I figured

Keep up the good work anyway, you still made a great UI ^^
__________________
/kiSS

Shàel @ www.kimahaera.c.la
kImahaeRa is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2008, 07:50 PM  
Avazza
A Fallenroot Satyr

Forum posts: 23
File comments: 38
Uploads: 1
Quote:
Originally posted by kImahaeRa
Thank you very much for everything !

Just so you know, I fund how to get past this problem, if this interests someone ^^
The solution is to merge those scripts together.

instead of


Hope this helps someone
Oh right. Yeah, that's beacuse you can't have two seperate scripts calling the same event. Like two scripts firing on "TARGET_CHANGED". Anyways, glad you got it working!
Avazza is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2008, 10:13 AM  
kImahaeRa
A Kobold Labourer
 
kImahaeRa's Avatar

Forum posts: 0
File comments: 12
Uploads: 0
Thank you very much for everything !

Just so you know, I fund how to get past this problem, if this interests someone ^^
The solution is to merge those scripts together.
Quote:
function eePanels2:PlayerFrameVisibility(self, event, ...)
local _, class = UnitClass("player");
if class == "WARRIOR" then
eePanel4:SetBackdropBorderColor(0.780,0.611,0.431,1)
eePanels2.db.profile.panels[4].background.frame:SetGradientAlpha("HORIZONTAL", 0.780, 0.611, 0.431, 0, 0.780, 0.611, 0.431, 0.49)
elseif class == "PRIEST" then ...
instead of
Quote:
function eePanels2:PlayerFrameVisibility(self, event, ...)
local _, class = UnitClass("player");
if class == "WARRIOR" then
eePanel4:SetBackdropBorderColor(0.780,0.611,0.431,1)
elseif class == "PRIEST" then ...


Hope this helps someone
__________________
/kiSS

Shàel @ www.kimahaera.c.la

Last edited by kImahaeRa : 04-06-2008 at 10:14 AM.
kImahaeRa is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2008, 07:03 AM  
Avazza
A Fallenroot Satyr

Forum posts: 23
File comments: 38
Uploads: 1
Quote:
Originally posted by kImahaeRa
^^
Tried this (sorry for stealing ^^)

I'm gonna keep on trying new stuff.

PS : I'm pretty sure the 2 scripts from wowace.wiki don't work well together, because I tried them on 2 different panels, and still get the same bug ...
NP, steal all you want

Hm thats weird, I use the scripts from there and they work with a little tinkering.

Quote:
Originally posted by xaxas
hey, I just disabled Visor2 and Visor GUI and it fixed the funky pet bar being broken in half, so you might try that
All right, they might have fixed that then.
Avazza is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-06-2008, 01:16 AM  
xaxas
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
hey, I just disabled Visor2 and Visor GUI and it fixed the funky pet bar being broken in half, so you might try that
xaxas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 10:45 PM  
kImahaeRa
A Kobold Labourer
 
kImahaeRa's Avatar

Forum posts: 0
File comments: 12
Uploads: 0
Quote:
Originally posted by Avazza
I'm not logged in atm so I can't copy and past but you could just steal em from me using my eePanels savied variables.
^^
Tried this (sorry for stealing ^^)

I'm gonna keep on trying new stuff.

PS : I'm pretty sure the 2 scripts from wowace.wiki don't work well together, because I tried them on 2 different panels, and still get the same bug ...
__________________
/kiSS

Shàel @ www.kimahaera.c.la
kImahaeRa is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-05-2008, 03:28 PM  
Avazza
A Fallenroot Satyr

Forum posts: 23
File comments: 38
Uploads: 1
Quote:
Originally posted by kImahaeRa
Thanks for your answer Avazza.

I did try keeping the libraries before you told me. Unfortunately, it doesn't seem to be working.

After trying to get your UF (tried for over 2 days ! ), I finally decided my time would be better used creating my own.
So, I ran WoW with your entire compilation, and tried to get how you managed to keep eePanels2 class colored ^^

The trouble I ran into, is that i can only make the border class colored. Everytime I try to get the background (even with the script from wowace.wiki), I get something crappy ... The colors get mixed up, and it breaks the class colored on the border !

The two scripts don't seem to be working great together ...

How did you manage it yourself ? If that's not out of line ^^

PS : the UI I created is greatly inspired from yours, and some others, like Duke. Hope your not offended ^^
Just thought your ideas were great ^^
I'm not logged in atm so I can't copy and past but you could just steal em from me using my eePanels savied variables.
Avazza is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2008, 05:13 PM  
kImahaeRa
A Kobold Labourer
 
kImahaeRa's Avatar

Forum posts: 0
File comments: 12
Uploads: 0
Thanks for your answer Avazza.

I did try keeping the libraries before you told me. Unfortunately, it doesn't seem to be working.

After trying to get your UF (tried for over 2 days ! ), I finally decided my time would be better used creating my own.
So, I ran WoW with your entire compilation, and tried to get how you managed to keep eePanels2 class colored ^^

The trouble I ran into, is that i can only make the border class colored. Everytime I try to get the background (even with the script from wowace.wiki), I get something crappy ... The colors get mixed up, and it breaks the class colored on the border !

The two scripts don't seem to be working great together ...

How did you manage it yourself ? If that's not out of line ^^

PS : the UI I created is greatly inspired from yours, and some others, like Duke. Hope your not offended ^^
Just thought your ideas were great ^^
__________________
/kiSS

Shàel @ www.kimahaera.c.la

Last edited by kImahaeRa : 04-04-2008 at 05:15 PM.
kImahaeRa is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2008, 03:10 PM  
Avazza
A Fallenroot Satyr

Forum posts: 23
File comments: 38
Uploads: 1
Quote:
Originally posted by Guuqa
Could you name those libs? I'm pretty newbish to all o' this, but if you could send them to me in a PM or something, that'd be awesome!
The best way would probably be to re-download all the mods (except maybe SharedMedia, you'll need the textures etc. there) with embedded libraries.
Avazza is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2008, 01:33 PM  
Guuqa
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally posted by Avazza
The minimap addon is Chinchilla with a eePanels texture attached to it. The chat is Prat+Fane+Enen and Tenmetsu. For the UFs you'll need Pitbull, eePanels and Zuaxanas Model Citizen. And you'll also need to keep the SharedMedia folder.

Just remember if you delete stuff that I run with disembedded libraries so you'd also have to keep all the libraries these mods uses.
[/b]
Could you name those libs? I'm pretty newbish to all o' this, but if you could send them to me in a PM or something, that'd be awesome!
Guuqa is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2008, 01:07 PM  
Avazza
A Fallenroot Satyr

Forum posts: 23
File comments: 38
Uploads: 1
Quote:
Originally posted by xaxas
my petbar is broken haha, like uhm the attack and follow are together but the rest arent, can I ask what you use for the petbar please?
Oh right, I don't know why that happends. I'm using Bongos2 and don't know
if others have had this problem as well. I just fixed it real ugly by moving them with Visor2.

Quote:
Originally posted by amarios
Thanks for uploading, just looove those unit frames.
No problem, and thanks alot!

Quote:
Originally posted by Guuqa
Awesome UI. Sadly abit too much for my computer. But there's a few things I'd like to keep, and that's the minimap, the UF's and the chat.

I tried removing the other addons, but it didn't work.
Would you be a darling and tell me exactly what AddOns I would need to keep to have the minimap, chat and UF's to stay as they are right now?

Again, awesome UI.
The minimap addon is Chinchilla with a eePanels texture attached to it. The chat is Prat+Fane+Enen and Tenmetsu. For the UFs you'll need Pitbull, eePanels and Zuaxanas Model Citizen. And you'll also need to keep the SharedMedia folder.

Just remember if you delete stuff that I run with disembedded libraries so you'd also have to keep all the libraries these mods uses.

And thanks alot, positive comments are always appriciated!

Quote:
Originally posted by kImahaeRa
Hi, great UI, but a bit too much for my computer ^^

Just as Elloria, was wondering on how to get just the UF.

I tried what you said : PitBull + eePanels + SavedVariables + Zuxana

I've been trying a heck of a lot of other things too ^^
Won't work ...

Could you help me out ?
Pitbull, eePanels, Zuaxanas and SharedMedia + the Saved Variables for all these addons. As stated above, you'll also need to keep all the libraries associated to theses addons.
Avazza is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-04-2008, 07:20 AM  
xaxas
A Defias Bandit

Forum posts: 3
File comments: 4
Uploads: 0
my petbar is broken haha, like uhm the attack and follow are together but the rest arent, can I ask what you use for the petbar please?
xaxas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-03-2008, 10:39 PM  
amarios
A Kobold Labourer
 
amarios's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Thanks for uploading, just looove those unit frames.
amarios is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-03-2008, 02:13 PM  
Guuqa
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Awesome UI. Sadly abit too much for my computer. But there's a few things I'd like to keep, and that's the minimap, the UF's and the chat.

I tried removing the other addons, but it didn't work.
Would you be a darling and tell me exactly what AddOns I would need to keep to have the minimap, chat and UF's to stay as they are right now?

Again, awesome UI.
Guuqa is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-02-2008, 09:25 PM  
kImahaeRa
A Kobold Labourer
 
kImahaeRa's Avatar

Forum posts: 0
File comments: 12
Uploads: 0
Hi, great UI, but a bit too much for my computer ^^

Just as Elloria, was wondering on how to get just the UF.

I tried what you said : PitBull + eePanels + SavedVariables + Zuxana

I've been trying a heck of a lot of other things too ^^
Won't work ...

Could you help me out ?
__________________
/kiSS

Shàel @ www.kimahaera.c.la
kImahaeRa is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.