Close
Showing results 1 to 8 of 8

Threaded View

  1. #1
    Rated Arena Member
    Join Date
    Feb 2008
    Location
    Budapest Hungary
    Posts
    126

    Default Maat's unorthodox 4 pala setup

    Since quite a lot of people were asking for my 1 prot 3 ret pala setup, here it goes:

    I have to warn you that some stuff I do/use are on the fine edge of what is allowed and what is not. We could argue over it, but the fact is I've been multiboxing in cata like this for quite a while and have never received any warning or bann or anything. So I personally think this is still on the legal part of things.

    The problems:
    Retribution paladins are heavily based on procs and only using abilities when you have 3 holy power (HP from this on). For example casting exorcism (as in really casting it with a cast time) is a big no no. Casting Templar's Verdict before you have at least 2 but preferably 3 HP is also a big no no, not to mention casting Inquisition with only just 1 HP or letting it run out, or renewing it too early. So yeah there are quite a few "complicated" mechanic to watch out for.
    A smaller problem is that crusader strike cooldown is affected by your haste, so having a /castsequence reset =8 judgement, crusader strike, crusader strike macro is not the most efficient because as your gear improves you'll be sitting there sometimes not casting anything for about 1 sec. As it is now casting something even if it might not be the best at that point is still better than waiting for something to come off cooldown just to cast that because of the "rotation" or "priority system".


    The Solution:
    • One part is to just have one button act as multiple key presses. Since I'm using HotkeyNet this is achieved quit easy. In HotkeyNet key presses are sent sequentially, so something higher on the list gets sent first, this way building a priority list is quite easy.
      Now again it is debatable if its allowed to send multiple key presses from just one button press. This has been discussed in multiple threads multiple times, I'd appreciate if we didn't do it here. I do it, you can choose to do it or not, it's up to YOU!
    • The bigger part is handling the procs and buffs. In a short version: I'm using an addon that creates an overlay in game over certain abilities on the action bar preventing mouse clicks to trigger that ability till the relevant proc occures. Then I use HotkeyNet's ClickMouse function bound to a key to move the mouse and click those certain action buttons rather than using the key as a key press. I'll go into details regarding this later.
      But first I have to remind you that this is probably something you are not intended to do, it is probably very close to what you'd call botting. What gave me the idea to handle procs like this was an addon that I wrote while my guild was progressing through cataclysm. This addon is called AtramedesSheildClicker. If you are not familiar with the Atramedes encounter in the Black Wing Descent raid zone then here is a small background for you: You are fighting a blind dragon that casts a raid wide aoe periodically, you must interrupt him by clicking dwarven shields placed around his room in order to stun him therefore interrupt his cast. The problem is preor to 4.1 the tick speed of this aoe ability was so fast you had to focus really really hard to interrupt the cast after only 1 tick. Since there are limited amount of shields you couldn't just use them prematurely and move onto another shield in case you clicked early, but you couldn't wait with clicking it too long after he started casting the aoe either, because if you got more than 2 ticks from the aoe you were bound to wipe. So I have created this addon that placed an overlay in middle of your screen that prevented any mouse clicks getting through, so you could just spam your mouse over a dwarven shield and not be afraid of clicking early or too late, because as soon as he started to cast his aoe, the overlay disappeared and you could click the shields. If you spammed your mouse hard enough, you could get away with just 1 tick from the aoe. The addon become quite popular, and I'd not be surprised if the changes to Atramedes in 4.1 were related to this addon :P (in 4.1 they increase the tick speed of the aoe, so you no longer have to focus so hard on clicking the shields). That is probably more than enough background story.

    The clicker method:
    Here you'll find the addon in question and the consequently related HotkeyNet script.
    Since the addon was written for myself, the code has barely an comments or documentation. If there is high enough interest for this approach of handling procs I might make the addon more generic and more configurable, but for now you can just tinker around with it if you want to suit your own needs.

    This is the relevant part from my HotkeyNet script:
    Code:
    //Palas
    <Hotkey 2>
    	<SendLabel w2, w3, w4>
    		<Key 6>	// Zealotry
    		<ClickMouse LButton Both Window 434 8>	// Exorcism
    		<ClickMouse LButton Both Window 451 8>	// Inquisition
    		<ClickMouse LButton Both Window 468 8>	// Templar's Verdict
    		<Key 5>	// Hammer of Wrath
    		<Key 2>	// Crusader Strike
    		<Key 1>	// Judgement
    	<SendLabel w1>
    		<Key 2>	// Shield of the Righteous
    		<Key 5>	// Hammer of Wrath
    		<Key 3>	// Judgement
    		<Key 4>	// Crusader Strike
    		<Key LCtrl Comma>	// Avenger's Shield
    
    <Hotkey 3>
    	<SendLabel w2, w3, w4>
    		<Key 6>	// Zealotry
    		<ClickMouse LButton Both Window 434 8>	// Exorcism
    		<ClickMouse LButton Both Window 451 8>	// Inquisition
    		<ClickMouse LButton Both Window 468 8>	// Templar's Verdict
    		<Key 5>	// Hammer of Wrath
    		<Key 2>	// Crusader Strike
    		<Key 1>	// Judgement
    	<SendLabel w1>
    		<Key 3>	// Judgement
    		<Key 4>	// Crusader Strike
    		<Key 5>	// Hammer of Wrath
    		<Key LCtrl Comma>	// Avenger's Shield
    
    <Hotkey R>
    	<SendLabel w2, w3, w4>
    		<Key 6>	// Zealotry
    		<Key R>	// Divine Storm
    		<Key 1>	// Judgement
    		<ClickMouse LButton Both Window 434 8>	// Exorcism
    		<ClickMouse LButton Both Window 451 8>	// Inquisition
    		<ClickMouse LButton Both Window 468 8>	// Templar's Verdict
    		<Key 5>	// Hammer of Wrath
    	<SendLabel w1>
    		<Key R>	// Hammer of the Righteous
    		<Key LCtrl Comma>	// Avenger's Shield
    		<Key 5>	// Hammer of Wrath
    		<Key 3>	// Judgement
    Here is what is happening in case you are not familiar with HotkeyNet or lua:
    There are 3 action buttions at the top of the screen and three overlays above them that prevents mouseclicking them.

    For example when I press 3 (my single target dps button) the following things happen:
    • All the ret palas try to use Zealotry. Because this requires 3 HP to be activate this must always be the first.

    • Then they try to cast Exorcism, now this is done with the addon blocking the action button till an Art of War proc occurs, at that point the overlay gets hidden, and now mouse clicks are accepted over the action button, so exorcism is only used when it's instant.

    • Next Up is Inquisition. The trick with Inquisition is that you should always try to have it on you, never let it run out, but to be effective you shouldn't cast it till you have 3 HP else you'll end up having to renew it too frequently. If you look at the addons code linked above, you can see that the overlay over the Inquisition action button gets hidden only if the pala has 3 HP and if the pala doesn't have the buff on or if there is less than 3 seconds remaining on the buff (This is to ensure a high buff uptime, rather renew it early than have it fall off).

    • Lastly we have Templar's Verdict. The deal here is similar with what we had with Inquisition, you are not supposed to use this ability till you have 2-3 HP. I have set the addon to 3 HP since that seems to be returning better DPS results.

    • Sadly our life is not so simple to just say, pfew we are done. We also have to handle Divine Purpose. This is achieved by watching for this buff appear on us and when it does hide the Templar's Verdict action button overlay along with with the the Inquisition one, but that one only if the remaining time on Inquisition is less than 3 seconds. This way we make sure to always try to consume our free 3 HP whenever possible before casting anything that'd grant a HP.

    • Up to this point they key press 3 has completed all the mouse movement used for handling procs so it can continue down the priority road and try to cast Hammer of Wrath first, then Crusader Strike then lastly Judgement but these are now all done with key presses.

    This concludes my single target dps button.

    My aoe dps button is built in a similar fashion, except there the ret palas first cast Divine Storm. This is because when I want to aoe, I really want to aoe, and only worry about procs after I aoe
    On the prot pala I just simply use the aoe threat abilities before anything else.
    Last edited by Maat : 05-22-2011 at 10:31 AM
    Kaat/Laat/Maat <Forte>@EU-Boulderfist(very old team)
    CalebX/CalebY/CalebZ/CalebW@EU-Tarren Mill(rank1 in 5v5 )(shaman pvp team)
    Maata/Maatb/Maatc/Maatd@EU-Tarren Mill(old pala pve team)
    Calebpa/Calebhu/Calebhh/Calebhg/Calebd@EU-Draenor(current pve team)
    CalebV<Ensidia>@EU-Tarren Mill (quit hardcore PvE)

Tags for this Thread

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •