-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddonDesc.(UIAddon).xdb
More file actions
27 lines (27 loc) · 860 Bytes
/
AddonDesc.(UIAddon).xdb
File metadata and controls
27 lines (27 loc) · 860 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<UIAddon>
<Name>AdvancedAutoQuest</Name>
<AutoStart>true</AutoStart>
<ScriptFileRefs>
<Item href="Locales.txt"/>
<Item href="Scripts/SysTables.lua"/>
<Item href="Scripts/Core.lua"/>
<Item href="Scripts/LibDnD.lua"/>
<Item href="Scripts/ScriptAdvancedToString.lua"/>
<Item href="Scripts/ScriptChatLogExt.lua"/>
<Item href="Scripts/ScriptLogExt.lua"/>
<Item href="AdvancedAutoQuest.lua"/>
</ScriptFileRefs>
<!--
<MainFormId>Main</MainFormId>
<Forms>
<Item>
<Id>Main</Id>
<Form href="Textures/MainForm.(WidgetForm).xdb#xpointer(/WidgetForm)"/>
</Item>
</Forms>
-->
<author>Illium</author>
<localizedNameFileRef href="Name.txt"/>
<localizedDescFileRef href="Desc.txt"/>
</UIAddon>