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,227
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 08-10-18, 02:09 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
Hello~!
Will there be any plans to add the Azerite power? Just like the power of the Artifact, Thanks!
Report comment to moderator  
Reply With Quote
Unread 08-10-18, 02:30 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 335
Uploads: 46
Hi,

I surely look at that, but being in vacation and not having played the beta, I'll look at it after the beginning of the expansion.

(I just removed the artifact power from this last version
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Last edited by gmarco : 08-10-18 at 02:32 AM.
Report comment to moderator  
Reply With Quote
Unread 08-10-18, 07:31 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
Originally Posted by gmarco
Hi,

I surely look at that, but being in vacation and not having played the beta, I'll look at it after the beginning of the expansion.

(I just removed the artifact power from this last version
Thank you! I wish you a happy vacation!
Report comment to moderator  
Reply With Quote
Unread 08-17-18, 05:18 PM  
Kithalaul
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
is there any plans for a rep tracking support. my other addon is error prone now as it doesnt look to be updated. broker xp bar is the name.
Report comment to moderator  
Reply With Quote
Unread 08-18-18, 01:19 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 335
Uploads: 46
Originally Posted by Kithalaul
is there any plans for a rep tracking support. my other addon is error prone now as it doesnt look to be updated. broker xp bar is the name.
Hi,
thanks for asking.

I didn't even thought about it.
gmexp is a very simple addon and I am a basic lua programmer

But I can check your idea and see what I succeded in doing in the next releases (or in a next addon if any
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 08-31-18, 12:19 PM  
Tasunke
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Code:
L["Shift"]          = "Maj"
L["Right-Click"]        = "Clique droit"
L["Left-Click"]         = "Clique gauche"
L["Middle-Click"]       = "Clique roulette"
L["Max content level"]      = "niveau contenu max"
L["Level"]                  = "niveau"
L["Current XP"]             = "XP actuelle"
L["Remaining XP"]           = "XP restante"
L["Level Progress %"]       = "% du niveau"
L["Remaining rested"]       = "Repos restant"
L["Artifact"]               = "Artéfact"
L["Rank"]                   = "Rang"
L["Artifact Power"]         = "Puissance prodigieuse"
L["Power to next rank"]     = "Puissance pour rang suivant"
L["Power in excess in rank"]= "Puissance en trop au rang"
L["Progress in rank %"]     = "Progrès du rang %"
L["Knowledge level"]        = "Niveau de connaissance"
L["Knowledge multiplier %"] = "Multiplicateur connaissance %"
L["Short Numbers"]          = "Nombres courts"
L["Long Numbers"]           = "Nombres longs"
That's for the frFR client
Report comment to moderator  
Reply With Quote
Unread 08-31-18, 02:55 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 335
Uploads: 46
Originally Posted by Tasunke
Code:
L["Shift"]          = "Maj"
L["Right-Click"]        = "Clique droit"
L["Left-Click"]         = "Clique gauche"
L["Middle-Click"]       = "Clique roulette"
L["Max content level"]      = "niveau contenu max"
L["Level"]                  = "niveau"
L["Current XP"]             = "XP actuelle"
L["Remaining XP"]           = "XP restante"
L["Level Progress %"]       = "% du niveau"
L["Remaining rested"]       = "Repos restant"
L["Artifact"]               = "Artéfact"
L["Rank"]                   = "Rang"
L["Artifact Power"]         = "Puissance prodigieuse"
L["Power to next rank"]     = "Puissance pour rang suivant"
L["Power in excess in rank"]= "Puissance en trop au rang"
L["Progress in rank %"]     = "Progrès du rang %"
L["Knowledge level"]        = "Niveau de connaissance"
L["Knowledge multiplier %"] = "Multiplicateur connaissance %"
L["Short Numbers"]          = "Nombres courts"
L["Long Numbers"]           = "Nombres longs"
That's for the frFR client
Thanks so much .
I have added it
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 11-12-22, 02:38 AM  
rootone
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Thanks for making a great addon.

How can I see more than 12 character lists?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: