Download
(1Kb)
Download
Updated: 07-18-18 07:22 PM
Pictures
File Info
Compatibility:
Tides of Vengeance (8.1.0)
Battle for Azeroth (8.0.1)
Updated:07-18-18 07:22 PM
Created:unknown
Downloads:11,983
Favorites:117
MD5:
Categories:ToolTip, Action Bar Mods

Tipachu  Popular! (More than 5000 hits)

Version: 8.0.0
by: Tuller [More]

Tipachu is a simple addon that adds an icon of an item to the left of its name in its tooltip.

Commands:
/run TipachuSize = <number> - Sets the size of the icon.

8.0.0
* TOC bump for WoW 8.0

6.2.0
* TOC bump for WoW 6.2

5.3.0
* TOC bump for WoW 5.3

5.2.0
* TOC bump for WoW 5.2

5.1.0
* TOC bump for WoW 5.1

5.0.0
* TOC bump for 5.0

4.3.0
* TOC bump for 4.3

4.2.0
* TOC bump for 4.2

1.2
* TOC bump for 4.1

1.1
* Refactored the code a bit

1.0
* Updated for Cataclysm (finally)
* Moved to GitHub/WoWInterface

0.7
* Bumped TOC

0.6
* Changed hook code
* Added spell icons
Bumped TOC

0.5
* Bumped TOC

0.4
* Fixed a typo

0.3
* I'm stupid and forgot to rename the SV to TipachuSize

0.2
* I'm stupid and did not remove a dependency line when editing the TOC

0.1
* Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 03-28-12, 12:42 AM  
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 523
Uploads: 3
Absolutely love this addon, sir. Thank you!
__________________
Quse UI
WoW :: EQ2
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 10:33 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Just to note, I'm pretty sure I fixed both of those thingies. It was entertaining to work on this addon when I updated it :P
Report comment to moderator  
Reply With Quote
Unread 01-12-11, 12:37 PM  
grimgaw
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 12
Uploads: 1
Had the same problem when mousing over mastery stat in character pane.
To fix it add red part:
Code:
local function hookSpell(tip)
	tip:HookScript('OnTooltipSetSpell', function(self, ...)
		if self:GetSpell() ~= nil then
		local name, rank, icon = GetSpellInfo(self:GetSpell())
		AddIcon(self, icon)
		end
	end)
end
Report comment to moderator  
Reply With Quote
Unread 11-11-10, 05:20 PM  
Lastbreath
A Defias Bandit

