Trinity 2.4.1 allowed me to add
private static bool CanCastHeavensFury()
{
return CanCast(SNOPower.X1_Crusader_HeavensFury3);
}
to make heavens fury work.
Now in 2.4.2 I get
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(340,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(345,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(350,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(356,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(361,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(366,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(372,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(378,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(383,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(390,32) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(394,17) : error CS0116: A namespace cannot directly contain members such as fields or methods
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(396,32) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(397,17) : error CS1022: Type or namespace definition, or end-of-file expected
Any idea what's going on with this update?
private static bool CanCastHeavensFury()
{
return CanCast(SNOPower.X1_Crusader_HeavensFury3);
}
to make heavens fury work.
Now in 2.4.2 I get
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(340,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(345,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(350,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(356,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(361,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(366,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(372,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(378,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(383,24) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(390,32) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(394,17) : error CS0116: A namespace cannot directly contain members such as fields or methods
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(396,32) : error CS1518: Expected class, delegate, enum, interface, or struct
Compiler Error: f:\Desktop\DB\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(397,17) : error CS1022: Type or namespace definition, or end-of-file expected
Any idea what's going on with this update?






