Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. You have activate spell setting 'Not spell, is lua script'?
  2. 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); } }
  3. Where do you run this line?
  4. "PetAttack()" works in all wow version, "runmacrotext" has been added in TBC
  5. 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)
  6. Hello, do you have try to clear your taxidb or reinstall wrobot?
  7. Add condition "CooldownEnabled" > "false" or "CooldownTimeLeft" > "bigger..." > "0"
  8. In runluacode, put only lua code: SummonFriend("party1")
  9. 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/ ).
  10. If you can try with new update
  11. 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
  12. 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)
  13. I get same problem with german client, I'll fix it, for the moment try to use English or french client.
  14. You use mount name like is appear ingame?
  15. Hello, yes it is that. And no for the PVP
  16. You use english client? Do you have try to disable all wow addons?
  17. Can you share your fightclass
  18. In the last update, CTM is disabled by default, but when you are in water CTM is used automaticly (you don't need to use this plugin now).
  19. Hello, you need to manage this in your fightclass, cancel form if you are out of combat, or you can use this csharp condition to test if you go to town: wManager.Wow.Bot.States.ToTown.GoToTownInProgress
  20. Droidz

    Bot wont loot objects

    If you can wait next update and tell me if problem is resolved
  21. if you can wait next update and tell me if problem is resolved
×
×
  • Create New...