Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

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


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