2011-04-01, 08:43 AM
PurePanacea Wrote:How exactly is 'every character the same'? It makes no sense, because they're obviously different.
Because from a data standpoint every character is the exact same.
Code:
struct character
{
unsigned long id;
char name[12];
char job[3];
char face;
char eyes;
char skin;
char level;
int xp;
short int hp;
short int mp;
short int fame;
short int str;
short int dex;
short int intl;
short int lck;
};That little blurb is (approximately) representative of every single character in the game. They're all the exact same, the only difference is the values populating those fields and that means a Cygnus has the same functional potential as any other character and the only limits imposed differentiating them from other classes are logical, not physical.
Derailment over; You are in fact the obtuse one here.
It's not having what you want - It's wanting what you've got.

