Quantcast

Forgot to add a file.

Ackis [11-12-08 - 21:51]
Forgot to add a file.
Filename
RecipeDB/ARL-Custom.lua
diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua
new file mode 100644
index 0000000..45ed3b0
--- /dev/null
+++ b/RecipeDB/ARL-Custom.lua
@@ -0,0 +1,45 @@
+--[[
+
+************************************************************************
+
+ARL-Custom.lua
+
+Custom acquire data for all of Ackis Recipe List
+
+Auto-generated using ARLDataminer.rb
+Entries to this file will be overwritten
+
+************************************************************************
+
+File date: @file-date-iso@
+File revision: @file-revision@
+Project revision: @project-revision@
+Project version: @project-version@
+
+************************************************************************
+
+Format:
+
+	self:addLookupList(CustomDB, Rep ID, Rep Name)
+
+************************************************************************
+
+]]--
+
+local MODNAME			= "Ackis Recipe List"
+local addon				= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
+
+local L					= LibStub("AceLocale-3.0"):GetLocale(MODNAME)
+
+function addon:InitCustom(CustomDB)
+
+	self:addLookupList(CustomDB, 1, "Discovered by making elxiris or flasks using Burning Crusade ingredients.")
+	self:addLookupList(CustomDB, 2, "Discovered by making potions using Burning Crusade ingredients.")
+	self:addLookupList(CustomDB, 3, "Discovered by doing transmutes using Burning Crusade ingredients.")
+	self:addLookupList(CustomDB, 4, "Discovered by Major Protection Potions using Burning Crusade ingredients.")
+	self:addLookupList(CustomDB, 5, "Randomly obtained by completing the cooking daily quest in Shattrath and selecting the meat crate.")
+	self:addLookupList(CustomDB, 6, "Randomly obtained by completing the cooking daily quest in Shattrath and selecting the fish barrel.")
+	self:addLookupList(CustomDB, 7, "Randomly obtained by completing the fishing daily quest in Shattrath.")
+
+end
+