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

Monk Dash strike with in-geom still buggy

finalnova

New Member
Joined
Feb 7, 2015
Messages
15
Reaction score
0
Code:
(!Legendary.Ingeom.IsEquipped || CurrentTarget != null && CurrentTarget.Type == TrinityObjectType.Item && Skills.Monk.DashingStrike.TimeSinceUse > 800)

I don't understand why

Code:
CurrentTarget.Type == TrinityObjectType.Item

this check is added?

my monk don't use dashing strike for movement skill

maybe
Code:
(!Legendary.Ingeom.IsEquipped || Skills.Monk.DashingStrike.TimeSinceUse > 800)

this is better for prevent in-geom dashing strike loot problem
 
You gotta wait for the next version mate. The check is there to avoid dashing between two items so fast that it doesn't actually have time to pick any of them.
 
Back
Top