pablolanke
New Member
- Joined
- Jan 24, 2008
- Messages
- 9
- Reaction score
- 0
Hello,
I have tried making my own doodad. I want a stone floor doodad that randomizes the tile that ground brush uses, much like cave earth ones.
I used that on grounds xml for Remere's, when I go in the Remere's software, it does find the brush if I use J key, but when I try selecting it, it doesnt work, it just goes back to whatever brush I was at before.
Thanks in advance.
I have tried making my own doodad. I want a stone floor doodad that randomizes the tile that ground brush uses, much like cave earth ones.
Code:
<brush name="stone floors" type="ground" server_lookid="3153" z-order="1">
<item id="3153" chance="2500"/>
<item id="3154" chance="25"/>
<item id="3152" chance="25"/>
<item id="3155" chance="25"/>
<item id="3156" chance="25"/>
<item id="3157" chance="25"/>
</brush>
I used that on grounds xml for Remere's, when I go in the Remere's software, it does find the brush if I use J key, but when I try selecting it, it doesnt work, it just goes back to whatever brush I was at before.
Thanks in advance.