WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General Authoring Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=20)
-   -   XP per level (https://www.wowinterface.com/forums/showthread.php?t=54330)

LaRIC 08-29-16 02:08 AM

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.

Vlad 08-29-16 05:34 AM

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

LaRIC 08-29-16 07:33 AM

Thanks. And where is that data from you said? What is DBC?

Vlad 08-29-16 10:19 AM

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

LaRIC 08-30-16 05:20 AM

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?

Vlad 08-30-16 02:58 PM

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.


All times are GMT -6. The time now is 04:53 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI