Thread Tools Display Modes
08-29-16, 02:08 AM   #1
LaRIC
Premium Member
 
LaRIC's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 23
Question XP per level

Is there any table in the game or in a webpage that contains the experience points needed per level?

It would be a real nice information to have for calculations.
  Reply With Quote
08-29-16, 05:34 AM   #2
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
The good old game table files got moved out of the DBC and into a folder simply named game tables, and it contains text files. I couldn't find any github, but pasted the xp.txt for you here:
http://pastebin.com/raw/azAUHmTb
__________________
Profile: Curse | Wowhead
  Reply With Quote
08-29-16, 07:33 AM   #3
LaRIC
Premium Member
 
LaRIC's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 23
Thanks. And where is that data from you said? What is DBC?
  Reply With Quote
08-29-16, 10:19 AM   #4
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Oh boy. So basically the game has its own database and you can extract the files, then convert them to csv or whatever you want.

The game tables were moved out from the database folder and into their own folder, and the files were converted to plain text.

You can browse the game files using programs like CascExplorer:
https://github.com/WoW-Tools/CASCExplorer/releases

To convert the database files, you need a program, many of these programs are still WIP as legion changed a lot of major things in how these files are structured.

You can try using this to view the contents of the database files if you manage to extract them:
https://github.com/tomrus88/dbcviewer/releases
__________________
Profile: Curse | Wowhead
  Reply With Quote
08-30-16, 05:20 AM   #5
LaRIC
Premium Member
 
LaRIC's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 23
Nice so it is in the client.

Can i reach that data from lua somehow?
Or do I have to make my datafile and read it in?
  Reply With Quote
08-30-16, 02:58 PM   #6
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
If there isn't API for this information, then sadly no. You'd have to make your own addon DB with the info you need. Usually people make tools to read the db/gt files and produce lua files for easy use in their addon.
__________________
Profile: Curse | Wowhead
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » XP per level

Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off