What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Aetheryte ID Logging

SwiftSaint

New Member
Joined
Mar 28, 2015
Messages
4
Reaction score
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.
 

^--- click to view full size ---^
 
Last edited:
OK, sweet. Testing it now. TYTY!

Edit:

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