Zenkraft Item full DB

The right place for talking about Dark Age of Camelot or Eden
User avatar
Kryp#2026
Wanderer
Wanderer
Posts: 4
Joined: Sat Dec 17, 2022 7:57 am

Re: Zenkraft Item full DB

yes pls +++++++
User avatar
stefanox - Yarik
Wanderer
Wanderer
Posts: 1
Joined: Thu Nov 17, 2022 2:41 pm

Re: Zenkraft Item full DB

C'mon staff =) release DB
User avatar
Miscreant
Wanderer
Wanderer
Posts: 4
Joined: Fri Aug 19, 2022 11:39 pm

Re: Zenkraft Item full DB

+10
User avatar
Reignwolf
Wanderer
Wanderer
Posts: 4
Joined: Sun Jul 31, 2022 9:59 pm

Re: Zenkraft Item full DB

+1
User avatar
Bigg Dogg IOW
Wanderer
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...
User avatar
gundygut
Wanderer
Wanderer
Posts: 2
Joined: Tue Dec 05, 2023 6:14 am

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.
User avatar
Tolbiax (Matt)
Wanderer
Wanderer
Posts: 5
Joined: Sat Aug 13, 2022 11:17 pm

Re: Zenkraft Item full DB

gundygut wrote: Mon Jan 08, 2024 2:54 am if staff won't do this an enterprising nerd could. scrape the api used by the item db then convert to zenk/loki format.
Would you be able to do it? :mrgreen:
User avatar
gundygut
Wanderer
Wanderer
Posts: 2
Joined: Tue Dec 05, 2023 6:14 am

Re: Zenkraft Item full DB

Tolbiax (Matt) wrote: Sun Feb 04, 2024 1:56 pm
gundygut wrote: Mon Jan 08, 2024 2:54 am if staff won't do this an enterprising nerd could. scrape the api used by the item db then convert to zenk/loki format.
Would you be able to do it? :mrgreen:
too many projects going as-is :geek: 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}
where NUM is incremented starting from 0 until no items are returned

step 2. iterate through every id to grab json from

Code: Select all

https://eden-daoc.net/itm/item.php?id={ID}
example response:

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
}
step 3. convert item json into zenk/loki item format

it'd be best if the devs would just do this themselves tbh... not a complicated ask. don't ban me bro :D
User avatar
gramercy9
Wanderer
Wanderer
Posts: 5
Joined: Thu Feb 01, 2024 11:26 pm

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. :D
Post Reply