Download
(28Kb)
Download
Updated: 05-09-23 01:15 AM
Pictures
File Info
Compatibility:
Embers of Neltharion (10.1.0)
Updated:05-09-23 01:15 AM
Created:09-01-16 02:13 AM
Downloads:6,174
Favorites:9
MD5:

gmExp  Popular! (More than 5000 hits)

Version: 1010-2023050901
by: gmarco, Wexen

gmExp

A very simple LDB player experience display.
It shows in a broker display compatible the actual experience level.
It tracks legion and BFA artifact if equipped.

It shows also a simple un-ordered list of pg with their lvl and ilv.

Requires a data broker display like chocolate bar, bazooka, ninjapanel, stat block, titan panel, docking station, buttonbin and more.

If you are interested in helping translating, please visit forum:
http://www.wowinterface.com/download...24174#comments

providing the following entries:

Lua Code:
  1. L["Shift"]          = ""
  2. L["Right-Click"]        = ""
  3. L["Left-Click"]         = ""
  4. L["Middle-Click"]       = ""
  5. L["Max content level"]      = ""
  6. L["Level"]                  = ""
  7. L["Current XP"]             = ""
  8. L["Remaining XP"]           = ""
  9. L["Level Progress %"]       = ""
  10. L["Remaining rested"]       = ""
  11. L["Artifact"]               = ""
  12. L["Rank"]                   = ""
  13. L["Artifact Power"]         = ""
  14. L["Power to next rank"]     = ""
  15. L["Power in excess in rank"]= ""
  16. L["Progress in rank %"]     = ""
  17. L["Knowledge level"]        = ""
  18. L["Knowledge multiplier %"] = ""
  19. L["Short Numbers"]          = ""
  20. L["Long Numbers"]           = ""


Example in Italian:

Lua Code:
  1. L["Shift"]          = "Maiuscola"  
  2. L["Right-Click"]        = "Tasto-Destro"
  3. L["Left-Click"]         = "Tasto-Sinistro"
  4. L["Middle-Click"]       = "Tasto-Centrale"
  5. -- and so on

Actually it supports for the following locale:
- enUS
- itIT
- zhTW and zhCN. Thanks to BNS

1010-2023050901
- added ## IconTexture: Interface\AddOns\*\icon.tga
- bump TOC

1000-2022110601
- added X-WoWI-ID and X-Curse-Project-ID keywords to let WowUp manage it
- bump toc

915-2021110701
- Changed the data displayed in data broker when player is max content level from player level to ilv.

915-2021110401
- Used the latest LibQTip alfa version by Elkano.
- dump toc

915-2021110301
- Hotfix a libqtip error. (taken from xodiv inputs in curseforge pages).
- dump toc

900-2020112801
- update toc
- fixes a problem that triggers if you deposit the "heart of azeroth" in bank.

900-2020101801
- update libqtip to the latest 442326b-alpha

900-2020101401
- bump toc
- update libqtip to the latest

830-2020041701
- added in legenda SHIFT+MIDDLE
- modified the globals string for help
- when enter in tooltip close legenda if open

830-2020040601
- rewritten using libqtip
- addeded tooltip scale
- added a legenda and modified the action keys|mouse
- changed the way defaults are loaded

830-2020031501
- bump toc

820-2019062801
- bump toc

810-2018122201
- Bump Toc for 8.1

801-2018083101
- Localization: frFR. Thanks to Tasunke.

801-2018081901
- Used a better (and locale friendly, I hope :) way to get the "Heart of Azeroth" name

801-2018081801
- Initial release for tracking again legion artifacts and bfa azerite neck.

801-2018072101
- Removed Artifact related informations
- Bump Toc for 8.0

730-2018030401
- Added a simple pg list (name,level,ilv) of some pg (default=24).
It can be enabled/disabled by editing core.lua line 16, i.e:
local list_enable = false

The number of max pg can be modified in line 17 of core.lua, i.e:
local list_maxpgnum = 10

The list is not ordered.

730-2017121701
- Added Left-click to show Artifact

730-2017100801
- Added billions to the short format

730-2017083001
- Bump Toc for 7.3
- Artifact knowledge can't be read from currency (1171) anymore.
http://www.wowinterface.com/forums/showthread.php?t=55690
- Change AK multiplicators according:
http://www.wowhead.com/artifact-knowledge-guide

from:
local multi = {
25, 50, 90, 140, 200,
275, 375, 500, 650, 850,
1100, 1400, 1775, 2250, 2850,
3600, 4550, 5700, 7200, 9000,
11300, 14200, 17800, 22300, 24900,
100000, 130000,170000,220000,290000,
380000,490000,640000,830000,1080000,
1400000,1820000,2370000,3080000,4000000,
5200000,6760000,8790000,11430000,14860000,
19320000,25120000,32660000,42460000,55200000
};

