Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I helped debug for a bit and it looks like if the soulbinds JSON is retrieved without specifying a locale, SimC can't determine the covenant. Once a local is specified, it all works. A quick look at the JSON makes it look like some |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
local_json parameter is used to retrieve character data from locally downloaded JSON formatted Blizzard Community API character object files.
The initial format of local_json was
local_json=john.json,john
save=profile.simc
After format was changed to
local_json=mainfile,spec=specfile,equipment=equipmentfile
save=profile.simc
Currently this second example works, but it does not import covenant/soulbinds info from the armory json files.
Is there a way to specify downloaded from armory soulbinds.json character file to have soulbind details retrieved and placed into profile.simc file for simulation?
Beta Was this translation helpful? Give feedback.
All reactions