charBlockSize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
| HP and SP int64 | | HP and SP int64 | ||
|- | |- | ||
! 155 | ! 155 (default) | ||
| 2017-08-30 | | 2017-08-30 | ||
| [https://github.com/OpenKore/openkore/commit/a6d3f8795445bac13c2b1126d4f6268ab50e4aab a6d3f87] | | [https://github.com/OpenKore/openkore/commit/a6d3f8795445bac13c2b1126d4f6268ab50e4aab a6d3f87] | ||
Line 84: | Line 84: | ||
| [http://forums.openkore.com/viewtopic.php?f=36&t=6900 Topic on the forum] | | [http://forums.openkore.com/viewtopic.php?f=36&t=6900 Topic on the forum] | ||
|- | |- | ||
! 106 | ! 106 | ||
| | | | ||
| | | |
Revision as of 17:49, 13 November 2020
- charBlockSize <value>
- Length (in bytes) of data block describing each of your characters in the packet with character list (
received_characters
) on character selection screen.
Correct value for a server may be not supported by a specific serverType or not supported at all, so merely trying values mentioned here may not be enough.
charBlockSize | kRO date | Kore version | Notes |
---|---|---|---|
∞ | New charBlockSizes are being constantly introduced. | ||
175 | 2020-10-07 | HP and SP int64 | |
155 (default) | 2017-08-30 | a6d3f87 | exp int64 |
147 | 2014-10-22 | df50355 | walk_speed long |
146 | N/A | 3aeba6a | |
145 | 2014-10-16 | 3001eab and 8fa8dfa | iRO's Doram update |
144 | 2011-10-25 | 876acab | "rename char" |
140 | 2011-09-28 | 876acab | "change slot feature" |
136 | 2011-01-11 | b5b8e07 | "robe" |
132 | 2010-08-03 | b5b8e07 | "delete date" |
128 | daefa83 | last_map 16 Bytes | |
124 | 3b07ffe | bRO (bifröst update) | |
116 | addabe5 | ||
112 | 9862177 | Topic on the forum | |
108 | 9862177 | Topic on the forum | |
106 |
Dates are for a reference with default Athena configuration only, any server can reconfigure that.
In Athena code base, function mmo_char_tobuf
generates character blocks.
Implementation of this feature is expected to become outdated with server updates. As OpenKore is a free project, if you stumble upon such updates, you are expected to fix the problem and contribute your changes back. Usually, server supporters will do that, but there isn't any for random private servers, and some official ones may not always be covered. |
TODO
Autodetect. http://forums.openkore.com/viewtopic.php?t=9806