June 19, 201411 yr Hey, Like the title says, can i configure the profile to detect that i am combat for too long when gathering stufff ( likely because of a mob that is fighting an npc somewhere nearby and has tagged me, but it won't attack me because of it's scripted combat ) and use vanish to be able to mount up ? Cheers
June 19, 201411 yr I havent figured this out yet but if you do that would be awesome and I would love to see the script if there is one?
June 20, 201411 yr Author I will try it tonight, although it always seems to happen durring the night right after i let it farm alone for a few hours....
June 24, 201411 yr Hello, Currently this is not supported, you can try attached file it but I am not sure than this works. You can also try to use lua code to make timer. testVanish.xml
July 22, 201411 yr I'm still having issues with stealth while not in combat and having a target. I have it set to stealth if I have a target and I'm not in combat and for some reason it wont stealth. <FightClassSpell> <SpellName>Steakth</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>MeInCombat</ContionType> <Param xsi:type="FightClassConditionBool" /> </FightClassCondition> <FightClassCondition> <ContionType>HaveTarget</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> </FightClassConditions> <Priority>48</Priority> <AddToSettings>true</AddToSettings> <AddToSettingsActiveByDefault>true</AddToSettingsActiveByDefault> <Timer>6000</Timer> </FightClassSpell>
Create an account or sign in to comment