Thread Tools Display Modes
10-28-09, 10:01 AM   #1
Obviousdwarf
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 6
Remove vendor sell price in tooltip

Pic included
Attached Thumbnails
Click image for larger version

Name:	loltooltip.png
Views:	689
Size:	28.2 KB
ID:	3523  
  Reply With Quote
10-28-09, 01:20 PM   #2
forty2j
A Cobalt Mageweaver
Join Date: May 2007
Posts: 232
Maybe check with some of the RP-oriented mods?

(I'm assuming it's for RP reasons, as I can't come up with another reason to hide it.)
  Reply With Quote
10-28-09, 02:03 PM   #3
zero-kill
A Firelord
 
zero-kill's Avatar
Join Date: Aug 2009
Posts: 497
It's there because people wanted to know if looting things would actually be worth it, i.e. you do a quest, but none of the equipment is something you want, before you'd guess something (usually plate/mail) and hope it's what goes for the most, with this system, no more questions.
  Reply With Quote
10-28-09, 02:49 PM   #4
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
I'll help you get rid of the money.

What you do is create a new addon, called RemoveMoney (or something, you choose)

You create a folder called 'RemoveMoney', and inside that folder you create two text files.

RemoveMoney.toc and RemoveMoney.lua
Its very important that the extension names are right.

Open RemoveMoney.toc with notepad/wordpad/whatever text program youve got and enter the following:
Code:
## Interface: 30200
RemoveMoney.lua
Then, open the RemoveMoney.lua file and enter the following:
Code:
GameTooltip_OnTooltipAddMoney = function() end
Save all the files and put them in the interface/addons folder like any addon and you are set!

Do note that everything you write is case sensitive.

Enjoy.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Remove vendor sell price in tooltip


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off