"All Achery Skills" missing in details info of Item Database

Find any bug ? Report it !
Post Reply
User avatar
Moat
Wanderer
Wanderer
Posts: 6
Joined: Sun Oct 16, 2022 1:49 pm

"All Achery Skills" missing in details info of Item Database

As described above the "All Achery Skills" flag is missing within details info for items in database.

Check this link: items?s=Phosphorescent&id=153972

then compare to the direct link for just getting the item property array: itm/item.php?id=153972

as you can see we have

"bonus_types": "2,3,13,17,19,164,168,173,198,203"

with:

"bonus_values": "27,27,2,2,2,3,3,4,4,6"

when you compare to the first link you will see there is just ONE value entry equaling "3" which is "All Melee Skills", thus the other value "3" within our "bonus_value" string can only be "Archery Skills"

So your backend gives complete data but your frontend does not seem to know the bonus_type = "168"

EDIT: to not copy the whole post i simply add that the same is true analoque for "ALL Dual Wielding Skills" with bonus_type = "167"
Post Reply