• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Tuanha Paladin Holy PvP

    Discussion in 'Archives' started by tuanha, Jul 6, 2012.

    Thread Status:
    Not open for further replies.
    1. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Well, I'm so happy that my CC still help at 1900 rating (At this level, player skill are VERY HIGH already)

      I just upload version 1.6 for more awesomeness!

      If you want use trinket by yourself, find the TrinketPvPComp(), (line 1287 on file TuanHA BT Paladin Holy.1.6.cs) and replace with //TrinketPvPComp(),
       
      xLegendx likes this.
    2. xLegendx

      xLegendx Active Member

      Joined:
      Apr 25, 2010
      Messages:
      1,050
      Likes Received:
      1
      Trophy Points:
      38
      Seems like you've done a great job and spent a lot of hours working on it tuanha!
      I look forward to testing this CC shortly:)
       
      Last edited: Jul 9, 2012
    3. xcure

      xcure Member

      Joined:
      Jan 15, 2010
      Messages:
      364
      Likes Received:
      1
      Trophy Points:
      18
      thanks for this!
       
    4. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      in v1.5 it wastes many mana by healing players at a high level of healthpercentage (100%)
      out of arena (in town for example) it trys to heal / buff npcs and non-party-members
       
    5. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      I added in version 1.6 stop healing when HP above 95%

      Thank for your comment.

      PS: I'm a big fan of your Ultimate Paladin Healing. Thank you for all that amazing CC, I learn a lot from it Stormchasing.
       
    6. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      still healing non-party-members :)

      HolyRadiance not very usefull -> casttime too long

      tested with v1.6

      the CC is for BGs and rBG atm pretty useless (i do not want to attack u, i'll try to give some feedback, hopefully usefull^^)

      First of all u should change your NearbyFriendlyPlayers
      for example
      PHP:
              public IEnumerable<WoWPlayerNearbyFriendlyPlayers
              
      {
                  
      get
                  
      {
                      
      //ObjectManager.Update();
                    
      ObjectManager.GetObjectsOfType<WoWPlayer>(truetrue).Where(=> p.IsAlive && p.DistanceSqr <= 40 40 && p.IsFriendly && p.IsInMyPartyOrRaid).ToList();
                  }
              }
      All players should be in your raid or party, it shouldn't be necessary to heal pets
       
      Last edited: Jul 9, 2012
    7. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Thank Stormchasing.

      I tested in a lot battleground and only find 1-2 situation that worth casting Holy Radiance. The usability too low comparing it slow CC a lot. I'm will remove Holy Radiance in next release.

      The code "IEnumerable<WoWPlayer>" mean the CC will find only player and never heal pet. Correct me if I'm wrong. "IEnumerable<WoWUnit>" will find pet however.

      I want the bot heal Non-Party member outside battleground - arena. Auto heal lowbies on leveling it's ok for me so I don't want to add "p.IsInMyPartyOrRaid".

      Again, thank for your suggestion and UltimatePaladinHealerBT code :D
       
      Last edited: Jul 9, 2012
    8. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      that's right WoWPlayer should only heal players, but as a PVP/Arena CC it shouldn't (in my opinion) Players /NPCs not in my party, but your argument is also correct if u wanna use it for leveling purposes too

      so i'll modify it a little bit for myself :)
      Cause i don't like the dpsing part (only hammering and rebuke is prefered most of the time, the rest of the fight it is mana wasting with dpsing^^ but that's only my opinion).
      Sometimes it is a little bit slow on detecting whom to heal, but this could be an issue with current target (i played a little bit of pvp on a RP realm so ... results could be garbage caused by DPS-Players of my own faction^^) but i'll check again in the next few days.

      I'll test it in some 2v2 and 3v3, maybe results are much better in a known area with known mates, "normal" PVP isn't comparable to rBGs and Arena (but haven't had the time yesterday to test it)

      Still good work from you, but i think mana-effiecence could be a little bit better
      I was oom after 2 minutes of combat, where my toon should have more than 70% (played 2v2, the enemies haven't had this much damage output, so your dpsing part could be the reason... but again ... these are personal impressions, i for myself would like to disable the dpsing).
      All in all the CC did well and the healing output was nearly the same as the output from ours oponents, so i didn't need to explain anything :)
       
    9. xLegendx

      xLegendx Active Member

      Joined:
      Apr 25, 2010
      Messages:
      1,050
      Likes Received:
      1
      Trophy Points:
      38
      Is there anyway to use this without the offensive spells/spec?
      Or maybe a different version?

      Not a big deal though,
      Other than that its a great CC for my personal use :p
       
      Last edited: Jul 10, 2012
    10. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      No, I do check if player in arena/rbg is in my team to heal. (You can see in the IsEnemy(wowunit Target) function.

      The mana waste is mostly due to the Exorcism. I recommend Exorcism ONLY when you spent 2 point in [denounce] that reduce 70% mana on Exorcism cast. I really want to automatically switch if off if people dont spec for that but now I don't know how. :D

      Sometime, due to the unit lowest HP is NOT on Line of Sign or Cyclone... so you may have impression the CC slow on detect whom to heal. I need to test more about this, correct me if I'm wrong.

      Also the the heal priority is Me > My Focus > My Target > Other guys... that good for PvP situation. In battleground, you have to watch someone going to die and heal you, your teammate instead.

      Currently, IsFriendly bugged in arena / rbg when you face your same faction team (Horde vs. Horde || Alliance vs. Alliance). But I made the IsEnemy() function to fix it.

      Thank you, I'll look closely on the mana issue. I'm thinking about making a Mana Saving Mode so the bot will not waste Mana on Exorcism, Judgement and only cleanse important debuffs.
       
      Last edited: Jul 10, 2012
    11. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Next version, I'll try to let people enable/disable Exorcism, Judgement... to save mana.
       
    12. xLegendx

      xLegendx Active Member

      Joined:
      Apr 25, 2010
      Messages:
      1,050
      Likes Received:
      1
      Trophy Points:
      38
      Thanks man, I'll be using this tonight in Areans again.
      I like that is more versatile now :p
       
    13. jorssy

      jorssy New Member

      Joined:
      Jan 5, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      i can't get the cc to show up when i start the bot, no option to select it, its in the right folder nad newest update, whats possible i do wrong?

      i do try to start it with lazyraider, got ur map in custom classes in a folder named as said.

      someone help me plz?
       
    14. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      attach a log this could help us to help u
       
    15. rosek

      rosek New Member

      Joined:
      Jun 19, 2012
      Messages:
      457
      Likes Received:
      3
      Trophy Points:
      0
      this cc is just awesome !
      play with my feral cat friend in 2on2 arena ... we played yesterday 11-2 ...

      i love u soooo much ! thank u for code and sharing this !
      i hope u will update this all the time ...

      do a donate button :) ich would pay some euros for your awesome cc

      sry for bad english and greetz from germany
       
    16. jorssy

      jorssy New Member

      Joined:
      Jan 5, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      i don't think i can get a proper log as there is no fault or error. I created the folder with the new 1.7 in costum classes like i did with ultimate palahealerBT. Now, when i launch the game and honorbuddy it attaches properly, i select lazyraider and push start. Screen pops up select custom class, thats where the singular v2 and UltimatepallyhealerBT shows up and normally there should be a third, the new 1.7 cs wich doesn't show up.

      Did i make an installation fault? is this cs supposed to be installed differently than ultimatepallyhealer?

      sorry, i'm not so good in all this stuff, just want it to work cause i'm sure its aaaaaaawsoooooome :)
       
    17. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Please provide a log! this is no joke - we can't see if it is installed correct, if there's a compilation error or something different, we need a log to make sure u did no fault
      All hints someone could give are speculation.

      Maybe u double installed the cc?
      Maybe u've choosen the wrong directory?
      Maybe there's an error within the last release?
      Maybe u missed one file?

      All these questions could be answered by a log!
      Start HB
      Start Lazyraider
      attach the log here

      I think i know the reason ... but it is speculation ...
      u've installed the current version AND (in another subdirectory or maybe in the same since Tuanha decided to rename the files while changing the versions and provide version info in the filename) an older version?
      If this is the fact, than u have to delete the old version (i could explain u the reason why it is not working .. but i think i've not enough space to do that ... so ... old AND new version is not working, only ONE version can be installed at the same time per HB installation)
       
      Last edited: Jul 12, 2012
      tuanha likes this.
    18. jorssy

      jorssy New Member

      Joined:
      Jan 5, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      ok, heres the log, thx for the quick reply's mate!!!
       

      Attached Files:

      • log.txt
        File size:
        34.7 KB
        Views:
        30
    19. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      u r missing the helper file ... download from first post pls
       
    20. jorssy

      jorssy New Member

      Joined:
      Jan 5, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      well goddamn! thx alot, would have never found it lol
       
    Thread Status:
    Not open for further replies.

    Share This Page