Spells == null; is a bollean operation and not an assignment. Maybe the author want to assign null value to varibale Spells so it must be like this.Quote:
its easy to fix well idk if its fixed but u dont get the errors in reborn.cs anymore.
The errors has got to do with
#region Archer
if (OldJob == AM && NewJob == ClassType.InternTrojan) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternWarrior) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.InternArcher) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.WaterTaoist) { Spells == null; }
if (OldJob == AM && NewJob == ClassType.FireTaoist) { Spells == null; }
Remove all those { Spells == null; } and the errors are gone so u can rebuild the reborn.cs