charBlockSize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
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. | 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. | ||
{|class=" | {|class="wikitable" | ||
|- | |- | ||
! charBlockSize | ! charBlockSize | ||
Line 18: | Line 18: | ||
| | | | ||
| | | | ||
|- | |||
! 145 | |||
| | |||
| [https://github.com/OpenKore/openkore/commit/3001eab4db10af4b2a7aed06ce9238859af180f8 3001eab] and [https://github.com/OpenKore/openkore/commit/8fa8dfa192eaa34234901454cd896c2fc6d6b2c5 8fa8dfa] | |||
| iRO's Doram update | |||
|- | |- | ||
! 144 | ! 144 |
Revision as of 09:33, 17 February 2017
- 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. | ||
147 | |||
145 | 3001eab and 8fa8dfa | iRO's Doram update | |
144 | 2011-10-25 | r8053 | |
140 | 2011-09-28 | r8053 | "change slot feature" |
136 | 2011-01-11 | r7771 | "robe" |
132 | 2010-08-03 | r7771 | "delete date" |
128 | r7424 | ||
124 | r8333 | bRO (bifröst update) | |
116 | |||
112 | r6860 | Topic on the forum | |
108 | r6860 | Topic on the forum | |
106 (default) |
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