Quantcast

Runeforging skill levels are now based on the level you learn them at.

John Pasula [03-25-11 - 20:54]
Runeforging skill levels are now based on the level you learn them at.
Filename
Database/Recipes/Runeforging.lua
diff --git a/Database/Recipes/Runeforging.lua b/Database/Recipes/Runeforging.lua
index 479aa3d..2d3158c 100644
--- a/Database/Recipes/Runeforging.lua
+++ b/Database/Recipes/Runeforging.lua
@@ -45,61 +45,61 @@ function addon:InitRuneforging()

 	-- Rune of Swordshattering -- 53323
 	recipe = AddRecipe(53323, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(63, 63, 63, 63, 63)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of Lichbane -- 53331
 	recipe = AddRecipe(53331, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(60, 60, 60, 60, 60)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of Cinderglacier -- 53341
 	recipe = AddRecipe(53341, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(55, 55, 55, 55, 55)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of Spellshattering -- 53342
 	recipe = AddRecipe(53342, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(57, 57, 57, 57, 57)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of Razorice -- 53343
 	recipe = AddRecipe(53343, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(55, 55, 55, 55, 55)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of the Fallen Crusader -- 53344
 	recipe = AddRecipe(53344, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(70, 70, 70, 70, 70)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of Swordbreaking -- 54446
 	recipe = AddRecipe(54446, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(63, 63, 63, 63, 63)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of Spellbreaking -- 54447
 	recipe = AddRecipe(54447, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(57, 57, 57, 57, 57)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of the Stoneskin Gargoyle -- 62158
 	recipe = AddRecipe(62158, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(72, 72, 72, 72, 72)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)

 	-- Rune of the Nerubian Carapace -- 70164
 	recipe = AddRecipe(70164, V.WOTLK, Q.COMMON)
-	recipe:SetSkillLevels(1, 1, 1, 1, 1)
+	recipe:SetSkillLevels(72, 72, 72, 72, 72)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.TRAINER, F.IBOP, F.RBOP, F.DK, F.TWO_HAND)
 	recipe:AddTrainer(29194, 29195, 29196, 31084)