Don't want to spam your thread anymore, but there is no backwards compatability in PW. Else, for instance, you could keep using a single version of iweb, because server interface packet structures like
PHP Code:
class pwCharBase {
public $id;
public $name;
public $race;
public $cls;
public $gender;
public $customDataOctetLength;
public $customDataOctets;
public $configDataOctetLength;
public $configDataOctets;
public $customStamp;
public $deleteStatus;
public $deleteTime;
public $createTime;
public $lastLogin;
public $banned;
public $banInfo; //pwGRoleForbid object reference
public $helpStatesOctetLength;
public $helpStates;
public $spouse;
public $userID;
public $reserved1;
}
wouldn't have changed. Only thing that stayed the same pretty much is authd, and probably only because it's used accross all wanmei games, so versioning this would be a headache.