• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • EzRet - Paladin PVP CC

    Discussion in 'Archives' started by mastahg, Jun 21, 2011.

    1. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,334
      Likes Received:
      380
      Trophy Points:
      83
      Raid bot support has been added. I've been very busy trying to find a job and doing odd jobs to make ends meet until then.
       
    2. HB9508D64

      HB9508D64 Member

      Joined:
      Jul 11, 2011
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      Sending you $50. Thanks for all your hard work. It's very much appreciated.
       
    3. Vetox

      Vetox New Member

      Joined:
      Jan 13, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      hey, can i get some help please, i tried but not working, i need to make this trinket to work.. Rotting Skull . 1.30 CD...thx... it gives, Titanic Strenght buff..
       
    4. Altoids

      Altoids New Member

      Joined:
      Jul 21, 2011
      Messages:
      936
      Likes Received:
      8
      Trophy Points:
      0
      Vetox,
      I understand not reading the entire 51 pages, but hordeglider posted just FOUR posts above yours... Whenever you have a question, at least read the first 2 pages and the last 2 pages...

      PS. mastahg, just sent a little 'thanks' your way. Good luck on finding a job soon!
       
      Last edited: Mar 1, 2012
    5. RckStar

      RckStar Member

      Joined:
      Feb 8, 2010
      Messages:
      223
      Likes Received:
      0
      Trophy Points:
      16
      CC gives error when loading, so i guess we can't use it anymore. Something about 'not fitting in index' and the hb error screen pops up when trying to close the cc editing screen.

      I can believe it's a hell of a job to make a cc like Vanguards but $50/piece is a little too much for a cc you can use for one spec and just too much in general.
      Honorbuddy costs a whole lot less.
      Is there no option that the creators of Honorbuddy take a bit from the profit and give it to cc, ... creators? Cause without a cc, there's no use for the bot.
      Some people may call me a cheapass now, but when i already payed for a bot i expect it to be full included. Next thing we know everyone will be asking $50 for a cc, plugin, ...
       
      Last edited: Mar 1, 2012
    6. norcalblue13

      norcalblue13 New Member

      Joined:
      Nov 3, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      @Jalysco

      EzRet still works fine. It's running for me right now, as flawlessly as ever. Don't assume the worst (that this version is broken and only the pay one works) just because you're having an issue. How about posting a log and asking for help, instead?

      As far as the cost of Vanguard, it's a bit steep to my way of thinking, as well, which is why I'll stick with EzRet and thank/rep mastahg for it. If other people are willing to pay for the more advanced version, more power to them. If not, he'll eventually lower the price, but you can't blame him for trying to turn a profit on his work.
       
    7. RckStar

      RckStar Member

      Joined:
      Feb 8, 2010
      Messages:
      223
      Likes Received:
      0
      Trophy Points:
      16
      Can't blame Vanguard indeed, but $50 is just too much, no matter how good the cc is.
      SnapDragon does : - Will stun enemy players who are not the current target when they are casting. Don't realy see what the point of this is, since stuns should be turned of for PVP/arena anyways...

      I included my log. Can't see what went wrong... All seemed to work fine, now i can't even do any settings in the cc anymore. HB crashes as soon i choose ezret as cc. Other cc's work fine.


      hb.jpg
       

      Attached Files:

      Last edited: Mar 1, 2012
    8. Altoids

      Altoids New Member

      Joined:
      Jul 21, 2011
      Messages:
      936
      Likes Received:
      8
      Trophy Points:
      0
      Keep in mind that mastahg is a bit preoccupied trying to find a job right now and doing what it takes to get by... so he isn't as active as he normally is. If something isn't working as well as it was, just do exactly as you did, post the log and give him some time.
       
    9. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,334
      Likes Received:
      380
      Trophy Points:
      83
      Sounds like you edited a setting and it didnt like it.
      Try deleting the EzPVP folder in the honor buddy folder and see if that resolves the issue.
       
    10. RckStar

      RckStar Member

      Joined:
      Feb 8, 2010
      Messages:
      223
      Likes Received:
      0
      Trophy Points:
      16
      Thanks for the reply in your busy period Mastahg, appreciate it...

      I indeed removed the 'cctc("Zealotry");' from this piece of code, since i dont want zealotry to be used in arena on autopilot. It was the only place i found something about Zealotry in your cc.
      I installed a fresh download again after this and got the same error after so i think thats not the problem. I'll try again and delete all cache files, ...
      UPDATE, Fresh install of HB worked.

      What would be the correct way to remove zealotry from your cc?

      Cheers
      Code:
      [LEFT][COLOR=#333333][I]{[/I][/COLOR]
      
      [B][COLOR=#333333][I]cctc("Zealotry");[/I][/COLOR][/B]
      [COLOR=#333333][I]if ((!isAuraActive("Inquisition") || Me.ActiveAuras["Inquisition"].TimeLeft.Seconds <= EzRetSettings.Instance.InqRefreshDuration) && !EzRetSettings.Instance.DisableInq)[/I][/COLOR]
      [COLOR=#333333][I]{[/I][/COLOR]
      [COLOR=#333333][I]Cast("Inquisition");[/I][/COLOR]
      [COLOR=#333333][I]}[/I][/COLOR]
      [COLOR=#333333][I]else[/I][/COLOR]
      [COLOR=#333333][I]{[/I][/COLOR]
      [COLOR=#333333][I]cctc("Templar's Verdict");[/I][/COLOR]
      [COLOR=#333333][I]}[/I][/COLOR]
      
      
      [COLOR=#333333][I]}[/I][/COLOR]
      [COLOR=#333333][I]else[/I][/COLOR]
      [COLOR=#333333][I]{[/I][/COLOR]
      
      
      [COLOR=#333333][I]foreach (String Ability in EzRetSettings.Instance.Rotation)[/I][/COLOR]
      [COLOR=#333333][I]{[/I][/COLOR]
      [COLOR=#333333][I]if (cctc(Ability))[/I][/COLOR]
      [COLOR=#333333][I]{[/I][/COLOR]
      [COLOR=#333333][I]break;[/I][/COLOR]
      [COLOR=#333333][I]}[/I][/COLOR]
      [COLOR=#333333][I]}[/I][/COLOR]
      [COLOR=#333333][I]}[/I][/COLOR][/LEFT]
      
       
      Last edited: Mar 2, 2012
    11. RckStar

      RckStar Member

      Joined:
      Feb 8, 2010
      Messages:
      223
      Likes Received:
      0
      Trophy Points:
      16
      Weird again, i changed the cc settings in the menu. Removing trinkets, ... -> saved -> i cant open cc config gui anymore :/
      When i restart HB and choose EZret cc, i get the error again and HB crashes.
      All on fresh install. Guess i can't remove certain things in the cc gui?
       
    12. Ejespersen

      Ejespersen New Member

      Joined:
      May 9, 2011
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      What's the potential arena rating using this baby? Any experiences/succes stories?
       
    13. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,334
      Likes Received:
      380
      Trophy Points:
      83
      The ezret settings are not stored in the normal settings folder. They are stored in HB/EzPVP/Ezret removing all trinkets are not recommend, just leave atleast one in that your not using.

      cctc means can cast then cast, simply removing that line will stop the bot from using zealtory.
       
    14. RckStar

      RckStar Member

      Joined:
      Feb 8, 2010
      Messages:
      223
      Likes Received:
      0
      Trophy Points:
      16
      Thanks mastahg, I found what the problem was.
      I deleted all things under trinkets, since i want don't want this to be used on autopilot. This caused the problem which is fixed now.

      A small question, you put HW>J in your prio, any particular reason?

      A question about our WOG's. We can set a % of when the cc should WOG us.
      Can you explain a bit more how this exactly works? Does it do WOG with only 1 HoPo or only with max of 3? Any settings possible here and maybe the setting to WOG @arena1, @arena2 when they get under x% ?
      Thanks for the feedback mate.
       
    15. combatstang

      combatstang New Member

      Joined:
      Mar 1, 2012
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      anyone using this with arelog?

      When I dc it asks me to either use this profile or the stock one, and clearly im not home or on the pc to chose so bot does nothing


      Is there a way to have this one on default,

      the stock profile is just no where near as good as this.
       
    16. buzzerbeater

      buzzerbeater Well-Known Member

      Joined:
      Mar 21, 2011
      Messages:
      5,419
      Likes Received:
      28
      Trophy Points:
      48
      Under Account Details you can Put in a Custom Class, so just put in EzRet.
       
    17. combatstang

      combatstang New Member

      Joined:
      Mar 1, 2012
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      Ty very much.
       
      Last edited: Mar 3, 2012
    18. steegz

      steegz New Member

      Joined:
      Feb 26, 2012
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      0
      man thanks for this cc.. its beast specially in bg's. im rarely ever not at top dps with this, murk hordeys all day with this, thanks!
       
    19. deanobro

      deanobro Member

      Joined:
      Feb 27, 2011
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      16
      hey guys ima kinda new to this, so how would i install/beable to use this?
       
    20. Mozzie

      Mozzie New Member

      Joined:
      Mar 2, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Been using this for about 5 hours, it works great! You have my thanks.
      Mozzie
       

    Share This Page