Thread Tools Display Modes
05-22-07, 05:53 PM   #1
jkm199
A Murloc Raider
 
jkm199's Avatar
Join Date: May 2007
Posts: 7
TakeInboxMoney

ok ive been doinng a lot of AH work lately and i got sick of having to open the letter and click the cash over and over againn. so i made a button that uses TakeInboxMoney but the problem is that when it takes the money and i close the inbox i still have the little symbol on my minimap saying i have new mail. is there a way to fix this problem?
__________________
if i were a warcraft character id be ur master.

Revenge is a dish best served with seconds
-jkm199 a.k.a Roguehart a.k.a Apothacary a.k.a Blazehart
Aliance. we cant pvp but we look dam good

click teh pic to see my character.
My Xfire Profile. 3 WoW characters
  Reply With Quote
05-22-07, 08:59 PM   #2
Riraito
An Aku'mai Servant
 
Riraito's Avatar
Join Date: Dec 2006
Posts: 32
providing you dont actually have unread mail, just put this at the end of your code

Code:
if ( HasNewMail() == false ) then
	MiniMapMailFrame:Hide()
end
__________________
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » TakeInboxMoney


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