charBlockSize: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
; <includeonly>[[charBlockSize]]</includeonly><noinclude>charBlockSize</noinclude> <value> | ; <includeonly>[[charBlockSize]]</includeonly><noinclude>charBlockSize</noinclude> <value> | ||
: Length (in bytes) of data block describing each of your characters in the packet with character list on character selection screen. | : Length (in bytes) of data block describing each of your characters in the packet with character list (<code>received_characters</code>) 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. | 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. |
Revision as of 10:51, 14 August 2012
- 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. | ||
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 | ||
116 | |||
112 | |||
108 | |||
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