AFK piscine
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.


PLOUF
 
AccueilPortailGalerieRechercherDernières imagesS'enregistrerConnexion
Le Deal du moment :
Display Star Wars Unlimited Ombres de la Galaxie : ...
Voir le deal

 

 [Drood- feral] Aerynn

Aller en bas 
+4
Seyko
Ehlyon
Torx
Aerynn
8 participants
Aller à la page : Précédent  1, 2
AuteurMessage
Aerynn




Messages : 18

[Drood- feral] Aerynn - Page 2 Empty
MessageSujet: Re: [Drood- feral] Aerynn   [Drood- feral] Aerynn - Page 2 I_icon_minitimeMer 1 Juin - 15:23

en plus c'est celui de TLk celui la
voila le script cata, sans les defines

Code:


    if Stance(3) { # cat
        unless BuffPresent(BERSERK) or BuffPresent(CLEARCASTING) {
            if Mana(less 36) Spell(TIGERSFURY)
        }
     
        unless TargetInRange(MANGLECAT) {
            Texture(ability_druid_catformattack)
        }

        #refresh PANTHER (T11)
        if ArmorSetParts(T11 more 3) and BuffPresent(PANTHER) and CheckBoxOn(t11) {
            if BuffExpires(PANTHER 4) Spell(MANGLECAT)
        }
 
        if CheckBoxOn(lucioles) and TargetDebuffExpires(lowerarmor 1) and TargetDeadIn(more 15) {
            Spell(FAERIEFERAL)
        }
         
        if TargetDebuffExpires(bleed 1) and CheckBoxOn(mangle) {
            Spell(MANGLECAT)
        }
     
        # Ravage Code - this is the catch all
        if BuffPresent(STAMPEDE) and BuffExpires(STAMPEDE 3) {
            Spell(RAVAGE)
        }
     
        # Berserk Code
        if CheckBoxOn(berserk) {
          if BuffPresent(TIGERSFURY) Spell(BERSERK)
          unless BuffPresent(TIGERSFURY) {
              if Glyph(GLYPHOFBERSERK) {
                if Mana(more 64) unless 20s before Spell(TIGERSFURY) Spell(BERSERK)
              }
              unless Glyph(GLYPHOFBERSERK) {
                if Mana(more 64) unless 15s before Spell(TIGERSFURY) Spell(BERSERK)
              }
          }
        }
 
        # Two conditions for FB during Blood of the Water phase
        # Add in FB code for end of fight - only do this is Rip buff is present
        if TalentPoints(BLOODINTHEWATERTALENT more 1) and ComboPoints(more 0) and TargetDebuffExpires(RIP 2.1 mine=1) and TargetLifePercent(less 25) and TargetDebuffPresent(RIP mine=1) {
            Spell(FEROCIOUSBITE)
        }
        if TalentPoints(BLOODINTHEWATERTALENT more 1) and ComboPoints(more 4) and TargetLifePercent(less 25) and TargetDebuffPresent(RIP mine=1) {
            Spell(FEROCIOUSBITE)
        }
     
        #Extends Rip with shred if glyph
        if Glyph(GLYPHOFSHRED) and TargetDebuffPresent(RIP mine=1) and TargetDebuffExpires(RIP 4 mine=1) and Counter(ripshreds less 3) {
            Spell(SHRED)
        }

        # Burn combo points on FB if the target is about to die - on a boss fight this is redundant with BotW phase
        if ComboPoints(more 4) and TargetDeadIn(less 7) {
            Spell(FEROCIOUSBITE)
        }
     
        # Time to recast Rip - clip if possible
        if ComboPoints(more 4) and TargetDeadIn(more 6) {
            if TargetDebuffExpires(RIP 1.9 mine=1) Spell(RIP)
        }
 
        # clip Rake early if TF is up and rake ramining is less than 9 seconds
        if TargetDebuffExpires(RAKE 8.9 mine=1) and TargetDeadIn(more 8) and BuffPresent(TIGERSFURY) {
          Spell(RAKE)
        }
     
        # intentionally clip Rake to maximize uptime
        if TargetDebuffExpires(RAKE 2.9 mine=1) and TargetDeadIn(more 8.4) {
            Spell(RAKE)
        }
     
        # Savage Roar code - both when it is down and the desync code for Rip and Roar
        if ComboPoints(more 0) and BuffExpires(SAVAGEROAR 1) and TargetDebuffPresent(RIP 6 mine=1) {
            Spell(SAVAGEROAR)
        }
     
        if BuffPresent(STAMPEDE) and BuffPresent(TIGERSFURY) {
            unless BuffPresent(CLEARCASTING) Spell(RAVAGE)
        }
     
        #stack up PANTHER (T11)
        if ArmorSetParts(T11 more 3) and CheckBoxOn(t11) {
            unless BuffPresent(PANTHER stacks=3) Spell(MANGLECAT)
        }
     
        # Conditions for Shreding now that everything else is taken into account
        if Mana(more 69) Spell(SHRED)
        if BuffPresent(CLEARCASTING) or TargetDeadIn(less 10) or BuffPresent(BERSERK) or BuffPresent(TIGERSFURY)
                Spell(SHRED)
        if ComboPoints(less 5) and TargetDebuffExpires(RIP 3 mine=1) Spell(SHRED)
        if ComboPoints(less 1) and BuffExpires(SAVAGEROAR 2) Spell(SHRED)
        if { 3s before Spell(TIGERSFURY) } Spell(SHRED)
    }
}

