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.

skeletonboy360

Members
  • Joined

  • Last visited

  1. No. 8.0 just launched anyways
  2. It’s a good replacement for PQR if you have a good fight class
  3.    morris79 reacted to a post in a topic: Scout Jyoba's Report quest: how to do
  4. Something like that. I'm not sure if Is Spell Usable works for revenge, but thats the basic idea. Yes its tedious, but until you figure out how to make a c# profile, thats what you have to do.
  5. Every other spell needs something like “IsUsableSpell>Revenge>False” then it will only use revenge when it is available
  6. I did this one. Quest One: interact target. Complete if return Quest.HasQuest(quest id); quest two: kill mobs. Complete if return Quest.IsObjectiveComplete(1, questid);
  7. I used aquatic form to check gcd on mine. Anything with 0 cd would work. if (SpellManager.GetSpellCooldownTimeLeft(“Aquatic Form”) > 0) return.
  8.    Garub reacted to a post in a topic: Help with prot pvp 3.3.5
  9. If you want to activate it, just bind a macro in game and press it. /cast Berserker Stance /cast Recklessness Add Defensive Stance spell to fight class, Condition: Buff > Defensive Stance > False. Bot will cast defensive stance when it doesnt have it
  10. Check this one. Let me know if charge works how you want it to. test.xml
  11. Not xml, might be able to change some stuff an make it c sharp code for xml. This is my druid feral charge: if (TargetDistance() >= 8 && TargetDistance() <= 25 && SpellManager.KnowSpell(16979) && Rage() >= 5 && SpellManager.GetSpellCooldownTimeLeft(16979) == 0) { Logging.WriteFight("Casting Feral Charge (Bear Form)"); Lua.LuaDoString(FeralCharge); } I've got one for warrior too, but thats also c# code. Also need something like ObjectManager.Me.HasTarget
  12. Something like var bindLocation = Lua.LuaDoString("hearth=GetBindLocation();", "hearth"); while (bindLocation != "Goldshire") { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(innkeeper.Position, innkeeperEntry); Lua.LuaDoString("SelectGossipOption(1)"); // WRobot has a command for this too, I forgot it Lua.RunMacroText("/click StaticPopup1Button1"); } I can't remember what I did but thats the basic idea.

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.