<!-- Archaeology: Crafted Items (Sorted by class) -->
<Item Name="Arrival of the Naaru" Entry="90983" />
<Item Name="The Last Relic of Argus" Entry="90984" />
<Item Name="Staff of Sorcerer-Thane Thaurissan" Entry="91227" />
<Item Name="Chalice of the Mountain Kings" Entry="90553" />
<Item Name="Clockwork Gnome" Entry="90521" />
<Item Name="The Innkeeper's Daughter" Entry="91226" />
<Item Name="Extinct Turtle Shell" Entry="98533" />
<Item Name="Fossilized Raptor" Entry="90619" />
<Item Name="Ancient Amber" Entry="98560" />
<Item Name="Fossilized Hatchling" Entry="89693" />
<Item Name="Pterrordax Hatchling" Entry="98582" />
<Item Name="Blessing of the Old God" Entry="91214" />
<Item Name="Puzzle Box of Yogg-Saron" Entry="91215" />
<Item Name="Bones of Transformation" Entry="91761" />
<Item Name="Queen Azshara's Dressing Gown" Entry="90616" />
<Item Name="Tyrande's Favorite Doll" Entry="91757" />
<Item Name="Wisp Amulet" Entry="91773" />
<Item Name="Druid and Priest Statue Set" Entry="90493" />
<Item Name="Highborne Soul Mirror" Entry="90464" />
<Item Name="Kaldorei Wind Chimes" Entry="90614" />
<Item Name="Headdress of the First Shaman" Entry="90843" />
<Item Name="Crawling Claw" Entry="92137" />
<Item Name="Pendant of the Scarab Storm" Entry="92145" />
<Item Name="Ring of the Boy Emperor" Entry="92168" />
<Item Name="Scepter of Azj'Aqir" Entry="92148" />
<Item Name="Scimitar of the Sirocco" Entry="92163" />
<Item Name="Staff of Ammunae" Entry="92139" />
<Item Name="Canopic Jar" Entry="91790" />
<Item Name="Recipe: Vial of the Sands" Entry="67538" />
<Item Name="Zin'rokh, Destroyer of Worlds" Entry="90608" />
<Item Name="Haunted War Drum" Entry="98556" />
<Item Name="Voodoo Figurine" Entry="98588" />
<Item Name="Nifflevar Bearded Axe" Entry="90997" />
<Item Name="Vrykyl Drinking Horn" Entry="98569" />
<!-- Class Rogue -->
<!-- Class: Rogue, tools (alphabetical) -->
<Item Name="Thieves' Tools" Entry="5060" />
<!-- Class: Rogue, poisons (alphabetical) -->
<Item Name="Anesthetic Poison II" Entry="43237" />
<Item Name="Crippling Poison" Entry="3775" />
<Item Name="Deadly Poison" Entry="2892" />
<Item Name="Instant Poison" Entry="6947" />
<Item Name="Mind-numbing Poison" Entry="5237" />
<Item Name="Wound Poison" Entry="10918" />
Can you please open up parts of InstanceBuddy so the community can hack a better working version, especially the dungeon scripts.
It looks like something has change with the ItemSparseEntry (especially ItemSparseEntry.Name) struct this patch
Since patch this code always returns a blank string, while cache wasn't null.
Code:[COLOR=blue]var[/COLOR] cache = Styx.[COLOR=#2b91af]StyxWoW[/COLOR].Cache[[COLOR=#2b91af]CacheDb[/COLOR].Item].GetInfoBlockById(id); [COLOR=blue]if[/COLOR] (cache != [COLOR=blue]null[/COLOR]) [COLOR=blue]return[/COLOR] [COLOR=#2b91af]ObjectManager[/COLOR].Wow.Read<[COLOR=blue]string[/COLOR]>(cache.ItemSparse.Name); [COLOR=blue]else[/COLOR] [COLOR=blue]return[/COLOR] [COLOR=blue]null[/COLOR]; }
PS : where's my .net4 release?