Lore's UI - Page 7 - TankSpot
Remove Advertisements
Lore's UI
TankSpot // TankSpot News & Discussion // User Interface, Addons, and Macros // UI Compilations
Reply
 
Thread Tools
  #121  
Old 06-19-2009, 03:21 PM
New Registrant
 
Join Date: Jun 2009
Posts: 2
New UI

Hi Lore and everyone on Tankspot, this is my first post, I'll try not to act like a noob.

First of all thx for the new UI. I always watched the tankspot vids and was like, I want that UI! Now I have it thx to your download but I have a couple of questions for I'm posting these two screenshots of 2 errors that I keep getting. I have no idea what do do about these errors.




Also as you can see, I'm a warrior and if you look you can see that for some reason, with the new UI, my stance Icons are hanging out in the middle of my screen and I cant seem to move them. Any idea how to do that?

Thanks again for all the help, this site rocks.

Kaapro
Reply With Quote
  #122  
Old 06-19-2009, 03:27 PM
Wait for it
WoW Characters
 
Join Date: Apr 2009
Posts: 108
Use /bartender to bring up the bartender options, unlock the bars and drag your stance bar to whereever you'd like it.

Unfortunately i can't help you with those errors, i use neither atlaslootfu or cowtip. You could try looking around for updated versions of those mods. I think atlaslootfu is part of the atlaslootenhanced package.
Reply With Quote
  #123  
Old 06-19-2009, 03:43 PM
New Registrant
 
Join Date: Jun 2009
Posts: 2
Source: Diridin
Use /bartender to bring up the bartender options, unlock the bars and drag your stance bar to whereever you'd like it.

Unfortunately i can't help you with those errors, i use neither atlaslootfu or cowtip. You could try looking around for updated versions of those mods. I think atlaslootfu is part of the atlaslootenhanced package.

Got the stance buttons fixed, thank you very much... as for the errors, I'd like to keep atlasloot so I'm still tryin to figure that error out but as far as cowtip goes,,, do I need that to make other addons work?
Reply With Quote
  #124  
Old 06-19-2009, 03:46 PM
Wait for it
WoW Characters
 
Join Date: Apr 2009
Posts: 108
It's a tootip addon, i'm not aware of any addons that are dependent on it. Atlasloot like i said you should just try to get an updated version of atlasloot at it's home site. I also recommend deleteing the old version before you install the new one.
Reply With Quote
  #125  
Old 06-19-2009, 08:08 PM
Really.
 
Join Date: Jan 2009
Posts: 166
Source: Kaapro
Hi Lore and everyone on Tankspot, this is my first post, I'll try not to act like a noob.

First of all thx for the new UI. I always watched the tankspot vids and was like, I want that UI! Now I have it thx to your download but I have a couple of questions for I'm posting these two screenshots of 2 errors that I keep getting. I have no idea what do do about these errors.




Also as you can see, I'm a warrior and if you look you can see that for some reason, with the new UI, my stance Icons are hanging out in the middle of my screen and I cant seem to move them. Any idea how to do that?

Thanks again for all the help, this site rocks.

Kaapro
Dunno about the AtlaslootFu error, as I don't use the mod. But there's a simple fix for the Cowtip error. From the wowinterface.com comments on Cowtip:

Quote:
Originally posted by User4574
Code:
Error: ERROR: <unnamed>:SetFont(): invalid fontHeight: 0, height must be > 0
AddOn: CowTip
File: Appearance.lua
Line: 426
Count: 2

I have the same problem and, knowing a little Lua, I took a look at the code.

I'm not sure why the problem is occurring — the font size is read using :GetFont() just before setting it — but it's easy enough to get rid of the error. Just replace these lines:

Code:
if v:GetObjectType() == "FontString" then
local _, size, style = v:GetFont()
v:SetFont(font, size, style)
end

With these ones:

Code:
if v:GetObjectType() == "FontString" then
local _, size, style = v:GetFont()
if size > 0 then
v:SetFont(font, size, style)
end
end

Make sure you're making this change in the Appearance.lua file, and you shouldn't see that error again.
Reply With Quote
  #126  
