Jump to content

nkzr

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by nkzr

  1. Hello! The GM during the collection of the resource moves the character about 10 meters from the node. Then the bot runs again to this node. Can I get around this somehow? Log: 07:09:31.671 - [Farming] !MovementManager.InMovement 07:09:31.671 - [Farming] Farm failed
  2. Problem solved it seems Additional bot args: -dx
  3. If you close the relogger immediately after the start of farming, then it will still disconnect
  4. If I manually start the game (wow) and the bot (wrobot), then everything works fine BUT if I run it with a relogger, it crashes from the game to the main screen after ~ a minute. Then it comes in, flies for a minute and disconnects again Login with proxy, login without proxy. The result is the same - disconnect after ~ a minute
  5. Лучше самому научиться, чтобы потом делать правки
  6. А если тебя на сирус занесет, то там только русский клиент Берешь какой-нибудь профиль рабочий и правишь английские названия на русские в самом профиле Или свой сделай
  7. Клиент ставишь английский И через вот этот продукт включаешь прокачку Все сделают за тебя) Советую еще от этих же создателей плагины скачать Еще точно заливали профили для прокачки в стартовой зоне дк рабочие. Но уже не вижу их ни здесь, ни на гитхабе
  8. Какой-нибудь топ пираток загугли, почти на каждом есть сервера лич кинга и их варден не детектит бота
  9. Ботоводит, но репортит других ботов. Сутками сидит на форуме и отслеживает новые темы, чтобы офнуть своих ботов перед проверкой или взять управление на себя. И так на протяжении уже очень долгого времени
  10. До этого думал между Skvarenix и miyateera
  11. Skvarenix на фанпее это Хитрыйстраус на Sirus с вероятностью более 90% Что с этим делать, думайте сами) В игре его боты качаются на квестах. В основном за орду
  12. Не знаю, у меня все норм
  13. Нечего на сирусе фармить)
  14. 1. Followpath to object 2. runcode : (pick up) wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(176392).FirstOrDefault().GetBaseAddress); System.Threading.Thread.Sleep(1000); wManager.Wow.Helpers.Lua.LuaDoString("QuestFrameAcceptButton:Click();"); Thread.Sleep(1000); 3. pulse quest 4. Followpath to object 5. runcode : (turn in) wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(176392).FirstOrDefault().GetBaseAddress); System.Threading.Thread.Sleep(1000); wManager.Wow.Helpers.Lua.LuaDoString("QuestFrameCompleteQuestButton:Click();"); Thread.Sleep(1000);
  15. it works!
  16. UPD test wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(176392).FirstOrDefault().GetBaseAddress); System.Threading.Thread.Sleep(1000); wManager.Wow.Helpers.Lua.LuaDoString("QuestFrameAcceptButton:Click();"); Thread.Sleep(1000); wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(176392).FirstOrDefault().GetBaseAddress); System.Threading.Thread.Sleep(1000); wManager.Wow.Helpers.Lua.LuaDoString("QuestFrameCompleteQuestButton:Click();"); Thread.Sleep(1000);
  17. Doesn't work Then I will not do these quests 😄
  18. // Go to Location, Target NPC , Turn Quest In. RunCode --- Manually Complete Quest - force complete, forcecomplete, Runcode if (Quest.GetQuestCompleted()) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z)); } var u = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(XXXX)); if (u.IsValid) { Interact.InteractGameObject(u.GetBaseAddress); Lua.LuaDoString("QuestFrameCompleteQuestButton:Click();"); } found such a way. I'll try a little later I will try your method too
  19. The bot tries to run to the very center of this object. But the object is large. That's why he hits the wall. You can interact with this object even from a distance of 10 meters. But the bot rests on pixels, trying to get to the very center
  20. Already. This cauldron is large. Same problem with stones in Northrend
  21. Прописываешь вместо английского названия заклинания вот это и не паришься
  22. https://wotlkdb.com/?quest=5216 https://wotlkdb.com/?object=176361 Can't turn in the quest. The character runs into this cauldron, but doesn't interact. Problem with all cauldrons in the quest series
  23. Нуууууу....... Прям на несколько тем ниже
×
×
  • Create New...