Arbi rewards #939

Closed
opened 2025-02-09 23:00:56 -08:00 by Ortistik · 12 comments

Arbi doesn't give rewards at the end of the mission

Arbi doesn't give rewards at the end of the mission
Owner

Do arbitrations even have end of mission rewards?

Do arbitrations even have end of mission rewards?
Sainan added the
unimplemented
label 2025-02-09 23:01:44 -08:00
Author

Do arbitrations even have end of mission rewards?
yeah since they're all endless missions. for example, from my defence arbi i got 1800 endo and a few sculptures and it didn't give me any of those things at the end

> Do arbitrations even have end of mission rewards? yeah since they're all endless missions. for example, from my defence arbi i got 1800 endo and a few sculptures and it didn't give me any of those things at the end
Owner

Those aren't end of mission rewards, they're endless rewards.

Those aren't end of mission rewards, they're endless rewards.
Author

Those aren't end of mission rewards, they're endless rewards.
thats what im talking about. should i change my issue to have it say "endlesss rewards"?

> Those aren't end of mission rewards, they're endless rewards. thats what im talking about. should i change my issue to have it say "endlesss rewards"?
Owner

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.

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.
Author

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?

> 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?
Owner

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 the missionInventoryUpdateController function.

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 the `missionInventoryUpdateController` function.
Author

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 the missionInventoryUpdateController function.

alright, i'll do that then send the request in a moment.

> 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 the `missionInventoryUpdateController` function. alright, i'll do that then send the request in a moment.
Author

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

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
Author

pretty sure this is what you need. let me know if not though.

pretty sure this is what you need. let me know if not though.
4.8 KiB
Owner

Yeah. Seems the relevant part is "periodicMissionTag":"EliteAlertB" in the RewardInfo. Thanks.

Yeah. Seems the relevant part is `"periodicMissionTag":"EliteAlertB"` in the `RewardInfo`. Thanks.
Author

Yeah. Seems the relevant part is "periodicMissionTag":"EliteAlertB" in the RewardInfo. Thanks.

np

> Yeah. Seems the relevant part is `"periodicMissionTag":"EliteAlertB"` in the `RewardInfo`. Thanks. np
Sainan self-assigned this 2025-02-21 18:48:23 -08:00
Sign in to join this conversation.
No description provided.