You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the static JSON to convert the monster-drops data into tabular format, but the free online JSON to CSV tools I found on the web are not converting the file as I had hoped/expected. Could anyone help me understand how to do this?
My end goal is to have a tracking sheet in Excel with rows being unique monster & combat level combinations and columns being unique drops. I would like to build separate tables for F2P only attackable NPCs and P2P (i.e. all attackable NPCs).
The text was updated successfully, but these errors were encountered:
@218835 You could probably write something to do this yourself if you have some programming experience. If not, maybe I can help. Can you provide an example output of CSV you want?
The "Drop" columns would be all the possible drops for that unique monster-level combination (unique row). Ideally I would like to have one for F2P only (meaning only F2P-killable NPCs and F2P-only drops for those NPCs) and members.
I am trying to use the static JSON to convert the monster-drops data into tabular format, but the free online JSON to CSV tools I found on the web are not converting the file as I had hoped/expected. Could anyone help me understand how to do this?
My end goal is to have a tracking sheet in Excel with rows being unique monster & combat level combinations and columns being unique drops. I would like to build separate tables for F2P only attackable NPCs and P2P (i.e. all attackable NPCs).
The text was updated successfully, but these errors were encountered: