-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscbal.mod
31 lines (31 loc) · 1.03 KB
/
scbal.mod
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
<?xml version="1.0" encoding="UTF-8"?>
<ModuleFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UiMod name="ScenarioBalance" version="1.7" date="2011-04-09">
<Author name="tzs"/>
<Description text="Shows count of scenario players and healers in a small window"/>
<VersionSettings gameVersion="1.4.1" />
<Dependencies>
<Dependency name="EA_ChatWindow"/>
<Dependency name="LibSlash"/>
</Dependencies>
<Files>
<File name="scbal.lua"/>
<File name="scbal.xml"/>
</Files>
<OnInitialize>
<CallFunction name="scbal.initialize"/>
</OnInitialize>
<OnUpdate>
<CallFunction name="scbal.tickTock"/>
</OnUpdate>
<OnShutdown/>
<SavedVariables>
<SavedVariable name="scbal.settings"/>
</SavedVariables>
<WARInfo>
<Categories>
<Category name="RVR"/>
</Categories>
</WARInfo>
</UiMod>
</ModuleFile>