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

Why TrinityPower.MinimumRange is setted to 5-30?

wPrince

Community Developer
Joined
Feb 27, 2015
Messages
38
Reaction score
1
I set Wave of Light as primary, when my monk equips Tzo Krin's Gaze and Incense Torch of the Grand Temple.
But bot always attacks the ememies 16 yards away, not the ememies around the monk.

So I try to change this code:
return new TrinityPower(SNOPower.Monk_WaveOfLight, 16f, TargetUtil.GetBestClusterPoint());

I change 16f to 0f. It seems working.
Is that corrent? Should I change it to 5f?

Most attack skills set minimumRange to 5-30:
SNOPower.Monk_ExplodingPalm, 10f
SNOPower.Monk_WaveOfLight, 16f or 10f
SNOPower.Monk_FistsofThunder, 5f
SNOPower.Monk_CripplingWave, 5f

Why?
 
Last edited:
Back
Top