Search found 5 matches

byxCROv
Sun Feb 24, 2019 7:34 pm
Forum: Database development
Topic: Information on query.php
Replies: 5
Views: 12978

Re: Information on query.php

Kiriak wrote:
Sun Feb 24, 2019 11:13 am
Looks good actually. As for the official API, let's discuss it again in the discord.
That sounds great. Feel free to message me when ever you're on.
byxCROv
Sun Feb 24, 2019 6:29 am
Forum: Database development
Topic: Information on query.php
Replies: 5
Views: 12978

Re: Information on query.php

Welp... I made good progress but I feel like I am going to probably call it quits on developing to support much more than items/armor and some skills. Currently there are to many variables that seem to change per ID page that make it hard to work with until an official method for getting the informa...
byxCROv
Sat Feb 23, 2019 3:02 pm
Forum: Database development
Topic: Information on query.php
Replies: 5
Views: 12978

Re: Information on query.php

Yeah. I was pulling information off the top and main page. I guess I will put things other than armor and weapons on hold until we have a system for this information. Thank you.
byxCROv
Fri Feb 22, 2019 10:21 pm
Forum: Database development
Topic: Information on query.php
Replies: 5
Views: 12978

Information on query.php

Is there a way that query.php can retrieve item information? Like if I had a specific item ID I could get the AP and DP of the item? Something like https://bdocodex.com/query.php?a=items&type=weapon&id=714034&l=us would return the json data: "0": { "enchant_chance": "100.00", "damage": "18 ~ 22", "d...
byxCROv
Fri Feb 22, 2019 10:00 pm
Forum: Bug reports
Topic: Text Bug
Replies: 1
Views: 1586

Text Bug

All skill pages have the following:

Code: Select all

- Cooldown:	: 8s
The word "cooldown" has ":" included in on it. It should read "Cooldown :8"