I tried to block a Challenge, like the white glyph or the randomize one. However i still get progress
No no, i made sure its in the brackets of OnBeforeRequest, but it still does not work for me. Any idea why?
Yes I did. If I set the completer + blocker = true -> I get progress and can not complete it via fiddler.
If I set completer false and blocker true -> Nothing happens, I still get progress
If I set completer true and blocker false -> I can complete it via fiddler.
I hope you understand what I mean.
I put the Blocker in Request and the completer in Response, any other idea?
Edit:
I already deleted the customrules.js and recreate it again. Its acting weird.
Last edited by lukslikelink; 10-14-2023 at 08:55 AM. Reason: Additional Info
Sorry I didn't notice that they changed the request URL that's why it doesn't work for you try with this 1st line (v3 instead of v2), the request is modified now but i didn't test if it works in game or not cause they add a check on quest completition, but v2 to unlock still works (v3 doesn't work to unlock, just tried, so if they disable v2 method no more challenges unlocks)
Code:if(QuestBlock && oSession.uriContains("/api/v1/archives/stories/update/quest-progress-v3"))
lukslikelink (10-15-2023)
This method might be patched -- I am getting HTTP/1.1 404 Not Found error when trying to unlock regular challenges from Tome I.
Did this stop working? It worked on the first day of the halloween event, but it's patched now?
Guys I didn't check but I think it's patched, I think that they disabled the v2 request for quest progress, the new one is v3 that does a check on the match id.
I'll test to change this to v3 but I think that is not possible, but maybe, I can change challenge progression after a match, with the real request, but with "repetition" modified
bestreaper (10-23-2023),Haise-911 (10-26-2023)
I agree to take the post-match challenge with your script, since I often forget to complete them during the match after choosing
ain't working now, expecting for your update 8!
bestreaper (10-26-2023)