Jump to content

misth

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by misth

  1. i never coded anything so im dumb as hell in this topic

     

    shoud i use this code of yours in quest order whit option "if" or should i paste it after diffrent option ?

    1 hour ago, Ordush said:

    Also why do you have two Thread.Sleeps after eachother?

    That was just copied form other code to test. i final i will change it.

  2. I tried out to fix it but my code dont work. Can someone help below i post my code.

     

     

    var position = new Vector3(33742,93 ; 2834,23 ; 90,82549 ; "None");
    int npcEntryId = 26184;


    wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(33742,93 ; 2834,23 ; 90,82549 ; "None", 26184);
    System.Threading.Thread.Sleep(1000 * 2);

    System.Threading.Thread.Sleep(1000 * 2);

    Usefuls.SelectGossipOption(1);
    System.Threading.Thread.Sleep(1000 * 2);

    Usefuls.SelectGossipOption(1);
    System.Threading.Thread.Sleep(1000 * 2);

    Usefuls.SelectGossipOption(1);
    System.Threading.Thread.Sleep(1000 * 2);

    Usefuls.SelectGossipOption(1);
    System.Threading.Thread.Sleep(1000 * 2);

    wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 3000);
     

×
×
  • Create New...