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.

Door closing too fast in quest profile

Featured Replies

So I have a dung profile, but there is a door at the entrance, and sometimes it closes too fast for bot to path through, this is what I have atm.
RunCode > wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(183450);
Pulse > path1

Is there any way to make it open the door again, if it closes too fast?

Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(183450).FirstOrDefault().GetBaseAddress); Something like that I think.

 

Or wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(position vector, 183450);

  • Author
2 hours ago, sb360 said:

Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(183450).FirstOrDefault().GetBaseAddress); Something like that I think.

 

Or wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(position vector, 183450);

The problem is, it can open the door just fine with the code i already have, but the questbot goes to next step, and sometimes it is not fast enough to move through the door before it closes again, and it just continues to pulse the path and keeps running into the door

1) Move to the door
2) Use the door
3) Custom move to the position behind the door
4) Check if you are not behind the door (your coordinates)
If you are not, repeat.

In code it should be like:
While (not behind the door)

{
Move to the door
Use it
Move behind it

}

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.