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

Monk builds

stefs

New Member
Joined
Jan 23, 2016
Messages
24
Reaction score
0
First time poster as I recently found this wonderful world of botting.

Thanks for an awesome plugin for a great bot.

I have a (few) question(s) regarding adapting the combat routines manually and how that could be done without the bot freaking out. I get that any changes to the code would be unsupported and be reset at the next update, but still.

Is there any way to set which spells should wait for Convention of Elements in the code?
- What I'm trying to make work is to have the bot wait to cast Mystic Ally - Water Ally until the buff for Cold Damage comes up as it does a shitload of damage with my current setup. (http://www.diablofans.com/builds/72340-top-2-euw-monk-gr78)

Is there any way to have the monk behave more like a ranged player when using Wave of Light - Explosive Light with Tzo Krin's Gaze? (http://www.diablofans.com/builds/69922-one-punch-monk-t10-speed)
 
I could do the first one (water ally + CoE). The second one is an unsupported build and we'll eventually get around to it, just not right now, sorry.
 
I could do the first one (water ally + CoE). The second one is an unsupported build and we'll eventually get around to it, just not right now, sorry.
You could do the first one? How?

I've ticked the box for "Wait for Convention Element" but it stills casts Water Ally no matter which element the ring is buffing for the moment.
 
You could do the first one? How?

I've ticked the box for "Wait for Convention Element" but it stills casts Water Ally no matter which element the ring is buffing for the moment.
I'm a Trinity developer! I can make simple modifications come true in a matter of minutes! Complicated ones like WoL build support are another story altogether though.

Currently that convention option is not linked to any monk skills because we never needed it to be in the past. Now that we have a reason to link it, I can do it for you no problem :). Gimme a couple of hours.
 
I'm a Trinity developer! I can make simple modifications come true in a matter of minutes! Complicated ones like WoL build support are another story altogether though.

Currently that convention option is not linked to any monk skills because we never needed it to be in the past. Now that we have a reason to link it, I can do it for you no problem :). Gimme a couple of hours.
Wow! That will be awesome, thank you very much!

I must say I'm very impressed by trinity. Keep up the good work :)
 
Thanks for the kind words mate :). I'm happy you're liking it. There's always bugs to be fixed, but we do our best.

Can you try this for me? (drop that file in db/plugins/trinity/combat/abilities)

I tested it for a few minutes and it seemed to be working fine. This change should be in the next official release of trinity.
 

Attachments

I updated to 2.14.31 just now and it reverted back to the old state.

Could I edit line 731 to make it work again?

Code:
return CanCast(SNOPower.X1_Monk_MysticAlly_v2) && TargetUtil.AnyMobsInRange(40f) && !Runes.Monk.AirAlly.IsActive && !ShouldWaitForConventionElement(Skills.Monk.MysticAlly);
 
You sure can mate. Sorry about that, I forgot to push this change for .31. It should be ok in the next version though.
 
Thanks for updating some Monk stuff. I can't wait to see a proper one for the One Punch Monk build. It would be equivalent or much better than the Flash Fire Wiz. Both are very good speedfarm builds though. There's probably going to be a slew of speedfarm builds that people will come up with so I'm glad that you guys are open to including them in future releases.
 
I am using the EP version of this that is currently used by the top leaderboard contenders. If I check wait for CoE when using this modification, will it still put up EP on the targets beforehand?.

This build requires a pretty specific strategy.

Preferably epiphany will be up for this, but likely it will only be up for every other set of attacks.

1. Gather 15-50 enemies.
2. Dashing strike for dodge bonus.
3. Cyclone strike to bring them close.
4. Put up EP on 2-4 low hp targets (start with 1-2 seconds left on lightning phase).
5. Get assimilation buff during physical / Dashing strike again optional.
6. Just as the cold CoE comes up, use Mystic Ally.

This has a similar strategy to LoN Bombardment sader, but the combat itself is completely different.

I really want to be able to bot 70+ on monk. I can clear 77+.
 
Back
Top