Jump to content

tray

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by tray

  1. On 19.04.2018 at 4:43 PM, Marsbar said:

    I recommend you just set it to higher than 40%. 40% is very low for a bot already and it will likely struggle. Up it to something like 65%-70% and see if the results are different.

    I am surprised that you say it goes in when it has less that 40%, it shouldn't be doing that.

    Have this problem for rogue on server Kronos 3 too. Eat set on 80% to 95% for classic each mob ez do 20% damage to melee class. But bot can run kill 1 after kill he can have 240/650 hp and try kill new mob

  2. On 13.09.2016 at 8:27 PM, Droidz said:

    I have edited my last post: http://wrobot.eu/forums/topic/3811-change-targets/?do=findComment&comment=17863 (replace "ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= distance) != null" by "ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= 10) != null")

    It's can work for classic version wow ?

  3. On 05.04.2017 at 5:33 PM, Droidz said:
    
            wManager.Wow.Helpers.CustomClass.DisposeCustomClass();
            wManager.Wow.Helpers.CustomClass.LoadCustomClass("myfightclass.xml");

     

    Thanks,but from what folder bot load profile? From WRobot\FightClass ?
    Because bot say me this
    [F] 19:45:17 - [FightClass] No Fight Class selected

    My Warrior range.xml file in this folder WRobot\FightClass

    File.txt

  4. On 02.04.2017 at 2:50 PM, Droidz said:

    Hello, you can also add lua code in your fightclass for it.

    Yes,i did it,but if bot begin combat pet can't take happy from food. Fight end,bot feed pet,5 or less second if new target near and begin new fight after 10-20 such repetitions food end and pet run away.Maybe have some other way?

  5. 14 hours ago, Droidz said:

    Hello,

    Try

    
            if (ObjectManager.GetWoWGameObjectByyId(20808).Count > 0 && ObjectManager.GetWoWGameObjectByyId(20808).FirstOrDefault().GetDistance <= 50)
            {
                wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 2500);
            }

    or 

    
    if (ObjectManager.GetWoWGameObjectByyId(20808).Count > 0 && ObjectManager.GetWoWGameObjectByyId(20808).FirstOrDefault().GetDistance2D <= 50) { wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 2500); }

    zeppelin.thumb.png.1424cc986451d77c1907d127fa12152c.png

     

    Thanks it's help but i have 1 more question. What does mean this number ? it's distance between me and object ? I need it's for elevator because on server where try use bot only this value change. Coord's x,y,z all time have regular value.

     

  6. How use it in vanilla ?
    try use RunCode
     

    if (ObjectManager.Me.Position.DistanceTo2D(ObjectManager.GetWoWGameObjectByyId(20808).FirstOrDefault() <= 50 )){wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey,2500)}

    But it's closed with error

    Безымянный.png

    If try use like he just stay all time on 1 place

    if (ObjectManager.GetWoWGameObjectByyId(20808).FirstOrDefault().GetDistance <= 50) {
    wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey,2500);
    };

     

  7. On 27.01.2017 at 8:03 PM, Droidz said:

    I releases new update, activate option "Use lua to move" in advanced general settings, now wrobot for vanilla works 100% without keyboard.

    Found 1 more bug with wand and shoot in Vanilla if you use mouse right click it's begin only melee attack and bot spam only auto melee attack i think it because he try begin auto shoot use for this right click mouse

  8. 17 hours ago, Droidz said:

    If you can wait next update again and tell me if your problem is resolved.

    Hi more i don't have bug with error but still have problem "When bot move to mob he can't stop to start cast range spell (in profile it's value 25 yards) After that bot revolves around the mob and don't begin cast until i press the key movement." here video with this bug
    and combat profile

     

    <?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>Fight config name</FightClassName>
        <Range>30</Range>
      </FightClassGeneralSettings>
      <FightClassSpells>
        <FightClassSpell>
          <FightClassConditions />
          <SpellName>Lightning Bolt</SpellName>
          <Priority>2</Priority>
          <Timer>200</Timer>
        </FightClassSpell>
        <FightClassSpell>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>HealthPercent</ContionType>
              <Param xsi:type="FightClassConditionNumber">
                <Type>SmallerOrEqual</Type>
                <Value>50</Value>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <SpellName>Healing Wave</SpellName>
          <Priority>1</Priority>
          <CastOnSelf>true</CastOnSelf>
          <CastOn>player</CastOn>
        </FightClassSpell>
      </FightClassSpells>
    </FightClass>

     

    wow_2017-01-26_14-49-13-760.mp4

  9. 38 minutes ago, PtoAmo said:

    First of all thanks for release this version of WRobot.

    I think i found a bug here or smth is wrong, because when the character goes to loot a mob, he open the loot window but doesnt get it, he continues to other mobs and kill them, but doesnt get the loot.

    Thanks again.

    I have this trouble only when i open WRobot No DX.exe

  10. 3 hours ago, Droidz said:

    1: I have resolved wow error message "...AscendStop'...", for WRobot error (in your log) is caused by your computer, try to install slimdx, disable your antivirus and close teamviewer (if running).
    2: I am not sure to understand, but you can run all lua code with WRobot (in fightclass use option "Not spell is lua script")

     

    Wait next update for fix

    1. Download setup and reboot still have this problem (download dxslim,framework and Visual c++ 2010) but i download for x64. Can be problem with something else ? I try use it on other 4 computer and this problem on all computer can screen if need

    2. Can you pls give me 1 working lua code in fight profile?

    THX for answer

  11. I'am glad to see the bot which can do quests at vanilla (of course routes can need write but tool allows).  I decided to test the software before buying and found some bugs:

    1. When bot move to mob he can't stop to start cast range spell (in profile it's value 25 yards) After that bot revolves around the mob and don't begin cast until i press the key movement. When error occurs with movement in logs begin this error message

     

    Ошибка_при_движение.png

    Ошибка 2.png

     

    2. At Vanilla don't work Function RunMacroText() but script is allowed whether it is possible in this program on another run scripts without using the command RunMacroText ?
    If it's help i try explained it with screenshots.
     

    Объяснение_как_макросы_работают_в_классике.png

    This macro begins use slot 1 at panel (auto attack)

    Объяснение_ошибки_2.png

    But if try use macro from lua code it's already don't work (i use addon Super Macro for Extended Lua code in game)
    Объяснение_об_ошибке_3.png

    But like this already begin work like at screen 3.

    Whether it is possible to make this bot function call, together with the introduction of Lua code, as well as on the last screenshot?

    sorry for my bad english hope you understand me :)
    :rolleyes:

    Profile & Fight Class used on 1,2 screen.

    <?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>Fight config name</FightClassName>
        <Range>30</Range>
        <FramePerSecond>25</FramePerSecond>
      </FightClassGeneralSettings>
      <FightClassSpells>
        <FightClassSpell>
          <FightClassConditions />
          <SpellName>Lightning Bolt</SpellName>
          <Priority>2</Priority>
          <Timer>150</Timer>
        </FightClassSpell>
        <FightClassSpell>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>HealthPercent</ContionType>
              <Param xsi:type="FightClassConditionNumber">
                <Type>SmallerOrEqual</Type>
                <Value>50</Value>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <SpellName>Healing Wave</SpellName>
          <Priority>1</Priority>
          <CastOnSelf>true</CastOnSelf>
          <CastOn>player</CastOn>
        </FightClassSpell>
      </FightClassSpells>
    </FightClass>

     

    <?xml version="1.0" encoding="utf-16"?>
    <EasyQuestProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <QuestsSorted>
        <QuestsSorted Action="PulseAllInOne" NameClass="YourPlaceInTheWorld" />
        <QuestsSorted Action="PulseAllInOne" NameClass="CuttingTeeth" />
        <QuestsSorted Action="PulseAllInOne" NameClass="VileFamiliars" />
      </QuestsSorted>
      <NpcQuest>
        <NPCQuest Id="10176" Name="Kaltunk" GameObject="false">
          <PickUpQuests>
            <int>4641</int>
          </PickUpQuests>
          <TurnInQuests />
          <Position X="-607.434" Y="-4251.33" Z="38.95604" Type="Flying" />
        </NPCQuest>
        <NPCQuest Id="3143" Name="Gornek" GameObject="false">
          <PickUpQuests>
            <int>788</int>
          </PickUpQuests>
          <TurnInQuests>
            <int>4641</int>
            <int>788</int>
          </TurnInQuests>
          <Position X="-600.132" Y="-4186.19" Z="41.08905" Type="Flying" />
        </NPCQuest>
        <NPCQuest Id="3145" Name="Zureetha Fargaze" GameObject="false">
          <PickUpQuests>
            <int>792</int>
          </PickUpQuests>
          <TurnInQuests>
            <int>792</int>
          </TurnInQuests>
          <Position X="-629.052" Y="-4228.06" Z="38.15107" Type="Flying" />
        </NPCQuest>
        <NPCQuest Id="0" Name="" GameObject="false">
          <PickUpQuests />
          <TurnInQuests />
          <Position X="0" Y="0" Z="0" />
        </NPCQuest>
      </NpcQuest>
      <Npc />
      <Blackspots />
      <BlackGuids />
      <EasyQuests>
        <EasyQuest>
          <Name>Vile Familiars</Name>
          <QuestId>
            <int>792</int>
          </QuestId>
          <QuestType>KillAndLoot</QuestType>
          <QuestClass xsi:type="KillAndLootEasyQuestClass">
            <HotSpots />
            <EntryTarget>
              <int>3101</int>
            </EntryTarget>
            <IsGrinderNotQuest>false</IsGrinderNotQuest>
          </QuestClass>
          <ObjectiveCount1>0</ObjectiveCount1>
          <ObjectiveCount2>0</ObjectiveCount2>
          <ObjectiveCount3>0</ObjectiveCount3>
          <ObjectiveCount4>0</ObjectiveCount4>
          <ObjectiveCount5>0</ObjectiveCount5>
          <AutoDetectObjectiveCount1>true</AutoDetectObjectiveCount1>
          <AutoDetectObjectiveCount2>false</AutoDetectObjectiveCount2>
          <AutoDetectObjectiveCount3>false</AutoDetectObjectiveCount3>
          <AutoDetectObjectiveCount4>false</AutoDetectObjectiveCount4>
          <AutoDetectObjectiveCount5>false</AutoDetectObjectiveCount5>
          <CanCondition />
          <IsCompleteCondition />
          <RepeatableQuest>false</RepeatableQuest>
          <NotRequiredInQuestLog>false</NotRequiredInQuestLog>
          <PickUpQuestOnItem>false</PickUpQuestOnItem>
          <PickUpQuestOnItemID>0</PickUpQuestOnItemID>
          <Comment />
          <GossipOptionRewardItem>1</GossipOptionRewardItem>
          <RequiredQuest>0</RequiredQuest>
          <MaxLevel>100</MaxLevel>
          <MinLevel>0</MinLevel>
          <WoWClass>None</WoWClass>
        </EasyQuest>
        <EasyQuest>
          <Name>Your Place In The World</Name>
          <QuestId>
            <int>4641</int>
          </QuestId>
          <QuestType>None</QuestType>
          <QuestClass />
          <ObjectiveCount1>0</ObjectiveCount1>
          <ObjectiveCount2>0</ObjectiveCount2>
          <ObjectiveCount3>0</ObjectiveCount3>
          <ObjectiveCount4>0</ObjectiveCount4>
          <ObjectiveCount5>0</ObjectiveCount5>
          <AutoDetectObjectiveCount1>false</AutoDetectObjectiveCount1>
          <AutoDetectObjectiveCount2>false</AutoDetectObjectiveCount2>
          <AutoDetectObjectiveCount3>false</AutoDetectObjectiveCount3>
          <AutoDetectObjectiveCount4>false</AutoDetectObjectiveCount4>
          <AutoDetectObjectiveCount5>false</AutoDetectObjectiveCount5>
          <CanCondition />
          <IsCompleteCondition />
          <RepeatableQuest>false</RepeatableQuest>
          <NotRequiredInQuestLog>false</NotRequiredInQuestLog>
          <PickUpQuestOnItem>false</PickUpQuestOnItem>
          <PickUpQuestOnItemID>0</PickUpQuestOnItemID>
          <Comment />
          <GossipOptionRewardItem>1</GossipOptionRewardItem>
          <RequiredQuest>0</RequiredQuest>
          <MaxLevel>100</MaxLevel>
          <MinLevel>0</MinLevel>
          <WoWClass>None</WoWClass>
        </EasyQuest>
        <EasyQuest>
          <Name>Cutting Teeth</Name>
          <QuestId>
            <int>788</int>
          </QuestId>
          <QuestType>KillAndLoot</QuestType>
          <QuestClass xsi:type="KillAndLootEasyQuestClass">
            <HotSpots>
              <Vector3 X="-692.1818" Y="-4276.663" Z="38.35627" />
              <Vector3 X="-658.2144" Y="-4265.672" Z="37.45493" />
              <Vector3 X="-680.7838" Y="-4317.885" Z="47.1584" />
              <Vector3 X="-645.9964" Y="-4353.724" Z="44.1782" />
              <Vector3 X="-676.5394" Y="-4345.438" Z="44.50586" />
              <Vector3 X="-749.5751" Y="-4281.987" Z="43.49742" />
            </HotSpots>
            <EntryTarget>
              <int>3098</int>
            </EntryTarget>
            <IsGrinderNotQuest>false</IsGrinderNotQuest>
          </QuestClass>
          <ObjectiveCount1>0</ObjectiveCount1>
          <ObjectiveCount2>0</ObjectiveCount2>
          <ObjectiveCount3>0</ObjectiveCount3>
          <ObjectiveCount4>0</ObjectiveCount4>
          <ObjectiveCount5>0</ObjectiveCount5>
          <AutoDetectObjectiveCount1>true</AutoDetectObjectiveCount1>
          <AutoDetectObjectiveCount2>false</AutoDetectObjectiveCount2>
          <AutoDetectObjectiveCount3>false</AutoDetectObjectiveCount3>
          <AutoDetectObjectiveCount4>false</AutoDetectObjectiveCount4>
          <AutoDetectObjectiveCount5>false</AutoDetectObjectiveCount5>
          <CanCondition />
          <IsCompleteCondition />
          <RepeatableQuest>false</RepeatableQuest>
          <NotRequiredInQuestLog>false</NotRequiredInQuestLog>
          <PickUpQuestOnItem>false</PickUpQuestOnItem>
          <PickUpQuestOnItemID>0</PickUpQuestOnItemID>
          <Comment />
          <GossipOptionRewardItem>1</GossipOptionRewardItem>
          <RequiredQuest>0</RequiredQuest>
          <MaxLevel>100</MaxLevel>
          <MinLevel>0</MinLevel>
          <WoWClass>None</WoWClass>
        </EasyQuest>
      </EasyQuests>
    </EasyQuestProfile>

     

×
×
  • Create New...