What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Fix for error CS1026 Trinity wont load Trinity 1.8.20

Ditto

New Member
Joined
Apr 9, 2014
Messages
54
Reaction score
0
If you have that error this is the fix

Made this topic so the .20 thread wont get flooded with the same Q over and over again.



\Plugins\Trinity\Combat\Abilities\Wizard.cs
line 230 must be:
bool hasArcaneDynamo = (ZetaDia.CPlayer.PassiveSkills.Any(s => s == SNOPower.Wizard_Passive_ArcaneDynamo));

fixed by scifi

All credits to scifi
 
Last edited:
thanks, just wanted to create a new thread about this issue then saw this :)
 
I tried that, and I still get this error.
Demonbuddy\Plugins\Trinity\Combat\Abilities\Wizard.cs(230,122) : error CS1026: ) expected


bool hasArcaneDynamo = (ZetaDia.CPlayer.PassiveSkills.Any(s => s == SNOPower.Wizard_Passive_ArcaneDynamo));

Line 122: else if (Hotbar.Contains(SNOPower.Wizard_IceArmor))

*EDIT
I just fixed it, apparently it prefers that you close DB first -_-;;
 
Last edited:
Back
Top