LazyRogue»Nelars Forms

Nelars Forms

Tips by Nelar

The following are some form tips. If you have Riposte, start your form with:

riposte-target<130hp

This will use the least amount of energy to kill the mob, while leaving you energy for the next mob (if any). Set the hp value to match 150% of your weapon damage.

The Timbermaw casters are Paladins, so if you are saving energy to interupt casters, you might want to add a line for Paladins as well:

stop-player<60energy-target>400hp-ifTargetClassPaladin-target>50mana

Note the check for health in the above -- no sense holding back an SS if the mob's health is so low you have a good chance of killing it before it can start casting.

If you have cold-blood, you might want to put in a check for mob health before using cbevisc so you don't waste it on a mob with only a fraction of health left. I use:

cbevisc-ifCbKillShot90%-target>500hp

Note the 90% -- I'm perfectly fine with cb+evisc not killing the mob outright if the next swing or two of white damage will do the trick. That's also something you might consider for your evisc-ifKillShot. Ideally, I want evisc to kick in and if it doesn't crit, then my white damage will kill the mob before I get enough energy for another SS. That way you get some actual benefit from getting a crit from Evisc, and if you don't crit, the kill speed is the same whether the white damage was done before or after the evisc (so do it after to get the crit advantage).