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.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz replied to Zan's topic in Lua programming
    Hello, https://mods.curse.com/addons/wow/quick-talents http://wow.gamepedia.com/World_of_Warcraft_API#Talent_Functions https://github.com/tomrus88/BlizzardInterfaceCode/blob/master/Interface/FrameXML/TalentFrameBase.lua
  2. Hello, WRobot blacklist sometime your repair/vendor npc "[ToTown] Unable to reach the vendor, blacklist it 120 minutes (you can disable this NPC in NPC DB tab 'Tools')." In your profile, try to disable repair/selling when you are in "Ulduar80" and reactive it when you are in "Northrend"
  3. Hello, WRobot is flying near the ground when he goes to normal position (ground), and WRobot flying high up when he goes to flying position.
  4. Hello, you cannot convert .cs files to .xml files.
  5. Hello, strange problem, do you use wow addon?
  6. Hello, try to run WRobot with shortcut "WRobot No Lock Frame"
  7. Hello, use "dev... tools" in tab "Tools" and click on button "Player/Target Buff/Debuff" when you have "Savage Roar" to check if your spell id is good
  8. Droidz commented on kpeno's bug report in Bug Tracker
    Hello, try to disable your wow addons
  9. Hello, try to contact fightclass owner, or add spell yourselft http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  10. Hello, http://wowwiki.wikia.com/wiki/API_GetInventoryItemID
  11. Hello, use condition "Combat Start Since Ms"
  12. Hello, 1: wManager.wManagerSetting.CurrentSetting.CustomClass = "fdsfsd.xml"; wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); Thread.Sleep(1000); wManager.Wow.Helpers.CustomClass.LoadCustomClass(); 2: wManager.Plugin.PluginsManager.DisposeAllPlugins(); foreach (var p in wManager.wManagerSetting.CurrentSetting.PluginsSettings) { if (p.FileName == "myplugin.cs") p.Actif = true; } wManager.Plugin.PluginsManager.LoadAllPlugins(); (but you can run c# code in your quest profile, it is better way http://wrobot.eu/forums/topic/5272-new-script-node-in-quester-profiles/#comment-24318 3: You cannot
  13. Hello, https://mods.curse.com/addons/wow/autogear or zygor
  14. http://wrobot.eu/forums/topic/5396-bot-doesnt-work-hit-play-nothing-happens/?do=findComment&comment=24858
  15. Hello, use "Lua Script" condtion LuaScript: isAutoRepeat = IsAutoRepeatSpell("Shoot") Research: 1 Var: isAutoRepeat
  16. In TBC, you can use lua api: http://wowprogramming.com/docs/api/IsAutoRepeatSpell
  17. Hello, look this plugin http://wrobot.eu/files/file/359-whisper-reply/
  18. If you want than WRobot stop to reloadui you can change settings here http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
  19. You have activate spell setting 'Not spell, is lua script'?
  20. Hello, in the fightclass editor, in "Additionnal C# code" (top left) put this code: static Main() { bool lastState = false; while (Conditions.ProductIsStarted) { if (Conditions.InGameAndConnectedAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { if (lastState && !ObjectManager.Me.IsDeadMe) { Logging.WriteDebug("Retrieve corpse, ReloadUI"); Lua.LuaDoString("ReloadUI()"); } lastState = ObjectManager.Me.IsDeadMe; } Thread.Sleep(100); } }

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.