Decryption algorithms are here: https://progamercity.net/aika/357-ai...ecryption.html
After quick examination:
SkillData structure
ItemList structureCode://-------------------------------------- //--- 010 Editor v3.1.2 Binary Template // // File: Aika Online SkillData.bin structure // Author: Dwar // Revision: 2010-09-09 // Purpose: //-------------------------------------- struct Bin { byte unk[20]; struct block { char name1[64]; char name2[64]; int data[264/4]; char description[292]; }; local int i; for (i=0; i < ((FileSize()-20)/684 ); i++) { block test; } } file;
Code://-------------------------------------- //--- 010 Editor v3.1.2 Binary Template // // File: Aika Online ItemList.bin structure // Author: Dwar // Revision: 2010-09-09 // Purpose: //-------------------------------------- struct Bin { struct block { char name1[64]; char name2[64]; char type[64]; int ink[268/4]; }; local int i; for (i=0; i < (FileSize()/460); i++) { block test; } } file;
About .bin from "Sound" folder: just common mp3 (rename extension or directly play them)