Skip to content

Experience Information 005_00001.IMG

Liam Mitchell edited this page Oct 14, 2015 · 4 revisions

This file contains information about experience and statpoints or values for each level.

I have put it into a spreadsheet here: https://docs.google.com/spreadsheets/d/1OI6S8ArxiAxSrJDkfmUB463c0kj_CvqAS_2x4FtRaYM/edit#gid=1354581003

010 Template.

//--------------------------------------
//--- 010 Editor v5.0 Binary Template
//
// File: 005_00001.IMG
// Author: Liam Mitchell
// Revision: 1
// Purpose: To identify values in the EXP Info record file.
//--------------------------------------



typedef struct {
    // Header for the file
    SetBackColor( cLtGreen );
    uint Level;
    SetBackColor( cWhite );
    uint EXPStart;
    uint EXPEnd;
    uint Unknown1;
    uint Unknown2;
    uint SkillPoint;
    uint GuanyinDamage;
    uint FujinDamage;
    uint JinongDamage;
    uint GuanyinDefense;
    uint FujinDefense;
    uint JinongDefense;
    uint GuanyinHitrate;
    uint FujinHitrate;
    uint JinongHitrate;
    uint GuanyinDodge;
    uint FujinDodge;
    uint JinongDodge;
    uint LightDamage;
    uint ShadowDamage;
    uint DarkDamage;
    uint GuanyinHP;
    uint FujinHP;
    uint JinongHP;
    uint GuanyinChi;
    uint FujinChi;
    uint JinongChi;
} expInfo;

LittleEndian();
uint recordCount;
expInfo infos[recordCount];

Donate with PayPal today.

Donate with PayPal Credit or any major credit card.

Donations will be used to further improve the project or for server expenses.

Clone this wiki locally