Imagem:
Map Editor 10.35: Download
Notepad++: Download
Instalação Manual (Com tilesets.xml completo): Pastebin (Leaves - Carpetbrush)
Créditos: Daniel
Informação adicional: O item não pode ser feito sendo um ground, pois não é um ground, nesse caso, utilizei o carpetbrush. Aprincipal característica é o Z-order, que vai facilitar dependendo onde você for usar o carpetbrush. O termo "Z-order" refere-se a ordem dos objetos ao longo do eixo-Z. Na geometria de coordenadas, X refere-se tipicamente ao eixo horizontal (da esquerda para a direita), Y em relação ao eixo vertical (para cima e para baixo), e Z refere-se ao eixo perpendicular aos outros dois (para a frente ou para trás).
data/10.35/doodads.xml
Antes da linha:
</materials>
Adicione:
<!-- Carpetbrush Green Leaves. Credits for Daaniel - Tibiaking.com --> <!-- You can change the center for the ids: 15203 - 15205 --> <!-- (n; e; s; w) => /\ | > | \/ | < --> <brush name="center green leaves" type="carpet" server_lookid="15206"> <carpet align="n" id="15192"/> <carpet align="e" id="15193"/> <carpet align="s" id="15191"/> <carpet align="w" id="15194"/> <carpet align="cnw" id="15201"/> <carpet align="cne" id="15202"/> <carpet align="cse" id="15200"/> <carpet align="csw" id="15199"/> <carpet align="dnw" id="15197"/> <carpet align="dne" id="15198"/> <carpet align="dse" id="15196"/> <carpet align="dsw" id="15195"/> <!-- CENTER (The sole ground, can't put more than one) --> <carpet align="center" id="15206"/> </brush> <!-- Carpetbrush Orange Leaves. Credits for Daaniel - Tibiaking.com --> <!-- You can change the center for the ids: 12770 - 12772 --> <!-- (n, e, s, w) => /\ | > | \/ | < --> <brush name="center orange leaves" type="carpet" server_lookid="12769"> <carpet align="n" id="12758"/> <carpet align="e" id="12759"/> <carpet align="s" id="12757"/> <carpet align="w" id="12760"/> <carpet align="cnw" id="12767"/> <carpet align="cne" id="12768"/> <carpet align="cse" id="12765"/> <carpet align="csw" id="12766"/> <carpet align="dnw" id="12763"/> <carpet align="dne" id="12764"/> <carpet align="dse" id="12761"/> <carpet align="dsw" id="12762"/> <!-- CENTER (The sole ground, can't put more than one) --> <carpet align="center" id="12769"/> </brush>
data/10.35/tilesets.xml
CTRL + F:
<tileset name="Nature">
Depois de:
<terrain>
E antes de:
<brush name="sea"/>
Adicione:
<brush name="center green leaves"/> <brush name="center orange leaves"/>
Dúvidas utilize o tilesets.xml completo postado no início do tópico