• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Aetheryte ID Logging

    Discussion in 'Community Developer Forum' started by SwiftSaint, Mar 28, 2015.

    1. SwiftSaint

      SwiftSaint New Member

      Joined:
      Mar 28, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      I know it is a nub question and apologies. I have checked through a few threads here and was able to find one on which someone posted a good number of the Aetheryte IDs in a TXT file. However, that list is far from complete and I am trying to figure out how to use the code snipet:

      Get map id
      Log("{0} {1}",WorldManager.ZoneId,Core.Player.Location);

      Get Aetheryte id
      foreach(var item in WorldManager.LocationKey)
      {
      Log("Id:{0} Location:{1}",item.Key,item.Value);
      }


      I don't mind doing to work on this end at all, however where am I putting this in to get the log information? I have tried through the Console and a few other things but to no avail. Thank you in advance for the assistance.
       
    2. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      [​IMG]
      ^--- click to view full size ---^
       
      Last edited: Mar 28, 2015
    3. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      EDIT: Double post. >_<
       
    4. SwiftSaint

      SwiftSaint New Member

      Joined:
      Mar 28, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      OK, sweet. Testing it now. TYTY!

      Edit:

      Ok that worked perfectly. Thank you very very much! ^.^
       

    Share This Page