🔵 Describe the bug: The GSE program in the DF interface will only cast spells when right clicked, left clicking cycles spells but does not cast them 🔵 To reproduce: (Steps to reproduce the behavior) Install latest version Attempt to util...
Weird issues calling CastSpellByID Its me again, I managed to call CastSpellByID a couple of days ago, again using Shynds BlackMagic library. When I first tested it it worked great, zero issues. When I tried to call the same function with the same code today it started to cra...
I'm having a problem with this LINQ query at the Where statement:prettyprint 复制 Dim GetTotals As IList(Of DeltaSum) = (From s In mDS.Tables("Deltas").AsEnumerable() _ Join t In mDS.Tables("Deltas").AsEnumerable() _ On s.Field(Of String)("UnitID") Equals t.Field(Of ...