V0.60 Released

Beta V0.60 is now released. There are some important improvements to the notifications system, a new locations directory, and a fistful of fixes.

Release Notes
How to Upgrade

1 Like

Quick fix someone on GH just found - /plugins/fs3skills/public/fs3_language.rb

  when 2
    return "%xg@xy@%xn"

Should be:

  when 2
    return "%xg@%xy@%xn"
1 Like

Thanks. Kat noticed the same applies to BG skills and advantages as well. Just pushed a quick fix.

1 Like

The “edit area” functionality on the portal seems to be unhappy.

When I push the save button, I get an error message flash: “The requested item was not found.” No errors in the log, and it doesn’t seem to save the changes.

Apparently I messed up the area edit controller when I was moving things around. Pushed another quick fix, thanks.

Private ‘vs’ rolls seem broken again, unless I’m doing it wrong:
roll/private Aidan/composure vs The Idea/5
Aidan rolls Composure (6 6 4 4 2 1 1) vs The Idea (a NPC)'s 5 (8 7 6 6 5 3 1)
Victory for The Idea. (Rolled by: Aidan)
[FS3 Rolls] Aidan rolls Composure (6 6 4 4 2 1 1) vs The Idea (a NPC)'s 5 (8 7 6 6 5 3 1) Victory for The Idea. (Rolled by: Aidan)

Which game? It might be a merge error. I just tried:

roll/private Cate/composure vs The Idea/5

On my test game (and the demo server) and nothing was emitted to the room or the channel.

This was on Gray Harbor. @KarmaBum, could that be it or is it just me somehow?

Check again? I was Doing Stuff earlier today.

2 Likes

Checked again! Now it’s working correctly. Thank you! :smiley:

2 Likes