String Exporter
#11

def_item.h in Client Source:



 

struct stItem : public stTbl_base
{
int job;
int stack;
int fame;
int level;
__int64 flag;
int wearing;
int type;
int subType;
int needItemIndex[MAX_MAKE_ITEM_MATERIAL];
int needItemCount[MAX_MAKE_ITEM_MATERIAL];
int needSSkillIndex;
int needSSkillCount;
int needSSkillIndex2;
int needSSkillCount2;
int textureID;
int textureRow;
int textureCol;
int num0;
int num1;
int num2;
int num3;
int price;

int set0;
int set1;
int set2;
int set3;
int set4;

char fileSMC[DEF_SMC_DEFAULT_LENGTH];
char efffectName[DEF_EFFECT_DEFAULT_LENGTH];
char attackEffectName[DEF_EFFECT_DEFAULT_LENGTH];
char damageEffectName[DEF_EFFECT_DEFAULT_LENGTH];

int JewelOptionType;
int JewelOptionLevel;

int rareOptionType[DEF_MAX_ORIGIN_OPTION];
int rareOptionLevel[DEF_MAX_ORIGIN_OPTION];
int syndicate_type;
int syndicate_grade;

int fortuneIndex;
char castleWar;
};

you'd probably have to check the length/max options on each to make it work without a problem.

The client source itself has all the necessary things you need to figure it out.



Messages In This Thread
[No subject] - by nicolasg - 03-27-2022, 01:01 AM
[No subject] - by Tommy - 03-27-2022, 01:12 AM
[No subject] - by nicolasg - 03-27-2022, 01:27 AM
[No subject] - by dethunter12 - 03-27-2022, 10:09 PM
[No subject] - by kravens - 03-28-2022, 03:02 PM
[No subject] - by nicolasg - 03-29-2022, 02:50 AM
[No subject] - by Scura - 04-06-2022, 09:15 AM
[No subject] - by nicolasg - 04-06-2022, 03:10 PM
[No subject] - by Scura - 04-23-2022, 06:24 PM
[No subject] - by nicolasg - 04-23-2022, 06:48 PM
[No subject] - by Veni - 04-23-2022, 07:50 PM
[No subject] - by nicolasg - 04-23-2022, 09:30 PM
[No subject] - by Scura - 04-24-2022, 04:00 PM
[No subject] - by nicolasg - 04-24-2022, 05:07 PM
[No subject] - by Scura - 04-24-2022, 06:24 PM
[No subject] - by kravens - 04-26-2022, 01:12 AM
[No subject] - by Sutz - 12-19-2023, 09:31 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)