Continue draft
All checks were successful
Deploy / Deploy Website (push) Successful in 30s

This commit is contained in:
Joshua Goins 2025-07-05 07:09:49 -04:00
parent 4a408280a1
commit 2fd3ef304a

View file

@ -96,13 +96,13 @@ When encountering Lua errors, the server should now panic less.
Most zones should work again (in terms of exiting zone lines, aetherytes, etc) thanks to better LGB support in Physis.
Action scripts are now executed at the end of it's actual cast time, which makes Teleporting look _a little_ better.
Action scripts are now executed at the end of it's actual cast time, which makes Teleporting look just a _little_ better.
Fixed display of your character's classjob levels in the Character window.
Fixed the display of your character's classjob levels in the Character window.
When recieving unknown packets, these are now read instead of ignored. This makes it easier to understand what the client sent, and prevents reading the wrong part of the packet in the case of multiple segments being sent.
Invalid zone IDs are accepted, which is useful for exploring zones like in my blog post.
Invalid zone IDs are accepted, which is useful for exploring zones like [in my blog post]{{< ref "walking-the-unwalkable" >}}.
It's no longer possible to connect with an older client, which never worked anyway.