view QueueSupport/GnomeWorks.lua @ 156:d108b0112be3

I removed all of the vellums that were removed from the game. This also allowed me to make the one remaining vellum count toward the materials required to craft a scroll.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 10 Dec 2010 00:48:20 -0800
parents 47885ba83d38
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)