Forum posts: 3
File comments: 77
Uploads: 0
Im getting this error when i go to ah:
Code:
1x Tipachu-7\Tipachu.lua:38: GetSpellInfo(): Invalid spell slot
Tipachu-7\Tipachu.lua:38: in function <Tipachu\Tipachu.lua:37>
<in C code>: ?
<in C code>: in function `AddSpellByID'
Interface\FrameXML\PaperDollFrame.lua:1833: in function <Interface\FrameXML\PaperDollFrame.lua:1813>:

Locals:
self = GameTooltip {
 0 = <userdata>
 SetExistingSocketGem = <function> defined =[C]:-1
 SetHyperlink = <function> defined =[C]:-1
 SetTradeSkillItem = <function> defined =[C]:-1
 hasMoney = 1
 comparing = false
 SetSocketGem = <function> defined =[C]:-1
 SetUnitDebuff = <function> defined =[C]:-1
 SetLootItem = <function> defined =[C]:-1
 SetQuestItem = <function> defined =[C]:-1
 SetReforgeItem = <function> defined =[C]:-1
 SetTrainerService = <function> defined =[C]:-1
 numMoneyFrames = 1
 SetInboxItem = <function> defined =[C]:-1
 SetBuybackItem = <function> defined =[C]:-1
 shoppingTooltips = <table> {}
 SetHyperlinkCompareItem = <function> defined =[C]:-1
 SetMerchantItem = <function> defined =[C]:-1
 SetMerchantCostItem = <function> defined =[C]:-1
 SetBackpackToken = <function> defined =[C]:-1
 SetUnitBuff = <function> defined =[C]:-1
 SetTradePlayerItem = <function> defined =[C]:-1
 SetSendMailItem = <function> defined =[C]:-1
 updateTooltip = 0.026999990269542
 SetInventoryItem = <function> defined =[C]:-1
 SetLootRollItem = <function> defined =[C]:-1
 SetUnitAura = <function> defined =[C]:-1
 SetAuctionSellItem = <function> defined =[C]:-1
 SetBagItem = <function> defined =[C]:-1
 SetCurrencyToken = <function> defined =[C]:-1
 SetQuestLogItem = <function> defined =[C]:-1
 SetGuildBankItem = <function> defined =[C]:-1
 SetTradeTargetItem = <function> defined =[C]:-1
 SetAuctionItem = <function> defined =[C]:-1
}
AddIcon = <function> @ Tipachu\Tipachu.lua:8:

  ---
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 01:08 PM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
Originally posted by Tuller
Do you get the error when using only tipachu?
Its too random to pin down. About once every 4 hours, so its hard to pin down. Ill PM you with some thoughts on this later when my kid is asleep. I have a theory.
Report comment to moderator  
Reply With Quote
Unread 04-21-09, 11:12 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Do you get the error when using only tipachu?
Report comment to moderator  
Reply With Quote
Unread 04-20-09, 08:02 PM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
I get this error when I mouse over random spells. I haven't been able to reliably confirm it. Maybe its due to the ranks of some warlock spells (and others' spells) changing? I think they changed the spell ID of them too. Just wondering.

Date: 2009-04-20 21:00:29
ID: 4
Error occured in: Global
Count: 1
Message: ..\AddOns\Tipachu\Tipachu.lua line 38:
GetSpellInfo(): Invalid spell slot
Debug:
(tail call): ?
[C]: ?
[C]: GetSpellInfo()
Tipachu\Tipachu.lua:38:
Tipachu\Tipachu.lua:37
[C]: ?
[C]: ?
...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:252: SetAction()
Bartender4\ActionButton.lua:467: SetTooltip()
Bartender4\ActionButton.lua:201:
Bartender4\ActionButton.lua:199

EDIT: Actually posting the error helps. D'oh!
Last edited by xtoq : 04-20-09 at 08:03 PM.
Report comment to moderator  
Reply With Quote
Unread 04-13-09, 10:17 AM  
Jesamyn
<This Space for Rent>
 
Jesamyn's Avatar

Forum posts: 141
File comments: 82
Uploads: 0
Yay, Tipachu and WhoHas play nicely together now! <3 you, Tuller!
__________________
I'm not an idiot. I'm just harmlessly psychotic.
Report comment to moderator  
Reply With Quote
Unread 04-10-09, 11:18 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
This doesn't show an icon on links that I hover or click on in the chat. Is that the intended behavior?
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 08:50 PM  
Hevanus
A Deviate Faerie Dragon
 
Hevanus's Avatar

Forum posts: 15
File comments: 199
Uploads: 0
Originally posted by picachu
Thanks for this great addon, exatly what i needed, lightweight and works like a charm.

Edit: Just noticed that with Tipachu enabled, WhoHas (http://wow.curse.com/downloads/details/8857/) stops working/displaying its info.
Confirmed, I just discovered this myself.
Report comment to moderator  
Reply With Quote
Unread 05-29-08, 03:36 AM  
picachu
A Kobold Labourer
 
picachu's Avatar

Forum posts: 0
File comments: 35
Uploads: 0
Thanks for this great addon, exatly what i needed, lightweight and works like a charm.

Edit: Just noticed that with Tipachu enabled, WhoHas (http://wow.curse.com/downloads/details/8857/) stops working/displaying its info.
Last edited by picachu : 05-30-08 at 03:01 PM.
Report comment to moderator  
Reply With Quote
Unread 05-10-08, 08:56 AM  
erica647
A Cobalt Mageweaver
 
erica647's Avatar
AddOn Author - Click to view AddOns

Forum posts: 209
File comments: 192
Uploads: 2
Originally posted by Tweeker
this stopped my tekcomapre
Not sure what you mean Tweeker... did it make Tekcompare stop working and any errors?
__________________
Karadra
Level 80 Human Deathknight
Silvermoon/Nerfed Guild
Report comment to moderator  
Reply With Quote
Unread 04-29-08, 12:56 AM  
Tweeker
A Cobalt Mageweaver
 
Tweeker's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 234
File comments: 153
Uploads: 5
this stopped my tekcomapre
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: