Thread Tools Display Modes
04-28-10, 04:58 AM   #1
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 96
updating minimapmailicon.

Code:
	if HasNewMail() then
		for i = 1, GetInboxNumItems() do
			AutoLootMailItem(i);
		end
	end
im using this atm. works fine takes all the mail no worries. but the minimap new mail indicator doesnt move for a while. anyone got any ideas? i've looked through the API and event functions but i couldnt find anything to help me. so i put it to you who are far more adept cheers
  Reply With Quote
04-28-10, 06:25 AM   #2
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Not tried it , but CheckInbox looks promising
http://www.wowwiki.com/API_CheckInbox
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
04-28-10, 07:05 AM   #3
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 96
found a fix thx anyways

Last edited by alimjocox : 04-28-10 at 07:22 AM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » updating minimapmailicon.

Thread Tools
Display Modes

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