Jump to content

Molomein

Members
  • Posts

    2
  • Joined

  • Last visited

File Comments posted by Molomein

  1. I'm having an issue where it constantly interrupts Wrath 75% of the time. Is that intended?

    Especially at range, it will interrupt the first 4-5 cast attempts... then maybe cast it once at range and then interrupt each attempt by moving forward a few feet until the mob is in melee range.

    The logs don't show anything special:

    N] 22:46:01.602 - [Path-Finding] FindPath from 10408.36 ; 546.6532 ; 1329.854 ; "None" to 10456.97 ; 540.3924 ; 1340.093 ; "None" (Kalimdor)
    [N] 22:46:01.955 - [Path-Finding] Path Count: 2 (50.07655y)
    [F] 22:46:06.252 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:06.902 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:07.461 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:08.063 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:08.702 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:10.413 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:10.991 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:11.601 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:12.181 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:14.591 - [Spell] Cast Wrath (Wrath)
    [F] 22:46:16.592 - [Spell] Cast Wrath (Wrath)
    22:46:20.679 - [Looting] Loot Young Nightsaber
    22:46:21.758 - [Fight] Player Attack Mangy Nightsaber (lvl 2)

     

    The XML shows that Wrath is set to No for CanMoveDuringCast, so it's weird that it's constantly moving and interrupting:

        <FightClassSpell>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>TargetDistance</ContionType>
              <Param xsi:type="FightClassConditionNumber">
                <Type>SmallerOrEqual</Type>
                <Value>28</Value>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <SpellName>Wrath</SpellName>
          <Priority>1</Priority>
          <CanMoveDuringCast>No</CanMoveDuringCast>
        </FightClassSpell>

     

×
×
  • Create New...