Zenkraft Item full DB
Re: Zenkraft Item full DB
yes pls +++++++
-
stefanox - Yarik
- Wanderer
- Posts: 1
- Joined: Thu Nov 17, 2022 2:41 pm
Re: Zenkraft Item full DB
C'mon staff =) release DB
- Bigg Dogg IOW
- Wanderer
- Posts: 2
- Joined: Tue Aug 09, 2022 8:00 pm
Re: Zenkraft Item full DB
Pretty please with a cherry on top.
That dog don't hunt...but this one does...
Re: Zenkraft Item full DB
if staff won't do this an enterprising nerd could. scrape the api used by the item db then convert to zenk/loki format.
- Tolbiax (Matt)
- Wanderer
- Posts: 5
- Joined: Sat Aug 13, 2022 11:17 pm
Re: Zenkraft Item full DB
too many projects going as-is i can give a roadmap though if someone else wants to..
step 1. scrape all item ids from
Code: Select all
https://eden-daoc.net/itm/search.php?p={NUM}
step 2. iterate through every id to grab json from
Code: Select all
https://eden-daoc.net/itm/item.php?id={ID}
Code: Select all
{
"object_type": "35",
"item_type": "25",
"level": "51",
"quality": "100",
"weapon_hand": "0",
"weapon_speed": "50",
"realm": "2",
"required_level": 50,
"shield_size": "0",
"instrument_type": "0",
"is_tradable": "1",
"name": "Hauberk of Frigid Valor",
"utility_single": "140.5",
"utility": "160.5",
"allowed_classes": ";34;",
"bonus_types": "3,10,13,17,19,164,173,198,200,203",
"bonus_values": "27,50,3,3,3,4,4,4,4,6",
"proc1_type": null,
"proc2_type": null,
"use1_type": null,
"use2_type": null,
"react1_type": "41",
"react2_type": "1",
"passive_type": null
}
it'd be best if the devs would just do this themselves tbh... not a complicated ask. don't ban me bro
Re: Zenkraft Item full DB
Devs - if you are worried about 1,000,000 downloads from your server, just contact the Zenkcraft guy and the Loki guy, and give them the exported item database. Steam doesn't mind extra bandwidth for downloads.
Re: Zenkraft Item full DB
or better yet give the Zenk guy API access to the DB so he can build in a search and display function directly into the application.
it a choice of
1) you do the work by copy/paste every item
2) Eden does the work by outputting the DB into Zenk/Mora/Loki/Other format
3) Z/M/L does the work by writing the function themselves.
guess which will be the right answer
it a choice of
1) you do the work by copy/paste every item
2) Eden does the work by outputting the DB into Zenk/Mora/Loki/Other format
3) Z/M/L does the work by writing the function themselves.
guess which will be the right answer