• Joined on 2025-02-01
Sainan pushed to main at OpenWF/SpaceNinjaServer 2025-02-11 15:22:05 -08:00
dc4d592b5a chore: fix order in api.ts
Sainan pushed to main at OpenWF/SpaceNinjaServer 2025-02-11 08:22:45 -08:00
b3b2ce5524 fix(webui): remove 'step' from number inputs (#944)
Sainan deleted branch nostep from OpenWF/SpaceNinjaServer 2025-02-11 08:22:45 -08:00
Sainan merged pull request OpenWF/SpaceNinjaServer#944 2025-02-11 08:22:44 -08:00
fix(webui): remove 'step' from number inputs
Sainan deleted branch nightwave from OpenWF/SpaceNinjaServer 2025-02-11 08:22:40 -08:00
Sainan pushed to main at OpenWF/SpaceNinjaServer 2025-02-11 08:22:40 -08:00
61471d6785 chore: update nightwave to vol. 8 (#941)
Sainan merged pull request OpenWF/SpaceNinjaServer#941 2025-02-11 08:22:38 -08:00
chore: update nightwave to vol. 8
Sainan created pull request OpenWF/SpaceNinjaServer#944 2025-02-10 17:34:18 -08:00
fix(webui): remove 'step' from number inputs
Sainan pushed to nostep at OpenWF/SpaceNinjaServer 2025-02-10 17:34:07 -08:00
a989a2a752 fix(webui): remove 'step' from number inputs
Sainan created branch nostep in OpenWF/SpaceNinjaServer 2025-02-10 17:34:07 -08:00
Sainan commented on issue OpenWF/SpaceNinjaServer#943 2025-02-10 16:57:52 -08:00
Eidolon hunts do not reward random arcane

Duplicate of #683

Sainan closed issue OpenWF/SpaceNinjaServer#943 2025-02-10 16:57:52 -08:00
Eidolon hunts do not reward random arcane
Sainan commented on issue OpenWF/SpaceNinjaServer#942 2025-02-10 16:44:23 -08:00
Saya's Vigil gives incorrect Scanner Item

The purchaseQuantity of this StoreItem is 25. The quests could would just need to reuse the logic we already have for StoreItem acquisition.

Sainan created pull request OpenWF/SpaceNinjaServer#941 2025-02-10 12:44:03 -08:00
chore: update nightwave to vol. 8
Sainan pushed to nightwave at OpenWF/SpaceNinjaServer 2025-02-10 12:43:51 -08:00
57f11ac548 chore: update nightwave to vol. 8
Sainan created branch nightwave in OpenWF/SpaceNinjaServer 2025-02-10 12:43:51 -08:00
Sainan commented on issue OpenWF/SpaceNinjaServer#940 2025-02-10 12:05:28 -08:00
Can't buy Aumen Kaithe Collection in the Market

Looks like a data issue as there's no information regarding /Lotus/Upgrades/Skins/Horse/HorseHelmetDrapery

Sainan commented on issue OpenWF/SpaceNinjaServer#939 2025-02-10 00:03:54 -08:00
Arbi rewards

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

Sainan commented on issue OpenWF/SpaceNinjaServer#939 2025-02-09 23:10:48 -08:00
Arbi rewards

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