-
OSRS DATA FOR Asteria
Anybody could dump it in the Asteria form to where I can just copy & paste in
Mainly items & NPC's
format:
Code:
{
"id": 0,
"name": "Dwarf remains",
"examine": "The body of a Dwarf savaged by Goblins.",
"equipmentType": -1,
"noted": false,
"noteable": false,
"stackable": false,
"parentId": -1,
"notedId": -1,
"members": true,
"specialStorePrice": 0,
"generalStorePrice": 0,
"highAlchValue": 0,
"lowAlchValue": 0,
"weight": 0,
"bonuses": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"twoHanded": false,
"platebody": false,
"fullHelm": false
},
-
-
Just look up java serialization and deserialization.