• Joined on 2025-02-10
neon pushed to main at neon/SpaceNinjaServer 2025-02-21 09:49:29 -08:00
9f0be223e6 fix: returning givekeychainitem response
eb56442d63 fix: junction rewards (#982)
a259afe912 feat(webui): give all quests (#981)
4d7b3b543b fix: typings not matching reality
78548a2ebe chore: cleanup config (#979)
Compare 8 commits »
neon commented on issue OpenWF/SpaceNinjaServer#928 2025-02-20 13:16:56 -08:00
Junction rewards don't work

Cool, then ig we will need to wait for shadowcat to add that to the export assuming you can even get that data 😢

neon commented on issue OpenWF/SpaceNinjaServer#928 2025-02-20 13:10:47 -08:00
Junction rewards don't work

Why would you care about the seed? That shows up in every single RewardInfo, and it's irrelevant to static rewards like these.

What is needed is for the server to see that "node" is set…

neon commented on issue OpenWF/SpaceNinjaServer#928 2025-02-20 12:45:40 -08:00
Junction rewards don't work

This is from live servers. Need to figure out how to decode the seed

	"crossPlaySetting": "ENABLED",
	"rewardsMultiplier": 1,
	"ActiveBoosters": [],
	"LongGuns": [
		{
			"ItemType":…
neon commented on pull request OpenWF/SpaceNinjaServer#977 2025-02-20 09:27:03 -08:00
feat: implement awakening quest completion (/api/giveStartingGear)

giveKeyChainTriggeredItems.php and giveKeyChainTriggeredMessage.php dont get called after completing the awakening so this is absolutely needed as it gives the arsenal segment which allows for…

neon commented on pull request OpenWF/SpaceNinjaServer#978 2025-02-20 09:25:02 -08:00
WIP: chore: send messages after completing quest

i made the changes, please check

neon pushed to messages at neon/SpaceNinjaServer 2025-02-20 09:21:46 -08:00
3375b9cb4b chore: use giveKeyChainMessage to send messages
neon pushed to messages at neon/SpaceNinjaServer 2025-02-20 09:19:32 -08:00
5fb1e7493c chore: use giveKeyChainMessage to send messages
4ccf8de801 add comments
31ed3540f5 moved
be9dec0107 feat: implement giveStartingGear
Compare 4 commits »
neon pushed to starting-gear at neon/SpaceNinjaServer 2025-02-20 08:43:28 -08:00
6f388128ae add comments
neon commented on pull request OpenWF/SpaceNinjaServer#977 2025-02-20 03:11:07 -08:00
feat: implement awakening quest completion (/api/giveStartingGear)

not sure what u mean by that. its working like this. it gives the Arsenal Segmen which is required to start the next stage

neon commented on pull request OpenWF/SpaceNinjaServer#978 2025-02-20 03:06:22 -08:00
WIP: chore: send messages after completing quest

alright ill do that. didnt even search if there was a function for that. ty

neon commented on pull request OpenWF/SpaceNinjaServer#977 2025-02-20 02:58:51 -08:00
feat: implement awakening quest completion (/api/giveStartingGear)

try it without but it didnt work for me

neon pushed to starting-gear at neon/SpaceNinjaServer 2025-02-20 02:58:09 -08:00
605905c880 moved
neon commented on pull request OpenWF/SpaceNinjaServer#977 2025-02-20 02:56:58 -08:00
feat: implement awakening quest completion (/api/giveStartingGear)

Where else would u do it?

neon commented on pull request OpenWF/SpaceNinjaServer#977 2025-02-20 02:54:53 -08:00
feat: implement awakening quest completion (/api/giveStartingGear)

if youre talking about missionInventoryUpdate, then no. the awakening quest doesnt call that. this is why it needs to be done here.

neon pushed to messages at neon/SpaceNinjaServer 2025-02-20 02:53:19 -08:00
e7bf9733fb chore: send messages after completing quest
neon commented on pull request OpenWF/SpaceNinjaServer#977 2025-02-20 02:51:52 -08:00
feat: implement awakening quest completion (/api/giveStartingGear)

checks passed :)

neon created pull request OpenWF/SpaceNinjaServer#978 2025-02-20 02:51:19 -08:00
chore: send messages after completing quest
neon created branch messages in neon/SpaceNinjaServer 2025-02-20 02:50:26 -08:00
neon pushed to messages at neon/SpaceNinjaServer 2025-02-20 02:50:26 -08:00
4d4283f540 chore: send messages after completing quest