You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lobby/Protocol.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Below is a list of normal traffic flows between the client and server under the
81
81
82
82
| Direction | Packet | Notes |
83
83
|--- |--- |--- |
84
-
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the choosen name and gold world pass. _(If one was given.)_ |
84
+
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the chosen name and gold world pass. _(If one was given.)_ |
85
85
| `S -> C` | `ResponseOk` | The server responds with 'ok' to tell the client its request was valid and completed. |
86
86
| `C -> S` | `RequestCreateChr` | The client sends the final creation request packet. This packet contains their other creation choices. _(ie. race, face, size, job, nation, etc.)_ |
87
87
| `S -> C` | `ResponseOk` | The server responds with 'ok' to tell the client its request was valid and completed. |
@@ -120,14 +120,14 @@ _Client requests a name that is already taken, invalid due to vulgar words, etc.
120
120
121
121
| Direction | Packet | Notes |
122
122
|--- |--- |--- |
123
-
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the choosen name and gold world pass. _(If one was given.)_ |
123
+
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the chosen name and gold world pass. _(If one was given.)_ |
124
124
| `S -> C` | `ResponseError` | The server responds with an error code. |
125
125
126
126
_Client requests to create a character with invalid information, such as an invalid/unavailable job id:_
127
127
128
128
| Direction | Packet | Notes |
129
129
|--- |--- |--- |
130
-
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the choosen name and gold world pass. _(If one was given.)_ |
130
+
| `C -> S` | `RequestCreateChrPre` | The client sends the pre-creation request packet. This packet is used to validate the chosen name and gold world pass. _(If one was given.)_ |
131
131
| `S -> C` | `ResponseOk` | The server responds with 'ok' to tell the client its request was valid and completed. |
132
132
| `C -> S` | `RequestCreateChr` | The client sends the final creation request packet. This packet contains their other creation choices. _(ie. race, face, size, job, nation, etc.)_ |
133
133
| `S -> C` | `ResponseError` | The server responds with an error code. |
@@ -188,7 +188,7 @@ The error codes that are used with this lookup table are as follows:
188
188
| `3111` | `Gold World Pass too short to be valid.` |
189
189
| `3112` | `Unless you enter a Gold World Pass,\nyou can only specify a world server\nwhere you already have a character.` |
190
190
| `3113` | `Protocol time out error.` |
191
-
| `3114` | `Inconsistency occured with handle information.` |
191
+
| `3114` | `Inconsistency occurred with handle information.` |
192
192
| `3115` | `Connection to the FINAL FANTASY XI server lost.\nReturning to the PlayOnline FINAL FANTASY XI top page.` |
193
193
| `3116` | `Cannot select this character.\nCharacter's content ID is no longer valid.\nPlease restore the content ID to select this character.` |
194
194
| `3117` | `Failed to carry out user file operations.` |
0 commit comments