Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. https://wrobot.eu/forums/topic/5678-remove-item-from-bag/?do=findComment&comment=25887 Seems to works on wotlk
  2. Hello, what is your game version?
  3. Hello, step 14: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  4. Bonjour, vous devez faire un profil "Grinder" (grinder permet de choisir les mobs à attaquer)
  5. Hello, The new update should not cause this problem. Are you sure this problem is recent? you haven't updated your fightclass / plugins / wow addons? or change antivirus or other program?
  6. option train new spell is enabled?
  7. you need to have trainer in npc db (or in your profile) (and wait ~15 seconds)
  8. WRobot does not base this on time, but it checks whether the character is picking up the object or not (casting bar). Try to increment your min latency.
  9. Hi, You are sure that problem is not caused by an wow addons or wrobot plugins/fightclass?
  10. try using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { var badCorpsePos = new Vector3(-3362.286f, 4665.728f, -22.70619f); var enterDungeonPos = new Vector3(-3362.163f, 4636.226f, -101.049f); Logging.Write("[EnterCorpse] Started."); wManager.Events.OthersEvents.OnPathFinderFindPathResult += (from, to, path, mpq, success) => { if (ObjectManager.Me.IsDead && to.DistanceTo(badCorpsePos) < 10) { path.Clear(); path.AddRange(PathFinder.FindPath(enterDungeonPos)); } }; } public void Dispose() { Logging.Write("[EnterCorpse] Disposed."); } public void Settings() { MessageBox.Show("??"); } }
  11. Hello, if you can walk from detected corpse position to dungeon enter without obstacle try: using System.Windows.Forms; using robotManager.Helpful; public class Main : wManager.Plugin.IPlugin { public void Initialize() { Logging.Write("[EnterCorpse] Started."); wManager.Events.OthersEvents.OnPathFinderFindPathResult += (from, to, path, mpq, success) => { if (to.DistanceTo2D(new Vector3(-3362.286f, 4665.728f, -22.70619f)) < 30) { path.Add(new Vector3(new Vector3(-3362.163f, 4636.226f, -101.049f))); } }; } public void Dispose() { Logging.Write("[EnterCorpse] Disposed."); } public void Settings() { MessageBox.Show("??"); } }
  12. Hello, try to disable you wow addons. Check if it is not profile problem. You can activate "Radar3d" (tab "Map") to see wath wrobot try to do.
  13. Hello, you play on Tauri (if yes, WRobot works badly on this server). You have try to disable you wow addons?
  14. Hi, The connection between the relogger and WRobot and very basic, he cannot read what WRobot does. You can do this if you combine the relogger with a custom quest profile (or the "Schedule" product)
  15. Hello, you can try to start WRobot with shortcut "WRobot (No Lock Frame)"
  16. Hello, try to restart your computer and remove folder "D:\BOTs\WRobot 3.3.5\Profiles\Quester\Cache\"
  17. @User157 try with new update @Smokie it is probably because WRobot is running, try to restart computer and relaunch updater
  18. Hello, sorry problem is normally resolved.
  19. try to rename wow executable file to Wow.exe
  20. Hello, you have restart bot/wow after buying? you use flying profile? youi have put good flying mount name?
  21. Hello, you can found it here: https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
×
×
  • Create New...