From f636a5633da2d7d4bd445269ef9f5573530a5bfa Mon Sep 17 00:00:00 2001 From: Ackis Date: Fri, 28 Nov 2008 23:26:30 +0000 Subject: [PATCH] Update the dataminer --- ARLDataminer.rb | 29 ++++++++++++++++++++++++++--- RecipeStats.txt | 16 ---------------- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/ARLDataminer.rb b/ARLDataminer.rb index db4cba6..b3186eb 100644 --- a/ARLDataminer.rb +++ b/ARLDataminer.rb @@ -1580,21 +1580,29 @@ def create_stats_list() stats_lua.puts "\n" + $unknownfaction.compact! + $unknownfaction.uniq! + $unknownfaction.sort! + stats_lua.puts("Unknown faction:") $unknownfaction.each do |k| - stats_lua.puts "#{k}," + stats_lua.puts "\t\"#{k}\" => \"\"," end stats_lua.puts "\n" + $singlefaction.compact! + $singlefaction.uniq! + $singlefaction.sort! + stats_lua.puts("Single faction:") $singlefaction.each do |k| - stats_lua.puts "#{k}," + stats_lua.puts "\t\"#{k}\" => \"\"," end @@ -1674,7 +1682,8 @@ $acquire = { $bosslist = [ - "Sjonnir the Ironshaper", + "Ormorok the Tree-Shaper", + "Sjonnir The Ironshaper", "Akil'zon", "Anetheron", "Anub'arak", @@ -1758,6 +1767,18 @@ $bosslist = [ ] $bosszonemap = { + "Anub'ar Guardian" => "Azjol-Nerub", + "Anub'ar Prime Guard" => "Azjol-Nerub", + "Anub'ar Venomancer" => "Azjol-Nerub", + "Azure Magus" => "The Nexus", + "Azure Raider" => "The Nexus", + "Azure Sorceror" => "The Nexus", + "Azure Stalker" => "The Nexus", + "Azure Warder" => "The Nexus", + "Crystalline Protector" => "The Nexus", + "Ormorok the Tree-Shaper" => "The Nexus", + "Savage Worg" => "Utgarde Keep", + "Sjonnir The Ironshaper" => "Halls of Stone", "40 Tickets - Schematic: Steam Tonk Controller" => "Darkmoon Faire", "Master Craftsman Omarion" => "Naxxramas", "Azure Ley-Whelp" => "The Oculus", @@ -2101,6 +2122,8 @@ $factionmap = { "Cluster Launcher" => "0", "40 Tickets - Schematic: Steam Tonk Controller" => "0", "Great-father Winter" => "0", + "Dalinna" => "2", + "Georgio Bolero" => "1", } $hordefactionlist = [ diff --git a/RecipeStats.txt b/RecipeStats.txt index a9af488..dbee78e 100644 --- a/RecipeStats.txt +++ b/RecipeStats.txt @@ -1,20 +1,4 @@ Unknown zones: - "Anub'ar Guardian" => "", - "Anub'ar Prime Guard" => "", - "Anub'ar Venomancer" => "", - "Azure Magus" => "", - "Azure Raider" => "", - "Azure Sorceror" => "", - "Azure Stalker" => "", - "Azure Warder" => "", - "Crystalline Protector" => "", - "Living Ruby Serpent" => "", - "Ormorok the Tree-Shaper" => "", - "Outland Children's Week Dark Portal Trigger" => "", - "Outland Children's Week Exodar 01 Trigger" => "", - "Outland Children's Week Silvermoon 01 Trigger" => "", - "Savage Worg" => "", - "Sjonnir The Ironshaper" => "", Unknown faction: Skeletal Fiend (Enraged Form), -- 1.7.9.5