# Main Rotation (no filler shreds, otherwise copy of other rotation)
AddIcon help=main mastery=2
{
    if Stance(1) {
        if Mana(more 70) {
            Spell(MAUL)
        }
    }

    if Stance(3) { # cat
        unless BuffPresent(BERSERK) or BuffPresent(CLEARCASTING) {
            if Mana(less 36) Spell(TIGERSFURY)
        }

        #refresh PANTHER (T11)
        if ArmorSetParts(T11 more 3) and BuffPresent(PANTHER) and CheckBoxOn(t11) {
            if BuffExpires(PANTHER 4) Spell(MANGLECAT)
        }
 
        if CheckBoxOn(lucioles) and TargetDebuffExpires(lowerarmor 1) and TargetDeadIn(more 15) {
            Spell(FAERIEFERAL)
        }
         
        if TargetDebuffExpires(bleed 1) and CheckBoxOn(mangle) {
            Spell(MANGLECAT)
        }
     
        # Ravage Code - this is the catch all
        if BuffPresent(STAMPEDE) and BuffExpires(STAMPEDE 3) {
            Spell(RAVAGE)
        }
     
        # Berserk Code
        if CheckBoxOn(berserk) {
          if BuffPresent(TIGERSFURY) Spell(BERSERK)
          unless BuffPresent(TIGERSFURY) {
              if Glyph(GLYPHOFBERSERK) {
                if Mana(more 64) unless 20s before Spell(TIGERSFURY) Spell(BERSERK)
              }
              unless Glyph(GLYPHOFBERSERK) {
                if Mana(more 64) unless 15s before Spell(TIGERSFURY) Spell(BERSERK)
              }
          }
        }
 
        # Two conditions for FB during Blood of the Water phase
        # Add in FB code for end of fight - only do this is Rip buff is present
        if TalentPoints(BLOODINTHEWATERTALENT more 1) and ComboPoints(more 0) and TargetDebuffExpires(RIP 2.1 mine=1) and TargetLifePercent(less 25) and TargetDebuffPresent(RIP mine=1) {
            Spell(FEROCIOUSBITE)
        }
        if TalentPoints(BLOODINTHEWATERTALENT more 1) and ComboPoints(more 4) and TargetLifePercent(less 25) and TargetDebuffPresent(RIP mine=1) {
            Spell(FEROCIOUSBITE)
        }
     
        #Extends Rip with shred if glyph
        if Glyph(GLYPHOFSHRED) and TargetDebuffPresent(RIP mine=1) and TargetDebuffExpires(RIP 4 mine=1) and Counter(ripshreds less 3) {
            Spell(SHRED)
        }

        # Burn combo points on FB if the target is about to die - on a boss fight this is redundant with BotW phase
        if ComboPoints(more 4) and TargetDeadIn(less 7) {
            Spell(FEROCIOUSBITE)
        }
     
        # Time to recast Rip - clip if possible
        if ComboPoints(more 4) and TargetDeadIn(more 6) {
            if TargetDebuffExpires(RIP 1.9 mine=1) Spell(RIP)
        }
     
        # clip Rake early if TF is up and rake ramining is less than 9 seconds
        if TargetDebuffExpires(RAKE 8.9 mine=1) and TargetDeadIn(more 8.4) and BuffPresent(TIGERSFURY) {
            Spell(RAKE)
        }
     
        # intentionally clip Rake to maximize uptime
        if TargetDebuffExpires(RAKE 2.9 mine=1) and TargetDeadIn(more 8.4) {
            Spell(RAKE)
        }
     
        # Savage Roar code - both when it is down and the desync code for Rip and Roar
        if ComboPoints(more 0) and BuffExpires(SAVAGEROAR 1) and TargetDebuffPresent(RIP 6 mine=1) {
            Spell(SAVAGEROAR)
        }

        if BuffPresent(STAMPEDE) and BuffPresent(TIGERSFURY) {
            unless BuffPresent(CLEARCASTING) Spell(RAVAGE)
        }
     
        #stack up PANTHER (T11)
        if ArmorSetParts(T11 more 3) and CheckBoxOn(t11) {
            unless BuffPresent(PANTHER stacks=3) Spell(MANGLECAT)
        }
    }
}

