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

Can Trinity play monk like this?

This is true there is no check if the innas set is equiped or not.
 
This is true there is no check if the innas set is equiped or not.

I edited the Plugins\Trinity\Combat\Abilities MonkCombat.cs

Code:
static int _swMinTime = 5750;
        const int SwMaxTime = 5750;
        const int SwMaxTaegukTime = 5750;

_swMinTime = 5750;

It works. I dont know why trinity thinks I got
Code:
// Locally scoped dynamic variables
            if (IsTaegukEquipped()) // Taeguk gem refresh (3 seconds)

And I also edited Trinity Variables - SpellDelay.Monk_SweepingWind [int] [5750]

EDIT: Can any one tell me what Trash Pack Cluster Radius is?
 
Last edited:

It is not as fast as playing by human because of dashing strike. The bot treats dashing strike as a damage skill, which it is..but we only use it for mobility, which the bot
cannot tell, or at least, there isn't an option that you can check on/off. When there is no mob around, it uses it for mobility, HOWEVER, when there is mob, the bot chooses to
dashing strike into the group, then it uses wol. Also, for this fire annihiliation build, the bot casts mantra, which for this build, it is not intended.
Therefore, you are not gonna be as fast as it is shown in the video.
 
Just comment out dashing strike in the monkcombat.cs and it will only be used OOC.
 
It is not as fast as playing by human because of dashing strike. The bot treats dashing strike as a damage skill, which it is..but we only use it for mobility, which the bot
cannot tell, or at least, there isn't an option that you can check on/off. When there is no mob around, it uses it for mobility, HOWEVER, when there is mob, the bot chooses to
dashing strike into the group, then it uses wol. Also, for this fire annihiliation build, the bot casts mantra, which for this build, it is not intended.
Therefore, you are not gonna be as fast as it is shown in the video.

yeah I am tring it out atm coz it is super fast. But some tweeking of Trinity is needed

Just comment out dashing strike in the monkcombat.cs and it will only be used OOC.

Thanks I will try that now.

Edit: Is there a way to get Trinity to fight at range as monk for the the max out of zei's stone of vengeance with the help of Tzo Krin's Gaze?
 
Last edited:
Just comment out dashing strike in the monkcombat.cs and it will only be used OOC.

Good Call, so brilliant! Now my monk works just like it does in the video, thanks! Should also add, if you only need mantra for the passive, then comment that out as well.
 
Back
Top