VampireKitten
  • Joined on 2025-02-10
VampireKitten commented on issue OpenWF/SpaceNinjaServer#1658 2025-04-16 06:31:00 -07:00
Some quests started in-world are not set as active

Talking to Ergo Glast to try and start The Glast Gambit: image.png

The confirmation message to start/obtain the quest: ![image.png](/attac…

VampireKitten commented on issue OpenWF/SpaceNinjaServer#1658 2025-04-16 06:07:48 -07:00
Some quests started in-world are not set as active

I'm not even sure what you mean by "started by talking to the quest giver." They're all started in the codex?

You can start Glast Gambit and Octavia's Anthem by going to the Relay and talking…

VampireKitten commented on issue OpenWF/SpaceNinjaServer#1659 2025-04-15 14:35:18 -07:00
Jordas Precept not rewarded by Pluto-to-Eris Junction

This looks like a client bug?

I checked, the data in ExportRegions.json seems to be incomplete:

    "PlutoToErisJunction": {
        "name": "/Lotus/Language/Locations/ErisJunction",
…
VampireKitten opened issue OpenWF/SpaceNinjaServer#1659 2025-04-15 14:20:38 -07:00
Jordas Precept not rewarded by Pluto-to-Eris Junction
VampireKitten opened issue OpenWF/SpaceNinjaServer#1658 2025-04-15 14:17:36 -07:00
Some quests started in-world are not set as active
VampireKitten commented on issue OpenWF/SpaceNinjaServer#1645 2025-04-15 10:18:20 -07:00
Railjack Salvage incorrectly rewarded as finished item

I tested Railjack drops again. Drops work and salvage is the correct item type (unlike whatever is going on here?), however salvage identification is unimplemented.

{"level":"error","me…
VampireKitten commented on issue OpenWF/SpaceNinjaServer#1645 2025-04-15 10:09:09 -07:00
Railjack Salvage incorrectly rewarded as finished item
  1. None of that means anything to me.
  2. It means doubly-nothing in terms of which array in your inventory it should be.

It means that no, it's not in the correct array. It should all be…

VampireKitten commented on issue OpenWF/SpaceNinjaServer#1645 2025-04-15 10:03:07 -07:00
Railjack Salvage incorrectly rewarded as finished item

/Lotus/StoreItems/Upgrades/Skins/RailJack/ReactorLavanA has product category CrewShipWeaponSkins, so from what I can tell, the server is adding this in the correct array?

It should be…

VampireKitten commented on issue OpenWF/SpaceNinjaServer#1648 2025-04-15 08:10:05 -07:00
Railjack Interior Colors and Weapon Loadout don't save

Ah, I had searched for weapons, didn't realize it was called accessories in that issue

VampireKitten opened issue OpenWF/SpaceNinjaServer#1648 2025-04-15 08:01:13 -07:00
Railjack Interior Colors and Weapon Loadout don't save
VampireKitten opened issue OpenWF/SpaceNinjaServer#1647 2025-04-15 07:39:16 -07:00
Cannot unlock Isolation Vault Tier 2
VampireKitten opened issue OpenWF/SpaceNinjaServer#1646 2025-04-15 06:53:14 -07:00
Cannot Scrap Railjack components
VampireKitten opened issue OpenWF/SpaceNinjaServer#1645 2025-04-15 06:50:43 -07:00
Railjack Salvage incorrectly rewarded as finished item
VampireKitten commented on issue OpenWF/SpaceNinjaServer#1641 2025-04-15 06:00:01 -07:00
Feature Request: No Daily Focus Cap Cheat
    if (config.noDailyStandingLimits) {
        const spoofedDailyFocus = Math.max(999_999, 250000 + inventoryResponse.PlayerLevel * 5000);
        inventoryResponse.DailyFocus = spoofedDail…
VampireKitten commented on issue OpenWF/SpaceNinjaServer#1641 2025-04-15 05:48:25 -07:00
Feature Request: No Daily Focus Cap Cheat

Is this genuinely a limit you can even hit with normal gameplay???

Plus, don't eidolon shards bypass this anyway?

Oh, yes, it's extremely easy. You get a guaranteed 5k from just…

VampireKitten opened issue OpenWF/SpaceNinjaServer#1641 2025-04-14 20:19:53 -07:00
Feature Request: No Daily Focus Cap Cheat
VampireKitten commented on issue OpenWF/SpaceNinjaServer#1638 2025-04-14 15:15:19 -07:00
The Deadlock Protocol | Stage: [8/13] - Xoris Aquisition

Ah, wait, just read the PR, I had missed that fixed level rewards were handled by an entirely separate section of the code.

VampireKitten commented on issue OpenWF/SpaceNinjaServer#1638 2025-04-14 15:14:33 -07:00
The Deadlock Protocol | Stage: [8/13] - Xoris Aquisition

That's strange, I reported this 2 days ago, and the missing data was added. And checking ExportRewards, it is there... VaultsCracked is set, so it should have pushed 3 rotations, unless it somehow…

VampireKitten opened issue OpenWF/SpaceNinjaServer#1630 2025-04-14 10:00:28 -07:00
Missing Reward Tables in Public Export
VampireKitten commented on pull request OpenWF/SpaceNinjaServer#1626 2025-04-14 09:53:43 -07:00
fix: additional checks in bounty rewards

I don't see what this is good for. Plus, this doesn't seem remotely related to the linked issue.

I added it to my server and it fixes the issue I had described in #1623.