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.

sb360

Members
  • Joined

  • Last visited

  1.    tsurui111 reacted to a file: Horde Questing 1-75
  2.    gurete reacted to a file: Horde Questing 1-75
  3.    lichong8826 reacted to a file: Horde Questing 1-75
  4. shadowlotu started following sb360
  5.    Apexx reacted to a file: Horde Questing 1-75
  6.    Artek reacted to a file: Horde Questing 1-75
  7.    Denys reacted to a file: Horde Questing 1-75
  8.    Mozz reacted to a file: Horde Questing 1-75
  9.    Kamogli reacted to a file: Horde Questing 1-75
  10.    sith500 reacted to a post in a topic: Manual selling
  11. Start the bot with tracker or wrotation or a blank profile. Code wont run if bot isnt started.
  12. You can paste the code into the dev tools window and try it
  13. Did you buy wrobot
  14. Would this not work? Also this was some ugly code I worked on only once and never touched again. If I remember correctly, it doesnt work but is an easy fix. public void Resurrect() { while (ObjectManager.Me.IsDead) { if (!ObjectManager.Me.HaveBuff(8326)) { Lua.LuaDoString("RepopMe();"); Thread.Sleep(2500); } else if (ObjectManager.Me.PositionCorpse.DistanceTo(ObjectManager.Me.Position) > 10) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(ObjectManager.Me.PositionCorpse); Thread.Sleep(2500); } else { if (ObjectManager.Me.GetCorpseRecoveryDelay() > 0) { Thread.Sleep(ObjectManager.Me.GetCorpseRecoveryDelay() * 1000 + 1000); } else { Lua.LuaDoString("RetrieveCorpse();"); } } } }
  15. Pretty sure the bot checks if the character has completed it with IsQuestFlaggedCompleted(questid)
  16. Why are you getting so mad? I started using wrobot this year. I wasn't satisfied with the profiles so I made my own. It's not hard dude. Paid profiles have fancy stuff that you don't always need. If you want to pay for them you can. But it takes me like 30 min to make a viable fight class. Its honestly not worth crying about. I'd bet that even if someone gave you a paid profile for free, you'd be coming back for support, asking questions. You don't just pay for the product, you pay for the support. That's why you need to make stuff yourself so you can fix problems.
  17. Try increasing latency in wrobot options
  18. Because taurens are shit for botting and they get stuck easily. Atleast for me..
  19. Lootfilter probably.
  20. Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(183450).FirstOrDefault().GetBaseAddress); Something like that I think. Or wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(position vector, 183450);

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.