Waybound Focus Abilities do not unlock properly #347

Closed
opened 2024-06-21 13:26:55 -07:00 by FSKiller · 3 comments
FSKiller commented 2024-06-21 13:26:55 -07:00 (Migrated from github.com)

When Leveling a Focus School from scratch we encounter the first issue:

image

This can be resolved by injecting directly into the DB like so (I assume this will get fixed once the Quests PR lands):

image

However, when trying to unbind an ability we face another issue. The resources get consumed and the client does the little ding sound, but when returning to the menu the ability will stay at level 3 Visually and in the DB.

Even when forcing level 4 with the DB the ability stays bound and asks to be unbound again:

image

When Leveling a Focus School from scratch we encounter the first issue: ![image](https://github.com/spaceninjaserver/SpaceNinjaServer/assets/4363770/efd9875d-37dc-45f0-9a25-e1486b9bd8d1) This can be resolved by injecting directly into the DB like so (I assume this will get fixed once the Quests PR lands): ![image](https://github.com/spaceninjaserver/SpaceNinjaServer/assets/4363770/f7564c2e-9863-4e8d-8979-4ac68a4c8bcf) However, when trying to unbind an ability we face another issue. The resources get consumed and the client does the little ding sound, but when returning to the menu the ability will stay at level 3 Visually and in the DB. Even when forcing level 4 with the DB the ability stays bound and asks to be unbound again: ![image](https://github.com/spaceninjaserver/SpaceNinjaServer/assets/4363770/33a5de36-fd27-41a4-9dc3-ee8a8a5207c3)

completeAllQuests will also allow you to use focus.

`completeAllQuests` will also allow you to use focus.
FSKiller commented 2024-06-21 13:40:47 -07:00 (Migrated from github.com)

Yeah, and we can unlock the first ability but then it throws the first error when trying to unlock further abilities.

For reference I have my options like so:

image

Yeah, and we can unlock the first ability but then it throws the first error when trying to unlock further abilities. For reference I have my options like so: ![image](https://github.com/spaceninjaserver/SpaceNinjaServer/assets/4363770/2129e723-3d36-4498-8b27-46d20d49ed5a)

Hmm, might it be related to not owning an amp?

Hmm, might it be related to not owning an amp?
Sign in to join this conversation.
No description provided.