Add files via upload
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
## Interface: 30300
|
||||
## Title: AtlasLoot Ascension Edition
|
||||
## Notes: Shows the possible loot from the bosses
|
||||
## Author: Hegarol
|
||||
## Version: v5.11.04
|
||||
## X-eMail: manager@atlasloot.net
|
||||
## X-Credits: Daviesh, Lag, Cellelach, Asurn, Pernicus and many others.
|
||||
## X-Category: Map
|
||||
## X-License: GPL v2
|
||||
## X-Website: http://www.atlasloot.net
|
||||
## X-Embeds: Ace3, DewdropLib, FuBarPlugin-2.0, LibBabble-Boss-3.0, LibBabble-Faction-3.0, LibBabble-Inventory-3.0, LibBabble-Zone-3.0
|
||||
## Title-deDE: AtlasLoot Enhanced
|
||||
## Notes-deDE: Zeigt mögliche Beute von Bossen
|
||||
## Title-frFR: AtlasLoot Enhanced
|
||||
## Notes-frFR: Montre le butin possible des boss
|
||||
## Title-esES: AtlasLoot Enhanced
|
||||
## Notes-esES: Muestra el posible botin de los jefes finales
|
||||
## Title-koKR: AtlasLoot Enhanced
|
||||
## Notes-koKR: Shows the possible loot from the bosses
|
||||
## Title-zhCN: AtlasLoot Enhanced
|
||||
## Notes-zhCN: 显示副本中的首领与小怪可能掉落的物品
|
||||
## Title-zhTW: |r|cFF0099FF[地圖]|rAL 物品掉落主程式
|
||||
## Notes-zhTW: 顯示首領與小怪可能掉落的物品,並可查詢各陣營與戰場的獎勵物品、套裝物品等
|
||||
## RealTitle-zhCN: [地图]副本掉落物品查询
|
||||
## RealTitle-zhTW: [地圖]AL 物品掉落[主程式]
|
||||
## Notes-ruRU: Отображает весю возможную добычу с боссов
|
||||
## SavedVariables: AtlasLootOptions, AtlasLootDB, AtlasLootWishList
|
||||
## SavedVariablesPerCharacter: AtlasLootCharDB, AtlasLootFilterDB
|
||||
## OptionalDeps: Alphamap, LootLink, ItemSync, DewdropLib, FuBarPlugin-3.0, FuBar, Ace3, LibBabble-Boss-3.0, LibBabble-Faction-3.0, LibBabble-Inventory-3.0, LibBabble-Zone-3.0
|
||||
## X-Curse-Packaged-Version: v5.11.04
|
||||
## X-Curse-Project-Name: Atlasloot Enhanced
|
||||
## X-Curse-Project-ID: atlasloot-enhanced
|
||||
## X-Curse-Repository-ID: wow/atlasloot-enhanced/mainline
|
||||
|
||||
embeds.xml
|
||||
|
||||
Locales\Locales.xml
|
||||
TableRegister\TableRegister.xml
|
||||
AtlasLayout\AtlasLayout.xml
|
||||
Add_Ons\Addons.xml
|
||||
Menus\Menus.xml
|
||||
Core\AtlasLoot.xml
|
||||
DefaultFrame\AtlaslootDefaultFrame.xml
|
||||
|
||||
modules.xml
|
||||
@@ -0,0 +1,20 @@
|
||||
v1.0 05/29/2020
|
||||
- Initial release based off PrimalWoW edited Atlasloot
|
||||
- Added Ascension PVP Enchants
|
||||
- Added Ascension Epic Progression5 PVP Gear
|
||||
- Added Ascension Epic PVP Accessories
|
||||
- Added Setis Loot as new World boss
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
v1.1 05/30/2020
|
||||
- Fixed KT (Naxx 60) Phylactory for Ascension itemID
|
||||
- Readded ilvl 68 Rare PVP gear along with ilvl 63 Rare PVP gear
|
||||
- Added Ascension Rare PVP Weapons
|
||||
- Added missing navigation arrows to: Karazhan, Misc PVP Rewards
|
||||
- Added Ascension custom cooking recipes
|
||||
- Corrected Honor prices on assortment of items
|
||||
- Corrected Kazzak (Classic) item slots
|
||||
- Added Setis item slots
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
v1.2 05/30/2020
|
||||
- Fixed item quality on various PVP items
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
+27
@@ -0,0 +1,27 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
||||
..\FrameXML\UI.xsd">
|
||||
|
||||
<!--@no-lib-strip@-->
|
||||
<Script file="Libs\LibStub\LibStub.lua"/>
|
||||
<Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
|
||||
|
||||
<Include file="Libs\LibBabble-Boss-3.0\lib.xml"/>
|
||||
<Include file="Libs\LibBabble-Faction-3.0\lib.xml"/>
|
||||
<Include file="Libs\LibBabble-Inventory-3.0\lib.xml"/>
|
||||
<Include file="Libs\LibBabble-Zone-3.0\lib.xml"/>
|
||||
|
||||
<Include file="Libs\LibAboutPanel\lib.xml"/>
|
||||
|
||||
<Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
|
||||
<Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
|
||||
<Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/>
|
||||
<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
|
||||
<Include file="Libs\AceComm-3.0\AceComm-3.0.xml"/>
|
||||
|
||||
<Include file="Libs\DewdropLib\embeds.xml"/>
|
||||
<Script file="Libs\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua"/>
|
||||
<!--@end-no-lib-strip@-->
|
||||
|
||||
<Script file="Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
|
||||
|
||||
</Ui>
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
||||
..\FrameXML\UI.xsd">
|
||||
|
||||
<!--@debug@
|
||||
<Script file="Modules\BurningCrusade\burningcrusade.lua"/>
|
||||
<Script file="Modules\BurningCrusade\localization.lua"/>
|
||||
<Script file="Modules\Crafting\crafting.lua"/>
|
||||
<Script file="Modules\Crafting\localization.lua"/>
|
||||
<Script file="Modules\OriginalWoW\originalwow.lua"/>
|
||||
<Script file="Modules\OriginalWoW\localization.lua"/>
|
||||
<Script file="Modules\WorldEvents\worldevents.lua"/>
|
||||
<Script file="Modules\WorldEvents\localization.lua"/>
|
||||
<Script file="Modules\WrathoftheLichKing\wrathofthelichking.lua"/>
|
||||
<Script file="Modules\WrathoftheLichKing\localization.lua"/>
|
||||
@end-debug@-->
|
||||
|
||||
</Ui>
|
||||
Reference in New Issue
Block a user