Arbi rewards #939
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Arbi doesn't give rewards at the end of the mission
Do arbitrations even have end of mission rewards?
Those aren't end of mission rewards, they're endless rewards.
It's just semantics. I do figure something about the missionInventoryUpdate request would indicate that it needs to be handled as an arbitration and then the relevant rewards would need to be fetched.
A log of the request would be useful.
not quite sure exactly which part to send. should i put it all in a text file and link it? also, we're talking about the server log, not ee.log, right?
Well, the missionInventoryUpdate request body doesn't gets logged anymore by default, so you'd have to put
console.log(String(req.body));
near the top of themissionInventoryUpdateController
function.alright, i'll do that then send the request in a moment.
I've got the console log working but just need an arbi. do you know if theres a way to reset the timer for it
pretty sure this is what you need. let me know if not though.
Yeah. Seems the relevant part is
"periodicMissionTag":"EliteAlertB"
in theRewardInfo
. Thanks.np