forked from broderickhyman/ao-bin-dumps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chatsettings.xml
75 lines (70 loc) · 3.23 KB
/
chatsettings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<ChatSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="chatsettings.xsd">
<!-- Setting for the Chat UI -->
<ChatUi maxtabs="10" selectedtab="0" maxtabnamelength="10">
<DefaultTab name="@CHAT_SETTINGS_TAB_NAME_GENERAL" showtimestamps="false" showchannelnames="true" maininputchannel="global">
<Channel id="global" />
<Channel id="local" />
<Channel id="say" />
<Channel id="emote" />
<Channel id="guild" />
<Channel id="alliance" />
<Channel id="lookingforgroup" />
<Channel id="party" />
<Channel id="duell" />
<Channel id="faction" />
<Channel id="personal" />
<Channel id="killplayer" />
<Channel id="system" />
<Channel id="staff" />
</DefaultTab>
<DefaultTab name="@CHAT_SETTINGS_TAB_NAME_HELP" showtimestamps="false" showchannelnames="true" maininputchannel="help">
<Channel id="help" />
<Channel id="personal" />
</DefaultTab>
<DefaultTab name="@CHAT_SETTINGS_TAB_NAME_RECRUIT" showtimestamps="false" showchannelnames="true" maininputchannel="recruit">
<Channel id="recruit" />
</DefaultTab>
<DefaultTab name="@CHAT_SETTINGS_TAB_NAME_TRADE" showtimestamps="false" showchannelnames="true" maininputchannel="trade">
<Channel id="trade" />
</DefaultTab>
<DefaultTab name="@CHAT_SETTINGS_TAB_NAME_COMBAT" showtimestamps="true" showchannelnames="false">
<Channel id="takedamage" />
<Channel id="givedamage" />
<Channel id="killplayer" />
<Channel id="healplayer" />
<Channel id="spelleffect" />
<Channel id="loot" />
<Channel id="reputation" />
<Channel id="fame" />
</DefaultTab>
<!-- Special Tabs that will be auto created -->
<GuildTab showtimestamps="true" showchannelnames="false" maininputchannel="guild">
<Channel id="guild" />
<Channel id="personal" />
</GuildTab>
<AllianceTab showtimestamps="true" showchannelnames="false" maininputchannel="alliance">
<Channel id="alliance" />
<Channel id="personal" />
</AllianceTab>
<PartyTab showtimestamps="true" showchannelnames="false" maininputchannel="party">
<Channel id="party" />
<Channel id="personal" />
</PartyTab>
</ChatUi>
<Cooldowns default_message_cooldown_ms ="500" say_cooldown_ms="500" whisper_cooldown_ms="500" say_radius="30" PlayerWhisperListCoolDownInSec="3600"
MaxPlayerOnWhisperCoolDownListTutorial="3" MaxPlayerOnWhisperCoolDownList="10" MaxPlayerOnWhisperCoolDownListTrusted="100" >
<Channel id="Area" cooldown_ms="500"/>
<Channel id="Global" cooldown_ms="1000"/>
<Channel id="Trade" cooldown_ms="30000"/>
<Channel id="Recruit" cooldown_ms="30000"/>
<Channel id="Lookingforgroup" cooldown_ms="30000"/>
<Channel id="Help" cooldown_ms="1000"/>
<Channel id="Staff" cooldown_ms="100"/>
<Channel id="Guild" cooldown_ms="500"/>
<Channel id="Alliance" cooldown_ms="500"/>
<Channel id="Party" cooldown_ms="500"/>
<Channel id="Duell" cooldown_ms="500"/>
<Channel id="Faction" cooldown_ms="1000"/>
</Cooldowns>
</ChatSettings>