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

Everything posted by sb360

  1. Start the bot with tracker or wrotation or a blank profile. Code wont run if bot isnt started.
  2. You can paste the code into the dev tools window and try it
  3. Did you buy wrobot
  4. 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();"); } } } }
  5. Pretty sure the bot checks if the character has completed it with IsQuestFlaggedCompleted(questid)
  6. 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.
  7. Try increasing latency in wrobot options
  8. Because taurens are shit for botting and they get stuck easily. Atleast for me..
  9. Lootfilter probably.
  10. Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(183450).FirstOrDefault().GetBaseAddress); Something like that I think. Or wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(position vector, 183450);
  11. I make two quests, first quest is completed when objective 1 is done, then it goes to the other quest and completes objective 2. I do this for all quests with multiple objectives. I might be wrong, but I don't think wrobot even knows which mob is for which objective. So it just continues killing the first mob in the list.
  12. int bagSlots = 4; if (Lua.LuaDoString<bool>("show=MerchantFrame:IsShown();", "show")) { for (int i = 0; i < bagSlots; i++) { int numSlots = Lua.LuaDoString<int>("bagSlots=GetContainerNumSlots(" + i + ");", "bagSlots"); for (int a = 1; a < numSlots; a++) { string itemLink = Lua.LuaDoString<string>("itemLink=GetContainerItemLink(" + i + ", " + a + ");", "itemLink"); if (!wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(System.Text.RegularExpressions.Regex.Match(itemLink, @"\[([^)]*)\]").Groups[1].Value) && itemLink != "nil") { Logging.WriteDebug("Selling " + System.Text.RegularExpressions.Regex.Match(itemLink, @"\[([^)]*)\]").Groups[1].Value); Lua.LuaDoString("UseContainerItem(" + i + ", " + a + ");"); } Thread.Sleep(500); } } }
  13. Lua.LuaDoString("name=UnitName("party1");", "name"); ?
  14. Is it inefficient to check health of party1-4 with lua? UnitHealth("party1") / UnitHealthMax("party1"). And cast at party member with CastSpellByName("Flash of Light", "party1"); Thats all I know, sorry
  15. Where did you get that? Is that even WRobot?
  16. Oh sorry put into plugins folder and enable it
  17. Does that profile even work for 1.12.1? It shouldnt if I'm thinking of the correct one. Also, use Quester for Dedku 1-58, not Grinder. Thats the issue.

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.