Jump to content
  • Nagrand Mount Fight


    Bugreporter
    • Product: WRobot General Type: Bug Status: Fixed

    I will add all bugs with the Nagrand Mount here, that I found while I modify my Rogue profile. At the moment I test only wrotation.

     

    All Spells could be executed while mounted under some cirumstances. These changes in the fightclasses are needed:

    	    <FightClassCondition>
    		  <ContionType>LuaScript</ContionType>
    		  <Param xsi:type="FightClassConditionLua">
    		    <LuaScript>
    local idWarWolfSpell=164222
    local WarWolfBuff=GetSpellInfo(idWarWolfSpell)
    result=(not (IsMounted()) or UnitBuff("player",WarWolfBuff))
    </LuaScript>
    		    <VarRet>result</VarRet>
    		    <ValueRet>true</ValueRet>
    		  </Param>
    	    </FightClassCondition>
    


    and

    	  <CastIfMounted>true</CastIfMounted>
    


    Bugs:

     

    1) Combat Only has to be false. "Ignore fight if in ground mount" on/off has no effect on this bug.
    2) wrotation/manage target and rotation doesn't work
    .... (will be continued)



    User Feedback

    Recommended Comments

    Buff = true doesnt work if mounted.

            <FightClassCondition>
              <ContionType>Buff</ContionType>
              <Param xsi:type="FightClassConditionStringBool">
                <Name>Blade Flurry</Name>
                <Need>true</Need>
              </Param>
            </FightClassCondition>
    
    

    TargetHealthPercent>0 didn't work if mounted.

    HealthPercent<xx% also....

     

     

     

    If I'm ready with my new rogue fightclass, it will be LUA only..I think ;-)

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...