wrobotu
-
Posts
37 -
Joined
-
Last visited
Reputation Activity
-
wrobotu got a reaction from vandeta15 in Помогу с оплатой подписки ФП
Купил гифт карту, все прошло успешно!
-
wrobotu reacted to Droidz in mail recipient
Hello, use
wManager.wManagerSetting.CurrentSetting.MailRecipient = "Name";
-
wrobotu reacted to vandeta15 in Помогу с оплатой подписки ФП
Помогу с оплатой подписки пишите туда https://funpay.com/users/277142/
-
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. -
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
-
-
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
-
wrobotu reacted to zzzar in Ледяная преграда - Нордскол
Типа перелететь на дирижабле\корабле с одного континента на другой? Вот пример такого квеста
-
-
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
-
wrobotu reacted to nkzr in Крик о помощи
Так задача была другая 😄
Изучить маунта - совсем другой код нужен