Add files via upload

This commit is contained in:
totalllyswede
2026-05-24 01:28:47 -07:00
committed by GitHub
parent 22113efeb3
commit b547e3c496
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -384,4 +384,4 @@ SlashCmdList["LOCKPICKTIP"] = function(msg)
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
View File
@@ -1,8 +1,8 @@
## Interface: 11200
## Title: LockpickTooltip
## Notes: Shows required lockpicking skill on item/object tooltips
## Author: Claude
## Version: 1.0.0
## Author: Olzon
## Version: 1.1.0
## SavedVariables:
LockpickTooltip.lua
+4 -2
View File
@@ -1,5 +1,5 @@
# 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.
@@ -54,7 +54,9 @@ Adds a line to item and world-object tooltips showing the required Lockpicking s
## 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.
---