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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Aetheryte ID Logging

SwiftSaint

New Member
Joined
Mar 28, 2015
Messages
4
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.
 
OK, sweet. Testing it now. TYTY!

Edit:

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