-
Notifications
You must be signed in to change notification settings - Fork 26
Battle Pass Challenges #28
Comments
Nice! Thank you! Im going to test and give you a feedback. |
it works but it returns idiot data by the way : {"questbundle_s5_week_003":[{"templateId":"Quest:quest_br_damage_singlematch","attributes":{"quest_state":"Claimed","last_state_change_time":"2018-07-26T19:36:57.704Z","max_level_bonus":0,"level":-1,"item_seen":false,"xp":0,"sent_new_notification":true,"challenge_bundle_id":"4a2cc439-680f-4e2c-8904-4c837347b449","completion_battlepass_damage_athena_player_single_match":500,"favorite":false},"quantity":1},{"templateId":"Quest:quest_br_use_launchpad","attributes":{"quest_state":"Claimed","last_state_change_time":"2018-07-26T20:34:23.701Z","completion_battlepass_interact_athena_jumppad":1,"max_level_bonus":0,"level":-1,"item_seen":false,"xp":0,"sent_new_notification":true,"challenge_bundle_id":"4a2cc439-680f-4e2c-8904-4c837347b449","favorite":false},"quantity":1},{"templateId":"Quest:quest_br_interact_scavengerhunt_treasuremap_02","attributes":{"quest_state":"Claimed","last_state_change_time":"2018-07-28T16:10:45.018Z","max_level_bonus":0,"level":-1,"completion_battlepass_interact_athena_hidden_star_03":1,"item_seen":false,"xp":0,"sent_new_notification":true,"challenge_bundle_id":"4a2cc439-680f-4e2c-8904-4c837347b449","favorite":false},"quantity":1},{"templateId":"Quest:quest_br_interact_chests_location_fatalfields","attributes":{"quest_state":"Claimed","last_state_change_time":"2018-07-27T12:51:52.282Z","max_level_bonus":0,"level":-1,"completion_battlepass_interact_athena_treasurechest_fatalfields":7,"item_seen":false,"xp":0,"sent_new_notification":true,"challenge_bundle_id":"4a2cc439-680f-4e2c-8904-4c837347b449","favorite":false},"quantity":1},{"templateId":"Quest:quest_br_destroy_specifictargets","attributes":{"level":-1,"item_seen":false,"sent_new_notification":true,"challenge_bundle_id":"4a2cc439-680f-4e2c-8904-4c837347b449","quest_state":"Active","completion_battlepass_destroy_specifictargets_01":0,"last_state_change_time":"2018-07-26T19:06:41.879Z","completion_battlepass_destroy_specifictargets_02":1,"completion_battlepass_destroy_specifictargets_03":0,"completion_battlepass_destroy_specifictargets_04":1,"max_level_bonus":0,"completion_battlepass_destroy_specifictargets_05":0,"completion_battlepass_destroy_specifictargets_06":0,"xp":0,"favorite":false},"quantity":1},{"templateId":"Quest:quest_br_eliminate_location_hauntedhills","attributes":{"completion_battlepass_killingblow_athena_player_hauntedhills":5,"quest_state":"Claimed","last_state_change_time":"2018-07-27T16:42:47.958Z","max_level_bonus":0,"level":-1,"item_seen":false,"xp":0,"sent_new_notification":true,"challenge_bundle_id":"4a2cc439-680f-4e2c-8904-4c837347b449","favorite":false},"quantity":1},{"templateId":"Quest:quest_br_eliminate_explosiveweapon","attributes":{"quest_state":"Active","last_state_change_time":"2018-07-26T19:06:41.879Z","max_level_bonus":0,"completion_battlepass_killingblow_athena_player_with_explosives":0,"level":-1,"item_seen":false,"xp":0,"sent_new_notification":true,"challenge_bundle_id":"4a2cc439-680f-4e2c-8904-4c837347b449","favorite":false},"quantity":1}]} |
@NeVeR2TrY Thanks for testing. That's the only data the API returns for challenges unfortunately. The application itself parses the templateIds and displays the challenges that way I'm guessing. |
I just pushed a new commit to support challenges but I wasn't able to test them with the battle pass challenges as I don't own the battle pass. If someone who has it could test out the challenges and make sure they work, that would be great! Just post a reply stating if it works or not. Mostly just want to make sure you don't run into any parse errors with the Challenges class and also that
getWeekly() and getWeeklys()
work fine.Thanks!
The text was updated successfully, but these errors were encountered: