Jump to content

wrobotu

Members
  • Posts

    37
  • Joined

  • Last visited

Reputation Activity

  1. Like
    wrobotu got a reaction from vandeta15 in Помогу с оплатой подписки ФП   
    Купил гифт карту, все прошло успешно!
  2. Thanks
    wrobotu reacted to Droidz in mail recipient   
    Hello, use
    wManager.wManagerSetting.CurrentSetting.MailRecipient = "Name";  
  3. Like
    wrobotu reacted to vandeta15 in Помогу с оплатой подписки ФП   
    Помогу с оплатой подписки    пишите туда  https://funpay.com/users/277142/
  4. Thanks
    wrobotu reacted to TheSmokie in use game object   
    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z)); System.Threading.Thread.Sleep(1000); wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(ObjectID).FirstOrDefault().GetBaseAddress); Tested for some object quests.
  5. Thanks
    wrobotu reacted to nkzr in bot is spinning up in the quester profile   
    General Settings => My Macros => 
    Active this macro? = Yes
    Press all the X second = 300
    Press key = space
    Press key only if not in mount = false
    This setting helps me in gathering. He will click on the space once every X seconds. And if it flies constantly up, then after clicking on the macro it will stop doing this and return to the route.
    I'm using google translate, sorry
  6. Thanks
    wrobotu reacted to Droidz in problem   
    Hello, use:
    - "While" step > !wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-10215.35, 36.84612, 34.33632, "None"));
    - "EndWhile" step
  7. Thanks
    wrobotu reacted to eeny in Can i skip steps in the Profile?   
    Product settings > profile settings(enable disable steps) > untick all the steps you completed.
     
    start the bot
  8. Thanks
    wrobotu reacted to zzzar in Ледяная преграда - Нордскол   
    Типа перелететь на дирижабле\корабле с одного континента на другой? Вот пример такого квеста
     
     
  9. Thanks
    wrobotu reacted to nkzr in Произошел очередной затуп с маунтом.   
    здесь есть код на покупку
  10. Thanks
    wrobotu reacted to nkzr in Крик о помощи   
    В том месте, где твой бот дойдет до 20 лвл, прописываешь 3 пункта:
    > IF 
    ObjectManager.Me.Level >=20 && ObjectManager.Me.Level < 40
    > RunCode
    wManager.wManagerSetting.CurrentSetting.UseGroundMount = true;
    wManager.wManagerSetting.CurrentSetting.GroundMountName = "ИМЯ МАУНТА. Если ру клиент, то так на ру раскладке и писать имя. Если англ клиент,  то на англ название маунта писать";
    > Endif
     
    На 40 все то же самое, но в IF > ObjectManager.Me.Level >= 40
  11. Like
    wrobotu reacted to nkzr in Крик о помощи   
    Так задача была другая 😄
    Изучить маунта - совсем другой код нужен
×
×
  • Create New...