Fixed:Quote:
Thank you. The first two steps make some errors shows up:
-First (database.cs).. the void to put under> Features.QuizShow.AllQuestions.Clear();
basicaly the errors was about theese lines (all halos):
GC.MyChar.StatEff.Add(StatusEffectEn.TopDeputyLead er);
it says the "StatusEffectEn" is incorrect, something like it.
-Second (telport.cs).. the lines to put above> if (Game.World.KOBoard[0].Name == GC.MyChar.Name)
here error too.. says some words on lines are incorrect(in all lines)
I created the folders and replaced the guild director code for urs and as far i tested its saving the top GL and GL halos (sure, DL only one saving)
Note: the source source i use isnt urs so thats can be the reason of the errors i listed cuz i noted in teleport.cs for example.. above that line is alredy a code with lines similars to urs.
Anyway, Thanks for it. Helpful release.
Put this at the top top top of database.cs
using NewestCOServer.Game;
Tell me if that helps.