High dervish of the Sightless Way: Difference between revisions

fix duplicate cargo query results
(Updated by egocarib with game version 2.0.203.20 using QBE v1.0rc2)
(fix duplicate cargo query results)
Line 105: Line 105:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseAxe' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 118: Line 119:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseCudgel' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 131: Line 133:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseLongBlade' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
Line 144: Line 147:
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | where = M.SupportedMods HOLDS 'WeaponMods' AND GD.ParentObject WITHIN 'BaseDagger' AND DO.DynamicTbl IS NOT NULL AND GD.Tier = 7
   | order by = GD.PlainName
   | order by = GD.PlainName
  | group by = GD.ObjectID
   | format = table
   | format = table
}}
}}
312

edits