Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, https://mods.curse.com/addons/wow/autogear or zygor
  2. http://wrobot.eu/forums/topic/5396-bot-doesnt-work-hit-play-nothing-happens/?do=findComment&comment=24858
  3. Hello, use "Lua Script" condtion LuaScript: isAutoRepeat = IsAutoRepeatSpell("Shoot") Research: 1 Var: isAutoRepeat
  4. In TBC, you can use lua api: http://wowprogramming.com/docs/api/IsAutoRepeatSpell
  5. Hello, look this plugin http://wrobot.eu/files/file/359-whisper-reply/
  6. 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
  7. You have activate spell setting 'Not spell, is lua script'?
  8. 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); } }
  9. Where do you run this line?
  10. "PetAttack()" works in all wow version, "runmacrotext" has been added in TBC
  11. Hello, run lua code PetAttack() works . You can also try to run lua code PetActionButton1:Click() (same result) (Runmacro... is not implemented in wow vanilla)
  12. Hello, do you have try to clear your taxidb or reinstall wrobot?
  13. Add condition "CooldownEnabled" > "false" or "CooldownTimeLeft" > "bigger..." > "0"
  14. In runluacode, put only lua code: SummonFriend("party1")
  15. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. If you can try with new update
  17. Can you try to reactive "Calculate interact/combat distance by target size" or reinstall WRobot in new folder to test if problem is caused by your settings
  18. Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). (if you have wow addons try to disable all)
  19. I get same problem with german client, I'll fix it, for the moment try to use English or french client.
  20. You use mount name like is appear ingame?
×
×
  • Create New...