db link (#3)
You can now alt right click items to open them to there ascensionDB page in your browser.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
## Interface: 30300
|
||||
## Interface: 30300
|
||||
## Title: AtlasLoot Ascension Edition
|
||||
## Notes: Shows the possible loot from the bosses
|
||||
## Author: v7 Rebuid Done by: Anch, Rvng
|
||||
## Version: v7.2.5
|
||||
## Version: v7.2.8
|
||||
## X-eMail:
|
||||
## X-Credits: Skray, Szyler and others.
|
||||
## X-Category: Map
|
||||
|
||||
@@ -227,6 +227,8 @@ function AtlasLootItem_OnClick(self ,arg1)
|
||||
StaticPopupDialogs.ATLASLOOT_ADD_CUSTOMHEADER.num = self.number;
|
||||
elseif (arg1=="LeftButton") and ATLASLOOT_ITEM_UNLOCK then
|
||||
AtlasLoot:MoveWishlistItem("Up",self.number);
|
||||
elseif (arg1=="RightButton" and IsAltKeyDown()) then
|
||||
OpenAscensionDBURL("?item="..self.itemID)
|
||||
elseif(arg1=="RightButton" and not iteminfo and self.itemID ~= 0) then
|
||||
AtlasLootTooltip:SetHyperlink("item:"..self.itemID..":0:0:0:0:0:0:0");
|
||||
if not AtlasLoot.db.profile.ItemSpam then
|
||||
@@ -281,6 +283,8 @@ function AtlasLootItem_OnClick(self ,arg1)
|
||||
if IsShiftKeyDown() then
|
||||
spellID = string.sub(self.itemID, 2);
|
||||
ChatEdit_InsertLink(AtlasLoot_GetEnchantLink(spellID));
|
||||
elseif (arg1=="RightButton" and IsAltKeyDown()) then
|
||||
OpenAscensionDBURL("?item="..self.itemID)
|
||||
elseif IsAltKeyDown() then
|
||||
if AtlasLootItemsFrame.refresh[2] == "AtlasLoot_CurrentWishList" then
|
||||
AtlasLoot_DeleteFromWishList(self.itemID, self.number);
|
||||
|
||||
@@ -175,6 +175,8 @@ function AtlasLoot_DisplayHelp()
|
||||
WHITE..AL["Shift+Left Click the item like you would for any other in-game item"].."\n\n"..
|
||||
ORANGE..AL["How to view an item in the Dressing Room:"].."\n"..
|
||||
WHITE..AL["Simply Ctrl+Left Click on the item. Sometimes the dressing room window is hidden behind the Atlas or AtlasLoot windows, so if nothing seems to happen move your Atlas or AtlasLoot windows and see if anything is hidden."].."\n\n"..
|
||||
ORANGE..AL["How to open an item to its AscensionDB page in your browser window:"].."\n"..
|
||||
WHITE..AL["Alt+Right Click any item to open it in a browser window."].."\n\n"..
|
||||
ORANGE..AL["How to add an item to the wishlist:"].."\n"..
|
||||
WHITE..AL["Alt+Left Click any item to add it to the wishlist."].."\n\n"..
|
||||
ORANGE..AL["How to delete an item from the wishlist:"].."\n"..
|
||||
|
||||
@@ -575,6 +575,7 @@ local rows = setmetatable({}, { __index = function(t, i)
|
||||
end
|
||||
AtlasLoot:ScrollFrameUpdate();
|
||||
end
|
||||
|
||||
end)
|
||||
if i == 1 then
|
||||
row:SetPoint("TOPLEFT", scrollFrame, 8, -8)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--[[
|
||||
--[[
|
||||
constants.en.lua
|
||||
This file defines an AceLocale table for all the various text strings needed
|
||||
by AtlasLoot. In this implementation, if a translation is missing, it will fall
|
||||
@@ -1586,6 +1586,8 @@ if AL then
|
||||
AL["How to view an 'unsafe' item:"] = true;
|
||||
AL["Unsafe items have a red border around the icon and are marked because you have not seen the item since the last patch or server restart. Right-click the item, then move your mouse back over the item or click the 'Query Server' button at the bottom of the loot page. This will also load any Bloodforged items."] = true;
|
||||
AL["How to view an item in the Dressing Room:"] = true;
|
||||
AL["How to open an item to its AscensionDB page in your browser window:"] = true;
|
||||
AL["Alt+Right Click any item to open it in a browser window."] = true;
|
||||
AL["Simply Ctrl+Left Click on the item. Sometimes the dressing room window is hidden behind the Atlas or AtlasLoot windows, so if nothing seems to happen move your Atlas or AtlasLoot windows and see if anything is hidden."] = true;
|
||||
AL["How to link an item to someone else:"] = true;
|
||||
AL["Shift+Left Click the item like you would for any other in-game item"] = true;
|
||||
|
||||
@@ -4055,7 +4055,7 @@ AtlasLoot_Data["Naxxramas60"] = {
|
||||
{ 9, 22819, "", "=q4=Shield of Condemnation", "=ds=#w8#", "", "18.18%" },
|
||||
{ 10, 23057, "", "=q4=Gem of Trapped Innocents", "=ds=#s2#", "", "18.18%" },
|
||||
{ 11, 23053, "", "=q4=Stormrage's Talisman of Seething", "=ds=#s2#", "", "18.18%" },
|
||||
{ 13, 691119, "", "=q4=The Phylactery of Kel'Thuzad", "=ds=#m2#", "", "100%" },
|
||||
{ 13, 22520, "", "=q4=The Phylactery of Kel'Thuzad", "=ds=#m2#", "", "100%" },
|
||||
{ 14, 23207, "", "=q4=Mark of the Champion", "=q1=#m4# =ds=#s14#" },
|
||||
{ 15, 23206, "", "=q4=Mark of the Champion", "=q1=#m4# =ds=#s14#" },
|
||||
{ 16, 1510496, "", "=q4=Desecrated Ring", "=ds=#tt3#", "", "100%", "=TT=T3FINGER" };
|
||||
|
||||
Reference in New Issue
Block a user