to:
local multi = {
25, 50, 90, 140, 200,
275, 375, 500, 650, 850,
1100, 1400, 1775, 2250, 2850,
3600, 4550, 5700, 7200, 9000,
11300, 14200, 17800, 22300, 24900,
100000, 130000,170000,220000,290000,
380000,490000,640000,830000,1080000,
1400000,1820000,2370000,3080000,4000000,
16000000,20800000,27040000,35150000,45700000,
59400000,77250000,100400000,130500000,169650000,
220550000,286750000,372750000,484600000,630000000
};

At the end I prefer to not display AK anymore being too expensive check it for a value equal for all players.

- Modify the clicks to change options using a + Shift to prevents misclicks.

720-2017051802
- Fixed typo

720-2017042302
- Localization: zhTW and zhCN. Thanks to BNS.

720-2017042301
- Add Localization support
- Localization: itIT
Thanks to phanx for her excellent (as usual) tutorial on addons localization.
https://phanx.net/addons/tutorials/localize

720-2017042101
- Short/long number format also for knowledge multipliers

720-2017033001
- Short/long number format with click.

720-2017032901
- Fixes (hopefully) for new syntax on artifact functions

720-2017032801
- bump toc
- added new artifact multipliers

1.0-2016121501
- code cleanup
- show current artifact power and % progress in the rank if max content level and
have an artifact equipped.
- change icon

1.0-2016113001
- cosmetic change and colors modified

1.0-2016112701
- tooltip layout changes

1.0-2016112101
- minor changes
- added the knownledge level and multipliers
- to do: the artifact fishing pole should be treated differently

1.0-2016102601
- bump toc

1.0-2016090401
- cosmetics

1.0-2016090201
- track artifact (if equipped)

1.0-2016090101
- initial release
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Author
Date
1000-2022110601
27kB
gmarco
11-06-22 02:12 AM
915-2021110701
27kB
gmarco
11-07-21 06:09 AM
915-2021110401
27kB
gmarco
11-03-21 05:03 PM
915-2021110301
27kB
gmarco
11-03-21 01:24 PM


Post A Reply Comment Options
Unread 04-22-17, 12:50 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by BNS
I tried a lot of times, that is no effect, always show the full number.
This is odd because I don't understand why it happens.

The long/short number is a so simple called to a function.
This only verify the long/short variable and then return the right numbers.

This is the original code in core.lua:

Lua Code:
  1. local number = function(v)
  2.  
  3.     if GMEXP_LONGNRFMT then return v end
  4.  
  5.     if v <= 9999 then return
  6.     elseif v >= 1000000 then return format("%.1fM", v/1000000)
  7.     elseif v >= 10000 then return format("%.1fK", v/1000)
  8.     end
  9.    
  10. end

if you change this in this way ... does it works ?

Lua Code:
  1. local number = function(v)
  2.  
  3.     -- if GMEXP_LONGNRFMT then return v end
  4.  
  5.     if v <= 9999 then return
  6.     elseif v >= 1000000 then return format("%.1fM", v/1000000)
  7.     elseif v >= 10000 then return format("%.1fK", v/1000)
  8.     end
  9.    
  10. end

In this way it forces the number to be shown only in short form.

Please let me know.

P.s.
Can you provide me a screenshot ?!
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 04-21-17, 09:00 PM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
I tried a lot of times, that is no effect, always show the full number.
Report comment to moderator  
Reply With Quote
Unread 04-21-17, 10:01 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by BNS
Hi !
Short numbers and long numbers seem to have no effect in non-english server, always show full numbers, is there a way to improve it?
(I am on Taiwan server, sorry for bad English)

Hi, I am italian and it worked fine here

Try click on the broker and move away from tooltip . The next time you hover on the addon you should see the correct value ...

Please let me know.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 04-21-17, 01:46 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
Hi !
Short numbers and long numbers seem to have no effect in non-english server, always show full numbers, is there a way to improve it?
(I am on Taiwan server, sorry for bad English)
Last edited by BNS : 04-21-17 at 01:49 AM.
Report comment to moderator  
Reply With Quote
Unread 12-14-16, 02:29 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Hi, it could be done ...

I am testing it right now



I can upload it later if there isn't problems

btw thanks for the comment.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 12-14-16, 04:18 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
After the maximum level, If you can not display the level, only show the ArtPower progress will be better.
(I'm sorry that my English is terrible)
Report comment to moderator  
Reply With Quote
Unread 09-08-16, 12:17 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Hi,
thanks for trying the addon.

I'll try to check out how factions function will work
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 09-06-16, 07:12 PM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Any chance that you add reputation tracking too?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: