Vanquisher
Initiate
anyone know the Id's for the Broken portals and how to add Runics to the elementals through coding
if (Utility.Random(100) < 5)
{
this.PackItem(new RunicHammer(CraftResource.Bronze));
}
if (Utility.Random(100) < 5)
{
this.PackItem(new RunicHammer(CraftResource.Bronze, 5)); // 5 uses
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.