Anzhaki Posted January 26, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 10/22/16 Last Seen: September 2, 2017 Share 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 Link to comment Share on other sites More sharing options...
Waken Posted January 28, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 65 Reputation: 7 Joined: 06/06/12 Last Seen: April 8 Share 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 Link to comment Share on other sites More sharing options...
Anzhaki Posted February 2, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 10/22/16 Last Seen: September 2, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
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.