• Visit Rebornbuddy
  • Convalesce 3.3 Beta 3.1

    Discussion in 'Archives' started by Mordd, Jul 15, 2010.

    1. Mordd

      Mordd New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,036
      Likes Received:
      33
      Trophy Points:
      0
      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.
       

      Attached Files:

    2. Mordd

      Mordd New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,036
      Likes Received:
      33
      Trophy Points:
      0
      **************
      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
       
    3. zoak

      zoak New Member

      Joined:
      Jun 27, 2010
      Messages:
      117
      Likes Received:
      0
      Trophy Points:
      0
      SCORE, this CC is now 10/10
       
    4. newuser

      newuser New Member

      Joined:
      Mar 21, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      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`?
       
    5. Mordd

      Mordd New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,036
      Likes Received:
      33
      Trophy Points:
      0
      It started out a pvp only, but has moved all over, my focus is still pvp though.
       
    6. vicslat

      vicslat New Member

      Joined:
      Jul 13, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Awesome!!!
       
    7. FoxStailer

      FoxStailer New Member

      Joined:
      Jul 17, 2010
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      I am having a little trouble:

      [​IMG]
       
    8. Mordd

      Mordd New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,036
      Likes Received:
      33
      Trophy Points:
      0
      The config form is missing. Make sure you drag all the files over.
       
    9. mezz0

      mezz0 Member

      Joined:
      Jul 10, 2010
      Messages:
      680
      Likes Received:
      10
      Trophy Points:
      18
      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 !!)
       
    10. Mordd

      Mordd New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,036
      Likes Received:
      33
      Trophy Points:
      0
      Yes, will look into this in the next coming days
       
    11. cawpet

      cawpet Member

      Joined:
      Jan 23, 2010
      Messages:
      876
      Likes Received:
      2
      Trophy Points:
      18
      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.
       
    12. Lxxs

      Lxxs Member

      Joined:
      Jun 6, 2010
      Messages:
      106
      Likes Received:
      1
      Trophy Points:
      18
      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: Jul 19, 2010
    13. him666

      him666 New Member

      Joined:
      Jun 13, 2010
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    14. Mordd

      Mordd New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,036
      Likes Received:
      33
      Trophy Points:
      0
      Liquid is working on this atm
       
    15. athom19

      athom19 New Member

      Joined:
      Jul 14, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    16. wowave

      wowave New Member

      Joined:
      Jun 20, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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 ?
       
    17. skinart

      skinart New Member

      Joined:
      Feb 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      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: Jul 23, 2010
    18. skinart

      skinart New Member

      Joined:
      Feb 15, 2010
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      Ok had to start a new reply ... here it is ...
       

      Attached Files:

    19. mezz0

      mezz0 Member

      Joined:
      Jul 10, 2010
      Messages:
      680
      Likes Received:
      10
      Trophy Points:
      18
      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.
       
    20. Zevksis

      Zevksis Member

      Joined:
      May 18, 2010
      Messages:
      152
      Likes Received:
      1
      Trophy Points:
      18
      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.
       

    Share This Page