Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Also fix some other packets for support int32 ints.
|
|
From some packet version hercules support item id fields as int32.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In most case it equal to std::vector except debug modes.
Now it can be also mse::mstd::vector, but sadly this class not support
all required features.
|
|
|
|
|
|
|
|
|
|
For hercules it lost npc type.
|
|
This packet version for now not supported by manaplus,
and this is for future usage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change protocol version to 5.
|
|
|
|
|
|
|
|
|
|
|
|
|