AddIcon help=cd size=small mastery=2 { # Rake/Manglebear Icon
    if CheckBoxOn(cooldownsR) {
        if Stance(3) {
            if List(cd0 t1) {
                if ArmorSetParts(T11 more 3) {
                  if BuffExpires(PANTHER 0) Spell(MANGLECAT)
              }
              unless ArmorSetParts(T11 more 3) {
                  if TargetDebuffExpires(bleed 0) Spell(MANGLECAT)
              }
            }
            if List(cd0 t2) if TargetDebuffExpires(RAKE 0 mine=1) Spell(RAKE)
            if List(cd0 t3) if TargetDebuffExpires(RIP 0 mine=1) Spell(RIP)
            if List(cd0 t4) if BuffExpires(SAVAGEROAR 0) Spell(SAVAGEROAR)
            if List(cd0 t5) Spell(TIGERSFURY)
            if List(cd0 t6) Item(Trinket0Slot usable=1)
            if List(cd0 t7) Item(Trinket1Slot usable=1)
            if List(cd0 t8) {
              unless BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffGain(HEEDLESSCARNAGE 50) Item(UNHEEDEDWARNING)
              }
              if BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffExpires(HEEDLESSCARNAGE 0) Texture(Spell_deathknight_butcher)
              }
          }
            if List(cd0 t9) {
              unless BuffPresent(TWISTEDH) {
                  if 0s before BuffGain(TWISTEDH 50) Item(ESSENCEOFCYCLONEH)
              }
              if BuffPresent(TWISTEDH) {
                  if 0s before BuffExpires(TWISTEDH 0) Texture(Ability_rogue_dirtydeeds)
              }
          }
        }
        if Stance(1) {
          Spell(SURVIVALINSTINCTS)
        }
    }
}
AddIcon help=cd size=small mastery=2 { # Rip/Swipebear Icon
    if CheckBoxOn(cooldownsR) {
        if Stance(3) {
            if List(cd1 t1) {
                if ArmorSetParts(T11 more 3) {
                  if BuffExpires(PANTHER 0) Spell(MANGLECAT)
              }
              unless ArmorSetParts(T11 more 3) {
                  if TargetDebuffExpires(bleed 0) Spell(MANGLECAT)
              }
            }
            if List(cd1 t2) if TargetDebuffExpires(RAKE 0 mine=1) Spell(RAKE)
            if List(cd1 t3) if TargetDebuffExpires(RIP 0 mine=1) Spell(RIP)
            if List(cd1 t4) if BuffExpires(SAVAGEROAR 0) Spell(SAVAGEROAR)
            if List(cd1 t5) Spell(TIGERSFURY)
            if List(cd1 t6) Item(Trinket0Slot usable=1)
            if List(cd1 t7) Item(Trinket1Slot usable=1)
            if List(cd1 t8) {
              unless BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffGain(HEEDLESSCARNAGE 50) Item(UNHEEDEDWARNING)
              }
              if BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffExpires(HEEDLESSCARNAGE 0) Texture(Spell_deathknight_butcher)
              }
            }
            if List(cd1 t9) {
              unless BuffPresent(TWISTEDH) {
                  if 0s before BuffGain(TWISTEDH 50) Item(ESSENCEOFCYCLONEH)
              }
              if BuffPresent(TWISTEDH) {
                  if 0s before BuffExpires(TWISTEDH 0) Texture(Ability_rogue_dirtydeeds)
              }
          }
        }
        if Stance(1) {
            Spell(FRENZIEDREGENERATION)
        }
    }
}
AddIcon help=cd size=small mastery=2 { # Rake/Manglebear Icon
    if CheckBoxOn(cooldownsR) {
        if Stance(3) {
            if List(cd2 t1) {
                if ArmorSetParts(T11 more 3) {
                  if BuffExpires(PANTHER 0) Spell(MANGLECAT)
              }
              unless ArmorSetParts(T11 more 3) {
                  if TargetDebuffExpires(bleed 0) Spell(MANGLECAT)
              }
            }
            if List(cd2 t2) if TargetDebuffExpires(RAKE 0 mine=1) Spell(RAKE)
            if List(cd2 t3) if TargetDebuffExpires(RIP 0 mine=1) Spell(RIP)
            if List(cd2 t4) if BuffExpires(SAVAGEROAR 0) Spell(SAVAGEROAR)
            if List(cd2 t5) Spell(TIGERSFURY)
            if List(cd2 t6) Item(Trinket0Slot usable=1)
            if List(cd2 t7) Item(Trinket1Slot usable=1)
            if List(cd2 t8) {
              unless BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffGain(HEEDLESSCARNAGE 50) Item(UNHEEDEDWARNING)
              }
              if BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffExpires(HEEDLESSCARNAGE 0) Texture(Spell_deathknight_butcher)
              }
          }
            if List(cd2 t9) {
              unless BuffPresent(TWISTEDH) {
                  if 0s before BuffGain(TWISTEDH 50) Item(ESSENCEOFCYCLONEH)
              }
              if BuffPresent(TWISTEDH) {
                  if 0s before BuffExpires(TWISTEDH 0) Texture(Ability_rogue_dirtydeeds)
              }
          }
        }
    }
}
AddIcon help=cd size=small mastery=2 { # Rip/Swipebear Icon
    if CheckBoxOn(cooldownsR) {
        if Stance(3) {
            if List(cd3 t1) {
                if ArmorSetParts(T11 more 3) {
                  if BuffExpires(PANTHER 0) Spell(MANGLECAT)
              }
              unless ArmorSetParts(T11 more 3) {
                  if TargetDebuffExpires(bleed 0) Spell(MANGLECAT)
              }
            }
            if List(cd3 t2) if TargetDebuffExpires(RAKE 0 mine=1) Spell(RAKE)
            if List(cd3 t3) if TargetDebuffExpires(RIP 0 mine=1) Spell(RIP)
            if List(cd3 t4) if BuffExpires(SAVAGEROAR 0) Spell(SAVAGEROAR)
            if List(cd3 t5) Spell(TIGERSFURY)
            if List(cd3 t6) Item(Trinket0Slot usable=1)
            if List(cd3 t7) Item(Trinket1Slot usable=1)
            if List(cd3 t8) {
              unless BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffGain(HEEDLESSCARNAGE 50) Item(UNHEEDEDWARNING)
              }
              if BuffPresent(HEEDLESSCARNAGE) {
                  if 0s before BuffExpires(HEEDLESSCARNAGE 0) Texture(Spell_deathknight_butcher)
              }
            }
            if List(cd3 t9) {
              unless BuffPresent(TWISTEDH) {
                  if 0s before BuffGain(TWISTEDH 50) Item(ESSENCEOFCYCLONEH)
              }
              if BuffPresent(TWISTEDH) {
                  if 0s before BuffExpires(TWISTEDH 0) Texture(Ability_rogue_dirtydeeds)
              }
          }
        }
    }
}
Revenir en haut Aller en bas
Orïone

