Jump to content

Hekp

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Hekp

  1. Хочу сделать следующее: Что бы бот про дистанции меньше 6 ярдов отходил назад( или в сторону) на определенное расстояние, либо после произнесения конкретного заклинания. НА форуме просмотрел много материала на эту тему, но не понял как это качественно сделать в Fight Class Editor

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

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

  4. подскажите пожалуйста почему не работает команда <QuestsSorted действий="RunMacroLua" NameClass="/нажать StaticPopup1Button1" /> я использую, чтобы создать профиль

×
×
  • Create New...