Jump to content

Droidz

Administrators
  • Posts

    12582
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    Coroutine Support

    Hello, you don't need coroutine to create good fightclass. You can found fightclass sample inhttp://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/ , http://wrobot.eu/forums/forum/7-tutorials-wrobot/ , http://wrobot.eu/forums/forum/39-fight-classes-assistance/ and http://wrobot.eu/forums/forum/40-developers-assistance/,
  2. Hello, can you give me elevator position, since last update WRobot support Orgrimar and Thunder bluff elevators
  3. Hello, can you share your fightclass
  4. Read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  5. WRobot crash in the session of this log? Do you have try to reinstall Wrobot?
  6. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Hello, try to increment min/max latency in advanced general settings
  8. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and reinstall frameworks
  9. Hello, you got this problem frequently? you are in special zone?
  10. Hello, try this wrobot plugin
  11. Hello, a lot of wow addons are able remove useless items
  12. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Hello, no only wow
  14. Droidz

    no start in quester

    Hello, please contact profile owner.
  15. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, this problem was caused by your fightclass, what version of WRobot do you use?
  17. Hello, with code like Memory.WowMemory.LockFrame(); Vector3 found = Vector3.Zero; for (float i = 1; i < 150; i+= 0.5f) { var to = new Vector3(ObjectManager.Me.Position.X, ObjectManager.Me.Position.Y, ObjectManager.Me.Position.Z - i); bool obstacleFound = wManager.Wow.Helpers.TraceLine.TraceLineGo(ObjectManager.Me.Position, to, CGWorldFrameHitFlags.HitTestGroundAndStructures); if (obstacleFound) { found = new Vector3(to); break; } } Memory.WowMemory.UnlockFrame();
  18. You can use task type "ChangeWowPath" if you want use different WoW.exe
  19. Hello, you need to use C# and(or) LUA (use wrobot api wManager.Wow.Helpers.AuctionHelpers)
  20. Hello, disable "Use click to move" in advanced general settings
  21. Hello, you cannot change this, but you can change option "Max unit near" to avoid to pulls large packs of mobs.
  22. try to increment your min/max latency in advanced general settings tab "Others"
×
×
  • Create New...