4 votes
Is it possible to add an option to determine where the news appears?
Example, at line:
<MonsterKillNotice Enabled="1">
Add type and colors attribute, like
<MonsterKillNotice Enable="1" Type="1" R="255" G="105" B="180">
Where Type is
1 = Global Middle Message
2 = Chat Window Message
if 'Type' is set to 1, the color attribute is ignored.
Recommended Comments
There are no comments to display.