Old 06-20-2009, 05:24 PM
New Registrant
WoW Characters
 
Join Date: Feb 2009
Posts: 3
Can i just ask for anybody that may have downloaded Lore's UI, how much addon memory does it actually take up.
Reply With Quote
  #127  
Old 06-21-2009, 09:31 PM
Registrant
WoW Characters
 
Join Date: Mar 2009
Posts: 64
can we copy your profile for pitbull.. or how would we set that up? Also, if we copy your bartender profile will that only work for pallys since the spells are all the same and what not?
Reply With Quote
  #128  
Old 06-22-2009, 07:40 AM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Location: Helsingborg, Sweden
Posts: 6
Thanks for the UI Lore, as I see I am not the only one who has been waiting for this complilation

I have got everything running just fine with one exception. For some reason when I try to eat/drink it lets me for like half a second then I stand up again, definately nothing wrong with my keyboard or mouse though, any ideas?
Reply With Quote
  #129  
Old 06-22-2009, 10:50 AM
New Registrant
WoW Characters
 
Join Date: Feb 2009
Posts: 3
[quote=Lore;197154]Regarding the blank area at the bottom of my screen: Skinner does all of that (see the "Making it Pretty" section in the OP)

[quote]

Where is the making it pretty section? i cannot find it on the options
Reply With Quote
  #130  
Old 06-23-2009, 05:17 AM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Location: Helsingborg, Sweden
Posts: 6
Source: Nagoyah
Thanks for the UI Lore, as I see I am not the only one who has been waiting for this complilation

I have got everything running just fine with one exception. For some reason when I try to eat/drink it lets me for like half a second then I stand up again, definately nothing wrong with my keyboard or mouse though, any ideas?
Nvm, I ticketed a GM about it and they stated that they would look into it, 20 minutes later (after 6 hours of it) it started working again, patch coming soon eh
Reply With Quote
  #131  
Old 06-25-2009, 04:20 AM
New Registrant
WoW Characters
 
Join Date: Nov 2008
Posts: 1
Source: motrex
Source: Lore
Regarding the blank area at the bottom of my screen: Skinner does all of that (see the "Making it Pretty" section in the OP)

Where is the making it pretty section? i cannot find it on the options
He meant in the Original Post (i.e the post that contains the download link on page 1 of this thread) there is a section entitled "Making it Pretty" that explains how to make the the addons look exactly like his UI

hope that explained it.

>-----EDIT-----<

I just looked back at the OP and there isn't a Making it Pretty section but i believe all the information you need can be found under "Installation Instructions"
Reply With Quote
  #132  
Old 06-25-2009, 03:48 PM
New Registrant
 
Join Date: Apr 2009
Posts: 11
Curse Client

For everyone out there that is using this UI, i suggest you all download ''curse client''
it will keep all your addons up to date and will reduce the amount of errors coming up. instead of having to download from a website, it does it for you
darrkill

Last edited by darkkill; 06-25-2009 at 04:07 PM..
Reply With Quote
  #133  
Old 06-25-2009, 03:59 PM
New Registrant
 
Join Date: Apr 2009
Posts: 11
Source: Kaapro


Stance Bar..
try typing /bt
or
there should be a icon on your minimap ''bartender''
that will let you move your bars to where ever you want.
if it still dosent move then try the /bt and go all the way down to stance bar in the list, click unlock and then try move it
you should be able to move it by then
darkkill
Reply With Quote
  #134  
Old 06-27-2009, 04:25 AM
New Registrant
 
Join Date: Jun 2009
Posts: 1
Item rack Issue

Got you UI and when i first Used item rack your armor sets were listed etc. So i did a complete reset, but now I cannot find the trinket menu. I've clicked for the options for it in setting but alas, not trinket bars. What do i need to do to fix the error?
Reply With Quote
  #135  
Old 06-30-2009, 12:11 PM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Posts: 1
Downloading the link

i extract everything in the .zip, and do the instructions, but when i log in my character, im not able dropdown and select the "Lore - Eredar" option. I re downloaded the link and extracted again, and it still didn't work. It would be greatly appreciated if someone could help me
Reply With Quote
  #136  
