Hello, I have 2 problems.
First:
I have in channels.xml for example:
Is it possible to make exactly the same for private message channels? (not private chat channel
)
Second:
Problem with magic wall rune
When there is duration value="20" then magic wall disappears too late, if there is value 19 then magic wall disappears too early. 19.5 and 19,5 is not accepted because there is no result. Can it be solved in any way?
First:
I have in channels.xml for example:
Code:
<channel id="5" name="Game-Chat" level="10"/>
Second:
Problem with magic wall rune
Code:
<item id="1497" article="a" name="magic wall">
<attribute key="type" value="magicfield"/>
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="20"/>
<attribute key="blocksolid" value="1"/>
</item>