Jump to content

nkzr

WRobot user
  • Posts

    90
  • Joined

  • Last visited

Everything posted by nkzr

  1. Skvarenix на фанпее это Хитрыйстраус на Sirus с вероятностью более 90% Что с этим делать, думайте сами) В игре его боты качаются на квестах. В основном за орду
  2. Не знаю, у меня все норм
  3. Нечего на сирусе фармить)
  4. 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);
  5. 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);
  6. Doesn't work Then I will not do these quests 😄
  7. // 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
  8. 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
  9. Already. This cauldron is large. Same problem with stones in Northrend
  10. Прописываешь вместо английского названия заклинания вот это и не паришься
  11. 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
  12. Нуууууу....... Прям на несколько тем ниже
  13. Попробуй на английском видео посмотреть. Даже без звука там все интуитивно понятно. + можешь скачать готовые профили для этого и посмотреть, как они сделаны + на форуме есть гайды
  14. От сервера зависит. Если сирус, то гайд на форуме уже есть. Если wowcircle, то подойдет любой профиль с этого сайта бесплатный
  15. Наверное, можно еще без плагинов через настройки сделать, но не помню уже Лучше на английском ищи ответы на вопросы. Почти все они разбирались на форуме
  16. Через вот этот плагин можешь настроить
  17. На форуме уже все ответы есть. Ищи Уверен, что разберешься
  18. Карты российских банков не принимаются к оплате
  19. How to write correctly? If => (if i have item "Frayed Robe") - ? runcode => wManager.Wow.Helpers.ItemsManager.EquipItemByName ("Frayed Robe"); endif
  20. General Settings => Food / Drink => заполняешь поля => on 1% => to 44%
×
×
  • Create New...