Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

interaction with the object

Featured Replies

  • Author

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

  • Author
// 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

  • Author

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);

  • Author

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);

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.