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

Monk CC

evilseed

Member
Joined
Jan 15, 2010
Messages
129
Reaction score
2
Here is the CC I use...I will expand and maintain it as we go....

If you have problems, tell me your build...and I try to fix it...

All skills are used....so if you have a build and a skill is not used tell me...

Now lets wait for the update in pathing and targetting...and we will rock as a Monk...

Copy the file in routines\belphegor\routines and overwrite...:)

Set your loot and kill radius to 40.

EDIT: I noticed, I did upload the wrong one. Stay tuned...Uploading the right one...tomorrow.
 
Last edited:
I will Add all Runes that gives a buff, that way the priority system will work better...as soon as the buff expires it will cast again...

example Breath of heaven with Blazing Wrath Rune....BH has 15 secs cooldown, BW has 45... as long blazing wrath is up, I will not use BH again....

Ohhh my, there are no definitions for rune buffs??????????????

My Build...

Skills.webp
 
Last edited:
I couldn't find any reference to rune's you could make a bool setting to determine if someone wants to use it tho.
 
I couldn't find any reference to rune's you could make a bool setting to determine if someone wants to use it tho.

Not the runes, the buff the rune gives....should be added, ZetaDia.Me.HasBuff.

Hope its already there or they will add them. Now I get a error, not defined.
 
Not the runes, the buff the rune gives....should be added, ZetaDia.Me.HasBuff.

Hope its already there or they will add them. Now I get a error, not defined.

Its actually just the power name :)

ZetaDia.Me.HasBuff(SNOPower.Wizard_IceArmor) for example. I dumped the buffs and debuffs from my plugin to get id's before i noticed.

Just check against SNOPower breath of heaven :)
 
Its actually just the power name :)

ZetaDia.Me.HasBuff(SNOPower.Wizard_IceArmor) for example. I dumped the buffs and debuffs from my plugin to get id's before i noticed.

Just check against SNOPower breath of heaven :)

:) Can not be the powername... I tried that, it has a 15 sec cooldown...

When you click breath of heaven, then move your mouse over the active buff, the name is now blazing wrath, and has a 45 sec cooldown.

Let me know what you find in your dump. Thx for thinking together...
 
Back
Top