@Phelon Are you still updating this, Phelon? Just wondering. I use your PvP Suite, so I know your coding work is well done.
Hi and thanks you a lot for your work. I wondering, could you add mushroom to your bot? or this is like a pain in the ass? ^^ cause it could be usefull in many sitaution. BTW i would like give you an improvement. Some mobs are imune to Roots so the bot keep spaming root before use Solar Beam. This fix the problem. Open : Honorbuddy\CustomClasses\Mother Clucker\Spells\Defensives\SolarBeam.cs EDIT : Code: else { if (!Player.IsCasting) return false; Misc.Misc.CastLog("Entangling Roots", Player); SpellManager.Cast("Entangling Roots", Player); Misc.Misc.CastLog(SpellName); SpellManager.Cast(SpellName); return true; } BY Code: else { if (!Player.IsCasting) return false; //Misc.Misc.CastLog("Entangling Roots", Player); //SpellManager.Cast("Entangling Roots", Player); Misc.Misc.CastLog(SpellName); SpellManager.Cast(SpellName); return true; }
it's the fastest cc i've seen so far. totally. although i'd wish to turn of combat movement etc, no gui? or do i have to donate again to get a gui? ...
I will see what I can do to spruce this up a bit here in the near future for you guys. I plan on just porting this over to singular!