View Single Post
08/13/16, 12:13 AM   #1
AssemblerManiac
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 51
Glyphs have bad item crafting type

Was just working on InventoryInsight when I found that all the glyphs had been reduced to item id's for internal records. This is only supposed to occur for crafting materials because they often have level info in them (source zone related).

When using GetItemCraftingInfo(bagId, slotNum), it's returning CRAFTING_TYPE_ENCHANTING for the glyphs as well as the runestones. It should be returning CRAFTING_TYPE_INVALID.

There's also a second, stranger issue. Some glyphs appear to have racial info in them. Others don't. Here are some links: (all for Petty Glyph of Reduce Spell Cost)
|H1:item:45870:2:11:0:0:0:0:0:0:0:0:0:0:0:0:4:0:0:0:0:0|h|h - dunmer
|H1:item:45870:2:11:0:0:0:0:0:0:0:0:0:0:0:0:5:0:0:0:0:0|h|h - nord
|H1:item:45870:2:11:0:0:0:0:0:0:0:0:0:0:0:0:1:0:0:0:0:0|h|h - breton

|H1:item:26588:155:50:0:0:0:0:0:0:0:0:0:0:0:0:0:1:0:0:0:0|h|h - no race, Major Glyph of Stamina

This has had the side-effect of showing the same glyph 3 times with no noticable difference unless you pay attention to the racial notation.

Any chance we can get Glyphs to NOT have racial in them, and not be enchanting materials?
  Reply With Quote