Anzhaki Posted January 26, 2017 Posted January 26, 2017 (edited) Hi, I'm thinking to create an android application that can be use to browse item/skill/monster's database like in ratemyserver.net I did a quick search on google for the databases and I found this. I should be able to extract strings from .txt but I think I'll have some problems like how I can get the images and descriptions. For example, item's database has this structure: ID,AegisName,Name,Type,Buy,Sell,Weight,ATK[:MATK],DEF,Range,Slots,Job,Class,Gender,Loc,wLV,eLV[:maxLevel],Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script } I would need other files to have the images and script's readable descriptions besides this txt file. Is there any other source where I can download databases with complete informations? This is my first time in this forum and I have no idea how things work here D: Thank you Edited January 26, 2017 by Anzhaki Quote
Waken Posted January 28, 2017 Posted January 28, 2017 The images and descriptions are not in the db, they are in the data. You will need as well a program to extract these files. (GRF Editor for example) Quote
Anzhaki Posted February 2, 2017 Author Posted February 2, 2017 On 28/1/2017 at 11:01 PM, zWaken said: The images and descriptions are not in the db, they are in the data. You will need as well a program to extract these files. (GRF Editor for example) Yeah, I've done some research and saw they are in data.grf Thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.