Search results

  1. RunicReforging.cs Tables (DCI, HCI, etc...)

    public static int[][] DexIntTable = new int[][] { new int[] { 3, 4, 4, 4, 5, 5, 5 }, new int[] { 4, 4, 5, 5, 5, 5, 5 }, new int[] { 5, 5, 5, 5, 5, 5, 5 }, new int[] { 4, 4, 5, 5, 5, 5, 5 }, new int[] { 4, 4, 5, 5, 5, 5, 5 }...
  2. HS Galleons hull not loading when spawned...

    Hello all! I've recently noticed High Seas content was added so i was jumping back in. I got my server all updated (one i personally modded had a few errors i sorted), recompiled it and i found when i spawned any of the Galleons (Tokonu, Gargoyle, Orc, Britan..) everything but the hull will...
  3. StackOverFlowException error on a new MovingParticle

    hello there! Im wondering if i can get a bit of help with something that keeps coming up with "Process is terminated due to StackOverFlowException.". Now its because i was making some new spells and i wanted the moving particles to have a hue (to correspond with their nature. e.g. Fire, ice...
Back