Jump to content
  • Don't fight didn't work


    Bugreporter
    • Product: WRobot General Type: Bug Status: Not a Bug

    As Rogue I need to do nothing. i.e. if I'm in stealth and want pick pocking. But this is not possible at the moment. Wrobot starts auto attack without any reason.

     

    Tested with wrotation, all settings are off.

     

    I build a small fightclass (one spell, which could never be true) which you could test with all Fight classes (i think).

     

    And dont know since when this will be done, but before WoD I could do nothing.



    User Feedback

    Recommended Comments

    Testsenario:

     

    -use attached fightclass,

    -use wrotation,

    -go in stealth,

    -select a mob,

     

    and you see, that wrobot tries to attack. If you go near to the mob, the mob will be attacked. No log entry.

    Link to comment
    Share on other sites

    did I attached the file ?!?  dont know.. here is it again.

    <?xml version="1.0" encoding="utf-16"?>
    <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <FightClassGeneralSettings>
        <FightClassName>do nothing</FightClassName>
        <FramePerSecond>30</FramePerSecond>
      </FightClassGeneralSettings>
      <FightClassSpells>
        <FightClassSpell>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>LuaScript</ContionType>
              <Param xsi:type="FightClassConditionLua">
                <LuaScript>result=false</LuaScript>
                <VarRet>result</VarRet>
                <ValueRet>true</ValueRet>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <SpellName>--do nothing</SpellName>
          <Priority>1</Priority>
          <CombatOnly>false</CombatOnly>
          <CastIfMounted>true</CastIfMounted>
          <CheckIfKnowUsableDistance>false</CheckIfKnowUsableDistance>
          <CheckIfView>false</CheckIfView>
          <AddToSettings>true</AddToSettings>
          <AddToSettingsActiveByDefault>true</AddToSettingsActiveByDefault>
          <NotSpellIsLuaScript>true</NotSpellIsLuaScript>
        </FightClassSpell>
      </FightClassSpells>
    </FightClass>
    
    Link to comment
    Share on other sites

    Do you have try to disable WRotation option "Launch rotation when combat started".
     
    In your fightclass you can add 'RunMacroText("/stopattack")' with "Timer" (300 ms), "not spell is lua" to "True" and "in combat only" to "False".
     
    You can also look this profile:
    Link to comment
    Share on other sites

    In wrotation all is disabled. Did you ever tried the fightclass class profile above? You can it use with every class. And there should be no action. If you have an action its wrong, because there is no action to do.  It looks like that auto-attack is started by default. (but only, if wrobot is startet.)

    Link to comment
    Share on other sites

    I have tested with rogue, Stealth activated, your fightclass, WRotation with this settings , in game I select target with left click and all is good, auto attack is not enabled.

     

    Check in your wow settings if you have option to automatically auto attack.

    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...