Add files via upload
This commit is contained in:
+1
-1
@@ -384,4 +384,4 @@ SlashCmdList["LOCKPICKTIP"] = function(msg)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
DEFAULT_CHAT_FRAME:AddMessage("|cffffff00LockpickTooltip v1.0.0|r loaded. Type |cffaaddff/lpt|r for help.")
|
DEFAULT_CHAT_FRAME:AddMessage("|cffffff00LockpickTooltip v1.1.0|r loaded. Type |cffaaddff/lpt|r for help.")
|
||||||
|
|||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
## Interface: 11200
|
## Interface: 11200
|
||||||
## Title: LockpickTooltip
|
## Title: LockpickTooltip
|
||||||
## Notes: Shows required lockpicking skill on item/object tooltips
|
## Notes: Shows required lockpicking skill on item/object tooltips
|
||||||
## Author: Claude
|
## Author: Olzon
|
||||||
## Version: 1.0.0
|
## Version: 1.1.0
|
||||||
## SavedVariables:
|
## SavedVariables:
|
||||||
|
|
||||||
LockpickTooltip.lua
|
LockpickTooltip.lua
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# LockpickTooltip
|
# LockpickTooltip
|
||||||
### World of Warcraft 1.12.1 (Vanilla) Addon — v1.0.0 Stable
|
### World of Warcraft 1.12.1 (Vanilla) Addon — v1.1.0 Stable
|
||||||
|
|
||||||
Adds a line to item and world-object tooltips showing the required Lockpicking skill, colour-coded green if you can pick it or red if your skill is too low.
|
Adds a line to item and world-object tooltips showing the required Lockpicking skill, colour-coded green if you can pick it or red if your skill is too low.
|
||||||
|
|
||||||
@@ -54,7 +54,9 @@ Adds a line to item and world-object tooltips showing the required Lockpicking s
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
**1.0.0** — Stable release. Full coverage of vanilla lockboxes, junkboxes, and dungeon/outdoor chests. All item IDs verified against wowhead.com/classic.
|
**1.1.0** — Stable. Zone-aware skill requirements for Battered Footlocker (Badlands vs elsewhere). Corrected all item IDs against wowhead.com/classic. Tooltip now shows Pickable/Skill Level Too Low in green/red.
|
||||||
|
|
||||||
|
**1.0.0** — Initial stable release. Full coverage of vanilla lockboxes, junkboxes, and dungeon/outdoor chests.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user