Releases: Zbizu/rme
Releases · Zbizu/rme
v3.8.2_z: version 12.85
v3.8.1_z: Version 12.81 and item classifications
Hotfix: Now supports class 0 items (for servers with custom tier systems in mind). Updated files: RME 3.8.1_z.zip
New features
- client 12.81
- new OTB (version 3.60/client 12.81) developed in cooperation with TFS maintainers
- item tiers
Compatible with
Tier format specification
structure:
- 1 byte header: OTBM_ATTR_TIER (41 dec, 0x29 hex)
- 1 byte value (0-255)
Notes
- Setting tier to items may make the map impossible to load on engines that do not support the tier attribute. Make sure your engine supports tier attribute before using this mapeditor.
v3.8.0_z: Version 12.72 and new features
New features
- client 12.71/12.72
- new OTB (version 3.59/client 12.72, developed with approval of otland staff so this will be official one, backwards compatible with EPuncker's OTB)
- colourable mounts
- podium support (can be enabled two ways: item group
14
(0x0E
) in items.otb or<attribute key="type" value="podium" />
in items.xml)
- remove all invalid item ids from the map (maps with invalid items visible as red squares fail to load on the servers, this feature removes all of them)
Technical changes
- invisible wall 1548 now displayed as cyan square for better visibility:
- slight cosmetic changes to properties dialog buttons
- merged two functions responsible for drawing items into one (only one parameter was different so there was no need to have two large, almost identical functions)
- features such as "find by id", "remove by id" and "replace one item with another" now allow forcing server ID as another way to combat red squares
Possible compatibility with
- https://github.com/Zbizu/forgottenserver (full compatibility)
- https://github.com/opentibiabr/canary (requires opentibiabr/canary#143, opentibiabr/canary#161 << READ DESCRIPTION IF YOU WANT TO USE IT ON CANARY!)
Podium format specification
legend:
1 byte = u8
2 bytes = u16
structure:
- 1 byte header: OTBM_ATTR_PODIUMOUTFIT (40 dec, 0x28 hex)
- 1 byte flags (showPlatform, showOutfit, showMount)
- 1 byte direction
- 2 bytes looktype
- 4x 1 byte outfit colors
- 1 byte addons
- 2 bytes mount looktype
- 4x 1 byte mount colors
Notes
- As this is a new feature, any maps containing podiums may fail to load in outdated server engines unless they get patched with podium parsing (see https://github.com/opentibiabr/canary/pull/161/files for
propstream.read
example).