Download
(5Kb)
Download
Updated: 12-14-10 05:38 AM
Pictures
File Info
Updated:12-14-10 05:38 AM
Created:04-06-09 05:45 PM
Downloads:10,431
Favorites:47
MD5:

jExp2  Popular! (More than 5000 hits)

Version: 4.001
by: zork [More]

Simple xp/rep bar.

This mod is based on jExp from mertex. Since he stopped WoW he allowed me to continue his mod.

Ok what does it?
It displays a xp/rep bar

Can it be moved ingame?
Yes, open the chat and enter /jexp locked 0 and the bar will get unlocked. Now hold down ALT+SHIFT+LEFT MOUSEBUTTON to drag the frame around.

Can it be sized ingame?
Yes, open the chat and enter /jexp locked 0 to unlock the bar. Now hold down ALT+SHIFT+RIGHT MOUSEBUTTON to size the frame.

How can I lock the bar?
Open the chat and enter /jexp locked 1.

Can I reset the bar, I made it dissapear?!
Open the chat and enter /jexp movable 0 to reset the bar.

Can I raise the FrameLevel or FrameStrata to make the bar be above or lower other frames?
Yes use /jexp strata and /jexp level for this.

Slash commands
/jexp locked NUMBER
- can be 0 or 1 to lock/unlock the bar
/jexp movable NUMBER
- can be 0 to reset the bar and 1 to allow moving
/jexp level NUMBER
- Sets the Framelevel of the bar
/jexp strata STRING
- Sets the FrameStrata of the bar, values allowed: BACKGROUND, LOW, MEDIUM, HIGH, DIALOG, TOOLTIP

SVN
Link: http://code.google.com/p/rothui/sour...vn/trunk/jExp2

4.001
- updated the toc number

002
- added options to change framelevel and strata

001-2
bar can be reseted

001
- initial relase
- bars can be moved and sized
Optional Files (0)


Post A Reply Comment Options
Unread 06-22-11, 12:06 PM  
Jibroni57
A Kobold Labourer

Forum posts: 1
File comments: 51
Uploads: 0
it seems as though my xp bar now shows rested xp as orange? im not sure when or how this changed i dont remember it doing that before. Any thoughts on how to customize this?

nvm figured it out, however I was wondering how to get that code to work for xp text on the bars (what line do i add it to, etc)
Last edited by Jibroni57 : 06-22-11 at 12:20 PM.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 10:18 AM  
Siven
A Deviate Faerie Dragon

Forum posts: 11
File comments: 34
Uploads: 0
whereabouts in the file would you out that code btw?
Report comment to moderator  
Reply With Quote
Unread 07-01-10, 02:10 PM  
CapnKirk
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
jExp

I have a few questions. I used a previous posters code

"local fs = xbar:CreateFontString(nil,"OVERLAY","GameTooltipText")
fs:SetPoint("CENTER",xbar,"CENTER",0,0)
fs:SetText("XP to Level: "..100-(floor((xp/mxp)*1000)/10) .."%".." Rested XP: "..floor((rxp/mxp)*1000)/10 .."%")"

I would like to know if i can make this text output smaller, and have it changed instead of using XP to level, I would like to see "Experience 0/10,000 - Rested 5%" (much like the hover over tooltip)

Thanks for any help you can give me!
Last edited by CapnKirk : 07-01-10 at 03:51 PM.
Report comment to moderator  
Reply With Quote
Unread 04-21-10, 03:58 PM  
Eclaire
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
What is the background graphic you are using in the screenshots for this mod? I wasn't able to find it in any of your other signature links.
jExp2 works deliciously well with everything else I've been using for graphics.
Report comment to moderator  
Reply With Quote
Unread 03-31-10, 12:07 PM  
mastergames
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Nice addOn but,,
not working with 3.3.3
Report comment to moderator  
Reply With Quote
Unread 03-13-10, 10:12 PM  
Antithought
A Defias Bandit
 
Antithought's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
How do I...

If there is anyway at all, how would I go about having it not change the setting for Jexp across all characters?
Some of my characters UI's are different, and I have to resize jExp everytime I log into a dif character so it will be resized correctly for each UI.
Edit: Any ideas?
__________________
Any thought that is passed on to the subconscious often enough and convincingly enough is finally accepted. -Robert Collier
Peace
Last edited by Antithought : 03-13-10 at 10:12 PM.
Report comment to moderator  
Reply With Quote
Unread 01-08-10, 07:46 AM  
mrfit
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
how to hide the bar when im 80?
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 08:47 PM  
Livyen
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
option to only show rep bar?

I really love this mod. But is there any way I can edit the .lua to only show the reputation bar? I'm using this mod on a lvl 60 char with xp-stop. But the addon doesn't recognize this and it's quite annoying to always see the xp-bar when I'm not interested in gaining xp. Please help, I've tried and edited the .lua file myself, but I finally ended up with the addon not even loading anymore.
I really need this nice resizable bar. Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 12-26-09, 10:55 AM  
convict70
A Murloc Raider

Forum posts: 4
File comments: 6
Uploads: 0
How to change the rested xp color? I changed the normal xp color. Can't find a setting for the rested xp color tho ;/
Report comment to moderator  
Reply With Quote
Unread 11-11-09, 02:36 PM  
pocnib
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 1
Adding percents to xp bar

Hey, loving this addon(using it with rActionBarStyler and rBottomBarStyler), but i also really enjoy having my xp on the bar so I don't have to hover over and check the tooltip, added this code into the bf_showXP fucntion

Code:
local fs = xbar:CreateFontString(nil,"OVERLAY","GameTooltipText")
    fs:SetPoint("CENTER",xbar,"CENTER",0,0)
    fs:SetText("XP to Level: "..100-(floor((xp/mxp)*1000)/10) .."%".."   

Rested XP: "..floor((rxp/mxp)*1000)/10 .."%")
Just in case anybody without coding experience was interested in having text on their xpbar.

Also, to the person below me, color is controlled in the variable section, xpcol and repcol, just change the three decimal values. To get a color dec values, just look up an rgb table, and divide each value by 255, so if a color is 100, 100, 255, it would be .4,.4,1
Last edited by pocnib : 11-11-09 at 02:37 PM.
Report comment to moderator  
Reply With Quote
Unread 11-04-09, 07:52 PM  
khurzog
A Frostmaul Preserver
 
khurzog's Avatar

Forum posts: 266
File comments: 194
Uploads: 0
i have looked at the code and searched for 'color' and still have absolutely no idea how to customize it. please help! thanks
Report comment to moderator  
Reply With Quote
Unread 09-28-09, 10:34 PM  
Kuwanger
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Maybe an option to turn on/off automatic factionswitching when you gain rep? =)
Report comment to moderator  
Reply With Quote
Unread 08-03-09, 06:42 PM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Zork, as you may know the Alt + Shift is the way to change the computer's language settings for Windows. This is being quite a problem right now for me, and i can see how it could be a problem for others aswell.

Perhaps Alt + Ctrl would be better. I'm not ranting, only throwing out a headsup.

Regards,
Rhiren/Wimpface.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 07-21-09, 05:28 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by Jais
Nobody with a way to change the color?
If I can colorize the bars you can do it too. Just look for "color" in the code.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 07-21-09, 05:13 PM  
Jais
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Nobody with a way to change the color?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: