Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to disable your antivirus
  2. Bonjour, pouvez vous partager vos fichier log ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, use lua to click in wow interface button http://wrobot.eu/forums/topic/1689-useful-scripts/#comment-8447
  4. This code is for wrobot for vanilla, you can use lua for others wow vresion
  5. Bonjour, pouvez vous partager vos fichier log ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx and vsc++)
  7. Hello, try to increment your min/max latency in advanced general settings tab others
  8. Hello, you can use wow addon for this or http://wrobot.eu/files/file/667-lootfilterwrobot/
  9. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx et vc++)
  10. 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/ ).
  11. Hello, you have normal wrobot subscription, you need unlimited subscription to run more than 1 session at the same time.
  12. Hello, can you give me the "entry id" and the position of an gameobject (easy to reach)
  13. Hello, use WRotation product
  14. Now support 7.2.0.23911
  15. You are alone at report this problem, I think than this problem is probably caused by your wrobot install. Can you try to reinstall WRobot? If you can send me your profile I'll try to reproduce this problem (you can send me your profile by private message).
  16. Hello, you can create your own product/custom profile, or use event (with plugin or fightclass) to hook "FreeDefaultState" bg like: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state == null || string.IsNullOrWhiteSpace(state.DisplayName) || state.DisplayName != "Free default") return; // put your bahaviour here: // if you don't want run base behaviour: cancelable.Cancel = true; };
  17. Droidz

    Exception Reaction

    And you get this problem only in this zone?
  18. Hello, on what version of wow do you play? and you can try to use lua for that
  19. Hello, try new Thread(() => { robotManager.Products.Products.InPause = true; Thread.Sleep(20 * 1000); // 20 secondes robotManager.Products.Products.InPause = false; }).Start(); or robotManager.Products.Products.InPause = true; Thread.Sleep(20 * 1000); // 20 secondes robotManager.Products.Products.InPause = false;
  20. Droidz

    Safe resurrection

    Normally wrobot try to found the best position to resurrect. Are you sure that when this happen, an safe spot is available to resurrect?
  21. Hello, to use descriptor you can use WRobto API like: uint address = wManager.Wow.ObjectManager.ObjectManager.Me.GetDescriptorAddress(wManager.Wow.Patchables.Descriptors.PlayerFields.NextLevelXP); int result = wManager.Wow.Memory.WowMemory.Memory.ReadInt32(address); If you don't want to use focus, you can try to use "mouseover": WoWUnit target; // ... your target uint s_MouseOver = 0x00BD0798; // 3.3.5 http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/298310-3-3-5-offsets.html#post1902575 wManager.Wow.Memory.WowMemory.Memory.WriteUInt64(s_MouseOver, target.Guid); SpellManager.CastSpellByNameOn("Spell Name", "mouseover");
  22. Hello, add objects at havrest with c# code step, and use killandloot quest type: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(235390); (replace 235390 by object id) (sample: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/ )
  23. Hello, it is spell stetting "Check if target in view", this option is active by default
  24. Try to add npc in your npc db (tab tools). The NPC is far?
  25. Hello, try to change your mount (in general settings)
×
×
  • Create New...