1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

dungeon_item_list

Discussion in 'Census: General Discussion' started by DanKinney, Feb 21, 2012.

  1. DanKinney

    DanKinney Guest

    We'll be adding an index to item.dungeon_item_id in a little bit.  When we add an index, the database may be a little sluggish as it builds the index.

    We'll also be adding a c:resolve for the dungeon_items on the character collection.  That will happen this afternoon.

    There are no changes to the data or API for this.

    -dan

     
  2. DanKinney

    DanKinney Guest

    Both the index and the new c:resolve are now live:

    c:resolve=dungeon_items

    You can also limit what is resolved by...

    c:resolve=dungeon_items(displayname)

    This resolve is also listed in the character collection information...

    census.daybreakgames.com/xml/get/eq2/

    ...which returns...

    <item name="character">    <resolve_list>        <resolve>spells</resolve>        <resolve>factions</resolve>        <resolve>appearanceslots</resolve>        <resolve>equipmentslots</resolve>        <resolve>achievements</resolve>        <resolve>warders</resolve>        <resolve>statistics</resolve>        <span style="color: #ff0000;"><resolve>dungeon_items</resolve>    </resolve_list></item>

    -dan

     

Share This Page