AutoQuery option

Added AutoQuery as an option.
Added Bloodforged information in the help menu
Added reference to Bloodforged in the Server Query button
This commit is contained in:
HonkinGamer
2020-09-08 20:09:08 -04:00
parent 7910a37e20
commit 5187c0df69
3 changed files with 56 additions and 12 deletions
+6 -2
View File
@@ -83,6 +83,7 @@ if AL then
AL["|cff9d9d9dShow Basic Minimap Button|r"] = true;
AL["Set Minimap Button Position"] = true;
AL["Suppress Item Query Text"] = true;
AL["Auto Query items on page load"] = true;
AL["Notify on LoD Module Load"] = true;
AL["Load Loot Modules at Startup"] = true;
AL["Loot Browser Scale: "] = true;
@@ -1446,7 +1447,7 @@ if AL then
AL["Queries the server for all items"] = true;
AL["on this page. The items will be"] = true;
AL["refreshed when you next mouse"] = true;
AL["over them."] = true;
AL["over them. |cffff0000 (Includes Bloodforged)"] = true;
AL["The Minimap Button is generated by the FuBar Plugin."] = true;
AL["This is automatic, you do not need FuBar installed."] = true;
@@ -1457,7 +1458,7 @@ if AL then
AL["How to open the standalone Loot Browser:"] = true;
AL["If you have AtlasLootFu enabled, click the minimap button, or alternatively a button generated by a mod like Titan or FuBar. Finally, you can type '/al' in the chat window."] = true;
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."] = 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["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;
@@ -1470,6 +1471,9 @@ if AL then
AL["If you Left Click any item on the wishlist, you can jump to the loot page the item comes from. Also, on a loot page any item already in your wishlist is marked with a yellow star."] = true;
AL["HELP!! I have broken the mod somehow!"] = true;
AL["Use the reset buttons available in the options menu, or type '/al reset' in your chat window."] = true;
AL["How do I view Bloodforged items?"] = true;
AL["You must have 'Safe Chat Links' enabled in your options, and the Bloodforged item in your item cache. When viewing a page, click the 'Query Server' button to load the items and Bloodforged equivalents, then right click on an item to display item links for the original and Bloodforged versions in your chat."] = true;
-- Error Messages and warnings
AL["AtlasLoot Error!"] = true;