Orïone


Messages : 675

[Drood- feral] Aerynn - Page 2 Empty
MessageSujet: Re: [Drood- feral] Aerynn   [Drood- feral] Aerynn - Page 2 I_icon_minitimeMer 1 Juin - 21:12

Oué c'était le cycle LK.

C'est vraiment un cycle d'enfant à côté du cycle très dur du chamelem.


[Drood- feral] Aerynn - Page 2 Cycleelem
Revenir en haut Aller en bas
http://afkpiscine.weshforum.com
Aerynn




Messages : 18

[Drood- feral] Aerynn - Page 2 Empty
MessageSujet: Re: [Drood- feral] Aerynn   [Drood- feral] Aerynn - Page 2 I_icon_minitimeJeu 2 Juin - 15:26

bon a ce qui parait faut faire un debrief,


bah que dire .....

niveau dps, je pense que c'est OK, en mm temps normal je roxx !!!

après j'ai fait deux connerie d’inattention, le bâtonnet sur conseil, j’étais en train de revouiller.
et le condo d'ombre je trouvais plus la zone au centre, cependant il me semble que j’étais loin du centre les dégât que je mettais sur les gens était pas très haut.

après spe equi sur chogall, c'est un peu la miserouille. faudrait que j'analyse un peu des wol pour voir le cycle equi sur chogall, restez en solar cleave ca a pas l'ai terrible, on dps pas beaucoup sur les add au final dois y'avoir 1.5 champi par add, c'est pas terrible.

Sinon sur la guilde, bonne impression bonne gestion et tout. Vraiment rien a redire. Et les kick sur omnotron ça fait bien plaisir.





Revenir en haut Aller en bas
Contenu sponsorisé





[Drood- feral] Aerynn - Page 2 Empty
MessageSujet: Re: [Drood- feral] Aerynn   [Drood- feral] Aerynn - Page 2 I_icon_minitime

Revenir en haut Aller en bas
 
[Drood- feral] Aerynn
Revenir en haut 
Page 2 sur 2Aller à la page : Précédent  1, 2
 Sujets similaires
-
» Postulation Knigtheal Drood heal [refusé]

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
AFK piscine :: Recrutement :: Candidatures-
Sauter vers: