if equip ingeom in kanai
you got error and rift doesn't work
in PlayerMover.cs
this part occur error
maybe need null check ?
this part has some trouble
you got error and rift doesn't work
in PlayerMover.cs
Code:
(!Legendary.Ingeom.IsEquipped || CurrentTarget.Type == TrinityObjectType.Item && Skills.Monk.DashingStrike.TimeSinceUse > 800)
this part occur error
maybe need null check ?
Code:
((!Legendary.Ingeom.IsEquipped || (CurrentTarget != null && CurrentTarget.Type == TrinityObjectType.Item) && Skills.Monk.DashingStrike.TimeSinceUse > 800)
this part has some trouble
Last edited:






