Quantcast

Added icons to tooltip

Salvatore Lopiparo [07-02-16 - 07:04]
Added icons to tooltip
Filename
Icons/KNOWN.blp
Icons/NOT_TRANSMOGABLE.blp
Icons/UNKNOWABLE_BY_CHARACTER.blp
Icons/UNKNOWN.blp
code.lua
diff --git a/Icons/KNOWN.blp b/Icons/KNOWN.blp
new file mode 100644
index 0000000..d599036
Binary files /dev/null and b/Icons/KNOWN.blp differ
diff --git a/Icons/NOT_TRANSMOGABLE.blp b/Icons/NOT_TRANSMOGABLE.blp
new file mode 100644
index 0000000..11421ac
Binary files /dev/null and b/Icons/NOT_TRANSMOGABLE.blp differ
diff --git a/Icons/UNKNOWABLE_BY_CHARACTER.blp b/Icons/UNKNOWABLE_BY_CHARACTER.blp
new file mode 100644
index 0000000..ddb0c23
Binary files /dev/null and b/Icons/UNKNOWABLE_BY_CHARACTER.blp differ
diff --git a/Icons/UNKNOWN.blp b/Icons/UNKNOWN.blp
new file mode 100644
index 0000000..ab6868d
Binary files /dev/null and b/Icons/UNKNOWN.blp differ
diff --git a/code.lua b/code.lua
index 0f2067d..02d1698 100644
--- a/code.lua
+++ b/code.lua
@@ -105,11 +105,11 @@ local inventorySlotsMap = {
 -- Tooltip text constants  --
 -----------------------------
 local CAN_I_MOG_IT = 			"|cff00a3cc" .. " "
-local KNOWN = 					"|cff15abff" .. "Learned."
-local KNOWN_FROM_ANOTHER_ITEM = "|cff15abff" .. "Learned from another item."
-local UNKNOWN = 				"|cffff9333" .. "Not learned."
-local UNKNOWABLE_BY_CHARACTER = "|cfff0e442" .. "This character cannot learn this item."
-local NOT_TRANSMOGABLE = 		"|cff888888" .. "Cannot be learned."
+local KNOWN = 					"|TInterface\\Addons\\CanIMogIt\\Icons\\KNOWN:0|t " .. "|cff15abff" .. "Learned."
+local KNOWN_FROM_ANOTHER_ITEM = "|TInterface\\Addons\\CanIMogIt\\Icons\\KNOWN:0|t " .. "|cff15abff" .. "Learned from another item."
+local UNKNOWN = 				"|TInterface\\Addons\\CanIMogIt\\Icons\\UNKNOWN:0|t " .. "|cffff9333" .. "Not learned."
+local UNKNOWABLE_BY_CHARACTER = "|TInterface\\Addons\\CanIMogIt\\Icons\\UNKNOWABLE_BY_CHARACTER:0|t " .. "|cfff0e442" .. "This character cannot learn this item."
+local NOT_TRANSMOGABLE = 		"|TInterface\\Addons\\CanIMogIt\\Icons\\NOT_TRANSMOGABLE:0|t " .. "|cff888888" .. "Cannot be learned."


 -----------------------------