This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Our first step of the new Authors Portal is Live! Learn more or click here to check it out!
0
0
["Bone Fragments"] = { turnin = "Bone Fragments", amount = 30 },
["Crypt Fiend Parts"] = { turnin = "Crypt Fiend Parts", amount = 30 },
["Core of Elements"] = { turnin = "Core of Elements", amount = 30 },
["Dark Iron Scraps"] = { turnin = "Dark Iron Scraps", amount = 30 },
["Savage Fronds"] = { turnin = "Savage Frond", amount = 30 },
Hope it helps!
Rakreo of Duskwood
0
-- Un'Goro Crater
["Dadanga is Hungry!"] = { turnin = "Bloodpetal Sprout", amount = 15 },
I hope this is the right place to put it so it can be added to the addon.
0
There is one line that needs to be added in the function "ItemSync:Inspect_Target(t)".
Near the bottom of the function add the line below... (Should be around line # 353)
else
self.ammo_link = ammo_link;
self.ammo_count = ammo_count;
end
end
-- Required after the 2.4 Patch
NotifyInspect(t);
for i = 1, 19, 1 do --scan their items
local link = GetInventoryItemLink(t, i);
if( link ) then
self:_parselinks(link);
end
end--for i = 1, 19, 1 do
Hope that helps! Thanks for a GREAT addon!
Scott McCandless