spaceninjaserver / SpaceNinjaServer

A simple server for a small space ninja game
GNU General Public License v3.0
61 stars 36 forks source link

Waybound Focus Abilities do not unlock properly #347

Closed FSKiller closed 1 month ago

FSKiller commented 1 month ago

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

Sainan commented 1 month ago

completeAllQuests will also allow you to use focus.

FSKiller commented 1 month ago

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

Sainan commented 1 month ago

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