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

Convalesce 3.3 Beta 3.1

Mordd

New Member
Joined
Jan 15, 2010
Messages
1,036
Reaction score
33
If you wish to help the continued development of this CC, then read my signature. While a small donation may seem like nothing, all of the funds go into purchasing keys. With the price of gold falling, it is costing me more to code than I am able to make. Your donation will go a long way.

The latest Questing Beta, and the latest stable, are horrible in PvP. The constant mounting and dismounting, switching targets, horrible tracking.

This build is mainly for PvP. While it is much improved over 3.22, there are some horrible bugs in HB that make PvP difficult to deal with. Please test this and provide feedback.

Current Mode Support
Levelbot : 1-80 in any tree.
MixedMode : 10-80 for Ret, Prot, and Holy DPS
World PvP : Any tree
RaF : 1-80 for Leader/Follower DPS
RaF : 1-80 Healbot, partial.

Install

Drag the Convalesce folder to your Custom Classes folder found within HB2. Remove or rename the paladin.cs if you have one.

Rules in this thread
1. It is my CC, I build it when I can in my free time. I am also working on 2 other CCs.

2. Useless posts will be deleted and you might be ignored from then on.

3. Do not post code in this thread. PM it to me if its that important. Any modifications to this CC are to be tested and approved by me and only me.

4. Proper etiquette would be that if you wish to use any code in this CC, you ask first and give credit where credit is due. There are rules reguarding copying others code without asking.
 

Attachments

**************
Convalesce 3.3 Beta 3.1
**************
Seals in BG now fixed (thanks s1l3nced)
More Fixes in PvP having to do with logic and spells cast
The target running problem has been fixed.
**************
Convalesce 3.3 Beta 3
**************
Updated to work with WoW 3.3.5a
Resharped. The code is trimmed and neat. Should make HB happier.
All new Art of War options and logic.
**************
Convalesce 3.3 Beta 2
**************
Fixed bug where CC settings where not saved after HB was closed.
Removed the "Do you wish to save" prompt after closing the GUI
Redid Combat() . Its more efficient, and should return faster.
Possible loot bug fix. Though still up in the air.
More tweaks to movement.
Should work with all other CCs now. No more workarounds.
**************
Convalesce 3.3 Beta 1
**************
Divine Shield, Lay on Hands and other spells that do not work if you have forbearance will now be skipped.
Removed Cleanse and Purify code from Hand of Freedom logic as it slows things down.
Added Concecration to PvP instant casts.
Removed alot of movement code when following a player.
Fixed a bug in pull where it would stand in melee range and not attack.
Fixed a bug in pull where it would clear target just after entering combat.
Fixed some movement bugs in both PvP and PvE
 
Sorry, just a short and maybe stupid question:

"This build is mainly for PvP"

was it meant to be "This build is mainly for Pve" eventually`?
 
It started out a pvp only, but has moved all over, my focus is still pvp though.
 
I am having a little trouble:

honorbuddyerror.png
 
Currently consecration only work when the adds option is disabled... (so it uses consecration whenever available).
Could you please fix it so it works like in the previous version ? (so it only uses it with multiple targets)
Cheers ! (excellent pve and pvp cc, thanks for making it !!)
 
Currently consecration only work when the adds option is disabled... (so it uses consecration whenever available).
Could you please fix it so it works like in the previous version ? (so it only uses it with multiple targets)
Cheers ! (excellent pve and pvp cc, thanks for making it !!)

Yes, will look into this in the next coming days
 
lol, just watched an enhance shammy 1 level under me spend 2 mins trying to kill my holy paladin in AB using this cc. He just couldn't do it, and, I eventually dps'd him dow with exorcism, consecrate and holy shock. Really nicely done tbh, does as good a job as most faceroll holy's in pvp :p.
 
How do I fix the melee bug? Where the target is right in front of me but my character is not attacking, but if I manually move my character forward a bit it starts attacking

This has been is all of your CC's that i've tried

Edit: Nevermind I got it
under
Code:
public bool MoveToMelee()
Change
Code:
if (Me.CurrentTarget.Distance > 3)
to
Code:
if (Me.CurrentTarget.Distance > 4.95)
 
Last edited:
is there a way you can implement bg buffs? at the start of a bg make the CC target one of each class (ie. Druids, Death Knights, Warriors.. etc..) and buff them with Greater Blessing of Kings?

or does that need to be a HB side thing?
 
is there a way you can implement bg buffs? at the start of a bg make the CC target one of each class (ie. Druids, Death Knights, Warriors.. etc..) and buff them with Greater Blessing of Kings?

or does that need to be a HB side thing?

Liquid is working on this atm
 
is there a way you can implement bg buffs? at the start of a bg make the CC target one of each class (ie. Druids, Death Knights, Warriors.. etc..) and buff them with Greater Blessing of Kings?

or does that need to be a HB side thing?

BG Buffer already working as intended. Tried it in combination with this CC and its great :) Just need to edit the spellname at lower levels and dont have Greater BoK.


http://www.buddyforum.de/showthread.php?7349-BG-Buffer-Works-with-3.3.5-HB2
 
Hi,
Just been trying to use this with honorbuddy 1.2.5.1 but i constantly get the same error.

Here is the image.

View attachment 6589

Any idea whats causing this please ?
 
Anyone else having a minor bug where every now and then he will just melee and not use his dps spells? He will still heal when he gets low ... but wont use judgments, crusader and well pretty much all dps talents ...

After he kills that mob and moves on to the next one he is normally fine again ... this happens more so with mobs that CC the bot with some talent ... and will heppen every 15 or so kills ..

If no one else is having these probs il get my log ..

I cleared logs and started bot so its not a 10mb file .... the last kill had the problem mentioned above ... there where a couple more in there too. From what I can see it happens more so with creatures that do knock backs, and some form of CC ....

anyway il leave it to the pro's

FFS, cant get the log to post .... bbs
 
Last edited:
where is the config saved ? As I seemed to have lost all settings for pve/pvp.
Would be handy to know which file so I can make a backup now and then.
 
where is the config saved ? As I seemed to have lost all settings for pve/pvp.
Would be handy to know which file so I can make a backup now and then.

Been wondering this myself. Just lost all my settings when updating from 1.9.5.1 -> 1.9.5.2 and never touched the CC folder.
 
Back
Top