Old 06-30-2009, 12:59 PM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Location: ohio
Posts: 1
i tried downloading your UI from the link and when i try extracting it, it says that the folder is empty do you know what would be wrong with it?
Would it possibly be a problem with the operating system? i am currently running 64-bit vista
Reply With Quote
  #137  
Old 06-30-2009, 03:41 PM
Gluteas's Avatar
Sponsor
WoW Characters
 
Join Date: Feb 2009
Location: Sammamish, WA
Posts: 58
Hey there Lore

I've watched all your Marmot videos on this site religiously and just recently (on your XT Hard Mode kill) you are using an add-on that is not on any of your other videos nor is it on your UI compilation (though I don't know for sure)

What I'm wondering is on your new XT Hard Mode movie what is the name of the addon at the top of you screen dead center that shows necessary debuffs on the boss (ie: curses, JoL, JoW, Sunder, TC, Demo...)

Right now I'm running DebuffEnough but it is time consuming scrolling over the box to figure out whats missing plus it seems to be a little outdated. Your addon, shows a visual to let me know who I need to yell at :P

Thank and keep up the good work!
__________________
Reply With Quote
  #138  
Old 07-02-2009, 02:11 PM
New Registrant
 
Join Date: Jul 2009
Posts: 1
IE

when i try to download via the link abouve your video i extract them form the zip but before its compleat my IE "stops working" every time.
i know this most likely isnt a problem with the download still some help as to how to fix this would be nice. thnx.
Reply With Quote
  #139  
Old 07-02-2009, 04:28 PM
Ubër Tank™
WoW Characters
 
Join Date: Jul 2009
Location: Houston
Posts: 7
UI Problems





As you can see in both of the first 2 SS's, I have a few problems, one of which is the bars that are dead center. Which program puts them there, so I can move them out of the way? Also, how do I move the chat box? In the 3rd SS, it's showing a REALLY annoying box that pops up when I mouse over someone. It's huge and annoying, as well as it gets in the way. How do I get rid of it or make it more transparent?

Finally, I DLed from the link at the beginning, and I believe I installed it right, yet the Lore - Eredar profile never comes up. So, I'll ask that we be a little bit more specific as far as what we rename.

WTF > Account > ACCOUNTNAME > SavedVariables
WTF > Account > ACCOUNTNAME > Server Name > Charactername > SavedVariables

For Account....what do we put there?
Which ACCOUNTNAME are we inputting?
I understand Server Name and Charactername, but what do we put for Saved Variables? Do we rename both of them the same?

Ty in advance for any help I receive. You've done a good job with this Lore!
Reply With Quote
  #140  
Old 07-02-2009, 08:41 PM
Really.
 
Join Date: Jan 2009
Posts: 166
Source: Draygoon
As you can see in both of the first 2 SS's, I have a few problems, one of which is the bars that are dead center. Which program puts them there, so I can move them out of the way? Also, how do I move the chat box? In the 3rd SS, it's showing a REALLY annoying box that pops up when I mouse over someone. It's huge and annoying, as well as it gets in the way. How do I get rid of it or make it more transparent?

Finally, I DLed from the link at the beginning, and I believe I installed it right, yet the Lore - Eredar profile never comes up. So, I'll ask that we be a little bit more specific as far as what we rename.

WTF > Account > ACCOUNTNAME > SavedVariables
WTF > Account > ACCOUNTNAME > Server Name > Charactername > SavedVariables

For Account....what do we put there?
Which ACCOUNTNAME are we inputting?
I understand Server Name and Charactername, but what do we put for Saved Variables? Do we rename both of them the same?

Ty in advance for any help I receive. You've done a good job with this Lore!
ACCOUNTNAME is your WoW account name. So, for example, if your WoW account you're using this for is WOWACCT1, you would rename the ACCOUNTNAME folder to WOWACCT1.

Don't rename Saved Variables. Just the ACCOUNTNAME, Server Name, and Charactername folders.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


World of Warcraft™ and Blizzard Entertainment® are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright © Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment®.