Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try this c# code: var nearHostile = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitHostile()); if (nearHostile.IsValid) { wManager.Wow.Helpers.ClickOnTerrain.Spell(218594, new Vector3(nearHostile.Position)); Thread.Sleep(1000); }
  2. Hello, to AOE spell/item, you need to use: wManager.Wow.Helpers.ClickOnTerrain.Pulse(new Vector3(724.7518, 5318.563, 57.52559));
  3. Do you have try without wow addon? Can you past here your list of item at milling
  4. I have added feature to dump gameobjects to add these to the meshes files. But this take time. I'll add gameobjects (doors, ...) in next meshes update.
  5. Like here: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12204 try with this code: Thread t = new Thread(() => { uint itemId = 62899; uint spellId = 62899; int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive) { if (itemId > 0) ItemsManager.UseItem(itemId); // if it is item if (spellId > 0) SpellManager.CastSpellByIdLUA(spellId); // if it is spell ClickOnTerrain.Pulse(new Vector3(ObjectManager.Target.Position)); // for AOE spell/item } } Thread.Sleep(500); } }); t.Start();
  6. Hello, you can try to use c# code like: if (GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(1, 2, 3), 252074)) // pos and object id at pickup { ClickOnTerrain.Pulse(new Vector3(4, 5, 6)); // pos of Pot of Stew }
  7. Hello, you can try to put true at "Auto detect objective count X". If this don't works you need to detect manually (with c# code in option "Is complete condition")
  8. Hello, in quest 'Base settings', you have option "Required Quest id", if you haven't completed the "Required Quest id", current quest is skipped.
  9. Try to disable WRobot plugins and Wow addons. You get this problem after few hours without change wrobot/wow settings?
  10. Droidz

    Mining

    Hello, can you try to activate "Use lua to move" in advanced general settings
  11. Hello, I have added your link in http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/ Thank you
  12. Hello, what is your FPS in game? Try to active "Use lua to move" in advanved general settings
  13. Hello, today, the only old version of WRobot accepted (but not supported) is WRobot 1.5.7 for wow 6.2.3 (20886)
  14. Hello, do you have add the name of items at smelting (in advanced general settings tab 'Looting & farm...').
  15. Hello, you can use this condition: Possessed Fleeing Influenced Confused Pacified Target Possessed Target Fleeing Target Influenced Target Confused Target Pacified Pet Possessed Pet Fleeing Pet Influenced Pet Confused Pet Pacified
  16. Hello, when you get this problem, do you get informations in your log file?
  17. Yes, you get this problem frequently?
  18. Bonjour, pouvez vous partager votre fightclass
  19. Hello, this message appear when wow crash generally, try to install required software and switch directx version: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  20. Bonjour, Vous n'avez pas installer un addon wow qui valide vos quêtes?
×
×
  • Create New...