mirror of
https://github.com/opentibiabr/remeres-map-editor
synced 2026-08-15 18:26:04 -04:00
This only works with the canary server: https://github.com/opentibiabr/canary Added support only for client .dat and .spr 11.00 outdated (10x), signature: data format="11" dat="0x4A10" spr="0x59E48E02" Otb cllient 11, version 3, id 62 In addition to the ids being converted to client id (for compatibility with canary), the data folder has been completely reorganized for ease of understanding. The organization of tilesets was also started, which will be further improved in other pulls.
21 lines
812 B
XML
21 lines
812 B
XML
<materialsextension
|
|
name="Sample Extension"
|
|
url="https://remeresmapeditor.com/"
|
|
author="Remere"
|
|
authorurl="https://twitter.com/leremere"
|
|
description="This adds a new doodad brush and modifies an old one."
|
|
client="8.00;8.20 - 8.31">
|
|
|
|
<brush name="rudder of the boat" type="doodad" server_lookid="1752" draggable="true" on_blocking="true" thickness="10/10">
|
|
<alternate> <item id="1752" chance="30"/> </alternate> <!-- south -->
|
|
<alternate> <item id="1753" chance="30"/> </alternate> <!-- east -->
|
|
<alternate> <item id="1754" chance="30"/> </alternate> <!-- north -->
|
|
<alternate> <item id="1751" chance="30"/> </alternate> <!-- west -->
|
|
</brush>
|
|
|
|
<tileset name="Exterior">
|
|
<doodad>
|
|
<brush name="rudder of the boat" after="normal fountain - off"/>
|
|
</doodad>
|
|
</tileset>
|
|
</materialsextension>
|