46 - Recipes with multiple acquires not showing up correct
Code:
recipes = WoWDBRecipes.new
enchants = recipes.get_enchanting_list
gloves = enchants['Enchant Gloves - Superior Agility']
recipes.add_recipe_details(gloves)
p gloves.inspect
Output:
C:\_LOCALdata\Dev\ARL\DataMiner>ruby test.rb
"{:reagents=>[[22448, 3], [22446, 3], [22451, 2]], :method_drops=>[{:lootCount=>
10, :locs=>[3428, 3478], :type=>10, :react=>[3, 3], :totalLootCount=>2809, :name
=>\"The Prophet Skeram\", :classification=>3, :id=>15263, :minlevel=>63}, {:loot
Count=>4, :locs=>[3428], :type=>10, :react=>[3, 3], :totalLootCount=>1721, :name
=>\"Viscidus\", :classification=>3, :id=>15299}, {:lootCount=>1, :type=>10, :rea
ct=>[3, 3], :totalLootCount=>1092, :name=>\"Ossirian the Unscarred\", :classific
ation=>3, :id=>15339, :minlevel=>63}, {:lootCount=>1, :type=>10, :react=>[3, 3],
:totalLootCount=>2209, :name=>\"General Rajaxx\", :classification=>3, :id=>1534
1, :minlevel=>63}, {:lootCount=>2, :type=>10, :react=>[3, 3], :totalLootCount=>2
324, :name=>\"Kurinnaxx\", :classification=>3, :id=>15348}, {:lootCount=>2, :typ
e=>10, :react=>[3, 3], :totalLootCount=>208, :name=>\"Ayamiss the Hunter\", :cla
ssification=>3, :id=>15369, :minlevel=>63}, {:lootCount=>6, :locs=>[3428], :type
=>10, :react=>[3, 3], :totalLootCount=>3263, :name=>\"Princess Huhuran\", :class
ification=>3, :id=>15509, :minlevel=>63}, {:lootCount=>7, :locs=>[3428], :type=>
10, :react=>[3, 3], :totalLootCount=>2418, :name=>\"Fankriss the Unyielding\", :
classification=>3, :id=>15510, :minlevel=>63}, {:lootCount=>2, :locs=>[3428], :t
ype=>10, :react=>[3, 3], :totalLootCount=>291, :name=>\"Lord Kri\", :classificat
ion=>3, :id=>15511, :minlevel=>63}, {:lootCount=>7, :locs=>[3428], :type=>10, :r
eact=>[3, 3], :totalLootCount=>2528, :name=>\"Battleguard Sartura\", :classifica
tion=>3, :id=>15516}, {:lootCount=>2, :locs=>[3428], :type=>10, :react=>[3, 3],
:totalLootCount=>566, :name=>\"Ouro\", :classification=>3, :id=>15517, :minlevel
=>63}], :rarity=>3, :item_binds=>\"BOE\", :learned=>300, :spellid=>25080, :metho
d=>\"dropped-by\", :skillup=>[300, 310, 325, 340], :profession=>\"Enchanting\",
:id=>20731, :recipe_binds=>\"BOP\"}"
Notice method is only "Dropped-by" when it should also be "Sold-by" as well.
Link:
| User | When | Change |
|---|---|---|
| Ackis | Tue, 09 Dec 2008 19:47:01 | Create |
- 3 comments
- 3 comments
- #3
kagaro Sun, 15 Mar 2009 12:00:02yeah its been busy
- #2
Ackis Wed, 10 Dec 2008 21:22:03I also know the item layout page will be changing soon if it hasn't already.
I'm guessing you've been busy at work since you haven't hung around on IRC (I miss you :P).
- #1
kagaro Tue, 09 Dec 2008 20:17:53No fix atm, may be a bit before one exists. wowdb has changed the layout on some things. The Forumla page is using diffenert HTML now and requires a re-examininatio to figure out how to gather it properly.