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

MonkCombat.cs (SWK support)

Okay sorry for posting here...

where do i need to put the combat file?

Tried putting it under:

- plugin/trinity/combat/abilities

and

- plugin/trinity/settings/combat

but that doesn't work, no mantra spam....

Any idea why it is not working for me? :/
 
Okay sorry for posting here...

where do i need to put the combat file?

Tried putting it under:

- plugin/trinity/combat/abilities

and

- plugin/trinity/settings/combat

but that doesn't work, no mantra spam....

Any idea why it is not working for me? :/

Extract it to "Trinity\Combat\Abilities\" and overwrite MonkCombat.cs
 
Hey MobileX, thanks for making such a good combat script.

One issue I found running 0.5 is the bot is not spamming breath of heaven on CD, it spams every 15 seconds ignoring CDR.

I had to force change the Tvar to my cd to make it spam on CD

EDIT:

I managed to solve it by editing the cs.

Code:
// Breath of Heaven for spirit - Infused with Light
	    if (!UseOOCBuff && !Player.IsIncapacitated && CombatBase.CanCast(SNOPower.Monk_BreathOfHeaven, CombatBase.CanCastFlags.NoTimer) && !GetHasBuff(SNOPower.Monk_BreathOfHeaven) && Runes.Monk.InfusedWithLight.IsActive && Player.PrimaryResourcePct < 0.90)
            {
                return new TrinityPower(SNOPower.Monk_BreathOfHeaven);
            }

Replace this chunk with the infused with light chunk and move it above the other Breath of Heaven code and it should spam as soon as it hit CD
 
Last edited:
Code:
// Change the recast to the modified by CDR recast
                CombatBase.SetSNOPowerUseDelay(SNOPower.Monk_BreathOfHeaven, GetSNOPowerUseDelay(SNOPower.X1_Monk_MysticAlly_v2));

I was apparently using the CD of Mystic ally for the CD for Breath Of Heaven.
 
MobileX,

I had done some of my own modifications before i saw your endeavor. I had a different approach, but use what you like. I was searching why it doesnt work on Greater Rift Guardians, but i suppose Trinity has to be updated to recognize them. I still had to investigate why the CD for heavens isnt working and used HasBuff instead as you should be able to recast it continuously.
 

Attachments

Thanks for this! Works way better than default trinity. Having problems with breath of heaven though. Using 0.6 but it still doesn't use it on cd, in fact takes longer than 15s, seems like inbetween 15-20s.
 
Thanks for this! Works way better than default trinity. Having problems with breath of heaven though. Using 0.6 but it still doesn't use it on cd, in fact takes longer than 15s, seems like inbetween 15-20s.

works on mine using 0.6 profile.combatmonk.cs. i my trash and elite radius jack up. so even when mobs are like 40yards away it will cast =).
 
Tried using ur profile but my char got stuck after teleporting to act 5. Tried the original profile and it worked.
 
Last edited:
okay i must be retarded,

I extraxted the file to "Trinity\Combat\Abilities\" and have overwritten MonkCombat.cs.

Bot doesn't spam mantra, seems like it still uses old settings...

Anything else i need to do? :<

Sorry for bothering you guys
 
0.8 Works with Trinity 2.1.5+ (Once Legendary detection is working again)
Didnt work for me, he doesnt spam mantra of healing with new trinity
 
Hi,

great work, and as u seem to be familiar with db, maybe you can help me quick - also this is for swk monk combat helpful:
U need - Inna 4 Bonus, Taeguk and important Ressource Reduction not over!!! 6.66% (sweeping wind needs to cost at least one Spirit --> [bug] Taeguk (leg Gem) and Sweeping Wind - Forums - Diablo III)

Taeguk is a wonderful Legendary, giving you at max. lvl 35% dmg and armor - but the buff only lasts 3 seconds - with the above mentioned inna's you can nearly infinite gain access to this buff.

So requirement would be:
In combat - high spirit: Mantra Spam
In combat - low spirit: Sweeping Wind every 2.9 seconds (or what ever is feasable)
ooc - Sweeping Wind every 2.9 seconds (or what ever is feasable)

With both Armor and Dmg buff, from my perspective Taeguk is one of the most powerful gems for monk besides smite :)
 
Only use this if you use Sunwoku with mantra+SW. Its only a short fix of 2.1.5 until the topic creator will fix it properly.
 

Attachments

Put the legendary.cs that is a few posts up into the Trinity\Reference\ folder will fix it.
 
Put the legendary.cs that is a few posts up into the Trinity\Reference\ folder will fix it.
At first glance this seems to work perfectly for me, together with your monkcombat.cs. Thanks a bunch MobileX for all your effort! I truly, deeply, madly appreciate it.
 
Can someone help me set up my CS for the sunwukos set?

I need the bot to spam the mantra at full spirit, then use the abilitiy of the mystic ally to gain it back and spam again, on top of using epiphany whnever its up, any help is appreciated my monk cant even do T3-4 because all it does is auto attack and not take advantage of the set.


where do I actually put these files, monkcombat.cs and the legendary?
 
Last edited:
ok I put the files in the places, I found you guys said to put them, is that all I need to do? or is there some setting in the program now that I need to go into?

This seems to be working, but are there any options somewhere I could tweak? like it spams the mantra but only when the temp buff is over, im still sitting at full spirit for the most part, even using SW.

Very nice work guys, appreciate this.
 
Last edited:
Back
Top