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

Siege Camp Chest Runner V2.1 with DB BETA 417 and Trinity 1.9.8

For those getting this error:
Failed to load profile: Element TrinityOOCToggle is not supported. Please check your XML and try again. (<TrinityOOCToggle SetTrue="false" />) Line 27

Change Trinity/Cache/RefreshItem.cs Line 67 from
c_ItemLevel = diaItem.CommonData.GemQuality;
to
c_ItemLevel = Convert.ToInt32(diaItem.CommonData.GemQuality);

Trinity should now load properly and register the TrinityOOCToggle element.
 
Back
Top