view QueueSupport/GnomeWorks.lua @ 150:47885ba83d38 Release 2010-10-30

Removed some debugging code that caused characters on your own account to use the cross-account mail. Addes support GnomeWorks and ATSW queues.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Mon, 18 Oct 2010 19:25:44 -0700
parents
children
line wrap: on
line source
local function GnomeWorksQueue(data)
	if GnomeWorks then
		GnomeWorks:ShowQueueList()
		GnomeWorks:AddToQueue(GnomeWorks.player, data.tradeSkillIndex, data.recipeID, data.queue)
	else
		print("Unable to find GnomeWorks")
	end
end
IAapi.RegisterQueueDestination('GnomeWorks', GnomeWorksQueue)