Jump to content

tray

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by tray

  1. In TBC and all patch after TBC have function like RunMacroText("/target Galak Messenger") How do it in Classic version ? Need take npc in target by name
  2. 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
  3. It's can work for classic version wow ?
  4. tray

    Rotation stops after stun

    it's no't only on lookin4group server. It's on Hellground too.
  5. 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
  6. Change fight profile for 1 quest. It's possible? it yes when how i can do it with c# code? Need it for warrior on some quest need only range pull on other quest only melee.
  7. 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?
  8. Is there a way to use food not only as a spell but also as a lua code ? Need it for hunter before hunter begin use food on self he must first feed pet
  9. 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.
  10. 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 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); };
  11. 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
  12. Thanks, now all works for me and i understand how use lua macro in this bot now need test for 20 leveling if no ban want buy :)
  13. Update right now,again use only EN keyboard don't help
  14. 1. Try right now, don't help. I delete Russian keyboard and try use only with EN. 2. Hard find RuWoW client but i try
  15. Qwerty no i don't use Russian wow client or Ru addon. When i open bot i disable all addons
  16. 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
  17. I have this trouble only when i open WRobot No DX.exe
  18. 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
  19. 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 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. This macro begins use slot 1 at panel (auto attack) 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) 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 :) 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...