Jump to content

Hekp

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Hekp's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello. I want to do the profile of his war: If target near is a mob, then the warrior uses shooting, and is in place for some time, if the target is one warrior uses charge. I want to do it using Fight Class Editor. Is it possible, if not then what are the alternatives?
  2. Хочу сделать следующее: Что бы бот про дистанции меньше 6 ярдов отходил назад( или в сторону) на определенное расстояние, либо после произнесения конкретного заклинания. НА форуме просмотрел много материала на эту тему, но не понял как это качественно сделать в Fight Class Editor
  3. How to do after cast(any) boat began to move backward or to the side? Use fightclass editor
  4. what command (code) can be used to force the bot to take a few steps back or sideways?
  5. Thanks so much FNV316 . It works.
  6. I did what you said with the changed values, but it still doesn't work for me. i work in EasyQuestsEditor choose the function RunCode in the field for writing: var position = new Vector3(2781.16, -432.997, 116.5811); int npcEntryId = 6738, wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId); if(wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId)) { Usefuls.SelectGossipOption(1); System.Threading.Thread.Sleep(2000); wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()"); wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()"); wManager.Wow.Helpers.Lua.LuaDoString("ConfirmBinder()"); } I creat vanila wow q profile. what is my mistake? I just want to do what would innKeeper to change the address of your hearthstone. sorry for my English
  7. when I want to pop up a sign about the change of hearthstone my character agreeing to that. i use create q profile.
  8. Hi. Why don't I click on the button I use the command : <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(2781.16, -432.997, 116.5811), 6738, 2, false)" /> <QuestsSorted Action="RunMacroLua" NameClass="/click StaticPopup1Button1" /> The game window appears, but the button does not press. Help me PLS.
  9. DELETE pls this post
  10. in fact, I wrote, it's automatic translation in the browser worked. I think it may need some settings in the game to make this command work.
  11. подскажите пожалуйста почему не работает команда <QuestsSorted действий="RunMacroLua" NameClass="/нажать StaticPopup1Button1" /> я использую, чтобы создать профиль
×
×
  • Create New...