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)

Recommended Comments
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 accountSign in
Already have an account? Sign in here.
Sign In Now