<?xml version="1.0" encoding="ISO-8859-1"?>
<wgp sitename="WoW Guru" url="http://www.wowguru.com/ui/">
	<file name="BasicExperienceBar" author="futrtrubl" email="" url="" currentversion="0.87">
		<description>&lt;b&gt;Features;&lt;/b&gt;&lt;br /&gt;
-Now shows xp rate and time to level and other things, based on the xp this session.&lt;br /&gt;
-Profiles. You can now have you settings shared between chars. They can automatically update to any changes made to the profile on other chars or you can just load the settings and change them to your heart's content.&lt;br /&gt;
-Fully configurable text including position. The text can be sent to the chat EditBox with a left click on the bar too.&lt;br /&gt;
-Textures can be changed for all elements.&lt;br /&gt;
-You can change the color and transparency for ALL elements, and can define different colors and or trasparencies for different levels of rest (unrested, rested, and fully rested)&lt;br /&gt;
-Almost all elements can be hidden or shown.&lt;br /&gt;
-By default uses default UI tick marks so when someone asks you how many &amp;quot;bars&amp;quot; you have left 'till you level, you will know.&lt;br /&gt;
-Has a rested experience bar and a marker to show how far into the next level (or the next after that) you will go with rested experience.&lt;br /&gt;
-Any element can be set to flash when resting.&lt;br /&gt;
-A GUI config screen that can be accessed by typing /beb or right clicking on the bar. The GUI config is also load on demand so it will only be loaded if you want to change something.&lt;br /&gt;
-Moveable.&lt;br /&gt;
-Resizable.&lt;br /&gt;
-You can disable it per character.&lt;br /&gt;
&lt;br /&gt;
Instructions:&lt;br /&gt;
-Chat commands&lt;br /&gt;
/beb [defaults, enable, disable, help] which will respectively load the addons default settings, enable the addon or disable the addon or show the list of valid commands. /beb by itself will show the GUI config menu.&lt;br /&gt;
-Attaching to frames&lt;br /&gt;
Press enter if you type in any changes as nothing gets updated until then. BEB will notify you if the frame is not valid.&lt;br /&gt;
-Using custom textures&lt;br /&gt;
The default location for custom textures for BEB is the Textures folder within BEB's folder.&lt;br /&gt;
If the texture is in there you just need to enter its filename without its extension. If it is elsewhere you will need to enter its path, eg. InterfaceAddOnsBEBTexturesMyTexture&lt;br /&gt;
-Changing the bar's text&lt;br /&gt;
If you type in any changes press enter when done as changes will only take effect then. The drop down menu will insert the relevent text variable at the cursors position.&lt;br /&gt;
-Using profiles&lt;br /&gt;
Create - You must create a profile before you can do anything with profiles. When you create a profile it will be created with your current settings.&lt;br /&gt;
Use - If you &amp;quot;Use&amp;quot; a profile any changes you make will be automatically saved to the profile and any changes other chars make to the profile will be automatically loaded for the char.&lt;br /&gt;
Load - Loads the settings from a profile. Any changes you then make will NOT be saved back to the profile.&lt;br /&gt;
Save to - Saves the current settings to the profile.&lt;br /&gt;
Delete - Deletes a profile. Be careful with this, you will be able to delete profiles used by other chars.&lt;br /&gt;
- Strata and Level options&lt;br /&gt;
Strata and Level decide how windows and objects the game's UI stack. Objects with a higher Strata will be shown over objects with a lower Strata. If the objects have the same Strata the one with a higher Level number will be shown over objects with a lower Level.&lt;br /&gt;
egs, 2 Windows, A and B. If A has a Strata of Medium and a level of 2, and B has a strata of High and a level of 2 then B will cover A. If A has a strata of Medium and a level of 3, and B has a strata of Medium and a level of 2, A will cover B. If B's strata is changed to High then it will cover A even though A has a higher level.&lt;br /&gt;
&lt;br /&gt;
Text Variables- If put in the bar's text area they will be replaced by the relevent value which will be updated as they change.&lt;br /&gt;
$plv	-	Character's level.&lt;br /&gt;
$cxp	-	Current xp for this level.&lt;br /&gt;
$mxp	-	Total xp needed for this level.&lt;br /&gt;
$rxp	-	Rested xp as reported by the game.&lt;br /&gt;
$Rxp	-	Actual current rested xp.&lt;br /&gt;
$Cxp	-	Total xp ever earned for this character.&lt;br /&gt;
$Mxp	-	Xp to go until you can earn no more.&lt;br /&gt;
$txp	-	Xp needed to level.&lt;br /&gt;
$Txp	-	Xp needed to reach level 60.&lt;br /&gt;
$pdl	-	Percent of the way through the current level.&lt;br /&gt;
$Pdl	-	Percent of the way to the end of level 60.&lt;br /&gt;
$ptl	-	Percent of the level left to complete.&lt;br /&gt;
$res	-	Shows 'Resting' if you are currently resting.&lt;br /&gt;
$rst	-	Shows 'Unrested', 'Rested' or 'Fully Rested'.&lt;br /&gt;
$ptx	-	Pet's current xp for this level.&lt;br /&gt;
$pty	-	Pet's total xp needed for this level.&lt;br /&gt;
$ppc	-	Pet's % of the way through the current level.&lt;br /&gt;
$ppn	-	Pet's % of the level left to complete.&lt;br /&gt;
$pxg	-	Pet's xp needed to level.&lt;br /&gt;
$tts	-	Time played this session.&lt;br /&gt;
$rss	-	Xp per second (session).&lt;br /&gt;
$rsm	-	Xp per minute (session).&lt;br /&gt;
$rsh	-	Xp per hour (session).&lt;br /&gt;
$tls	-	Time to level up (session).&lt;br /&gt;
$xts	-	Xp earned this session.&lt;br /&gt;
$prt	-	Percent of the way to being fully rested.&lt;br /&gt;
$pre	-	Percent of the way to the end of the level that's rested.&lt;br /&gt;
$nkx	-	Kills this session tbat gave XP.&lt;br /&gt;
$xpk	-	Average XP per kill this session. (ignores rested bonus)&lt;br /&gt;
$kls	-	Number of kills needed to level up (session). (ignores rested bonus)&lt;br /&gt;
&lt;br /&gt;
Please head over to &lt;a href=&quot;http://forums.edowner.net/viewtopic.php?t=7&quot; target=&quot;_blank&quot;&gt;http://forums.edowner.net/viewtopic.php?t=7&lt;/a&gt; and vote for the next major feature. &lt;br /&gt;
&lt;br /&gt;
Author: futrtrubl&lt;br /&gt;
Email: author@beb.edowner.net&lt;br /&gt;
Website: beb.edowner.net and forums.edowner.net</description>
		<category id="5" />
		<version number="0.87" date="February 19 2006">
			<file url="/ui/archives/basicexperiencebar-190-087.zip" />
		</version>
	</file>
</wgp>
