Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. I start to work on this patch
  2. If you can try with this file (move and replace this file in "Bin" folder), and use this file some time to check if this fix don't add new bugs. wManager.dll
  3. Hello, https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088
  4. Can you share your log and a screenshot of your product settings tab
  5. I cannot reach this mob quickly, can you target this mob and run this code (give me result): var tPos = wManager.Wow.ObjectManager.ObjectManager.Target.Position; var tCombatReach = wManager.Wow.ObjectManager.ObjectManager.Target.CombatReach; var pPos = wManager.Wow.ObjectManager.ObjectManager.Me.Position; robotManager.Helpful.Logging.Write("t = " + wManager.Wow.ObjectManager.ObjectManager.Target); robotManager.Helpful.Logging.Write("r1 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos)); robotManager.Helpful.Logging.Write("r2 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0, 1.5))); robotManager.Helpful.Logging.Write("r3 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0, 2.5))); robotManager.Helpful.Logging.Write("r4 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0,- 1.5))); robotManager.Helpful.Logging.Write("r5 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0, -2.5))); robotManager.Helpful.Logging.Write("r6 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0, tCombatReach))); robotManager.Helpful.Logging.Write("r7 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0, tCombatReach / 2))); robotManager.Helpful.Logging.Write("r8 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0, tCombatReach / 3))); robotManager.Helpful.Logging.Write("r9 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(tPos + new Vector3(0, 0, tCombatReach / 4))); robotManager.Helpful.Logging.Write("r10 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(robotManager.Helpful.Math.GetPostion3DOfLineByDistance(pPos, tPos, pPos.DistanceTo(tPos) - tCombatReach))); robotManager.Helpful.Logging.Write("r11 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(robotManager.Helpful.Math.GetPostion3DOfLineByDistance(pPos, tPos, pPos.DistanceTo(tPos) - tCombatReach - 1))); robotManager.Helpful.Logging.Write("r12 = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(robotManager.Helpful.Math.GetPostion3DOfLineByDistance(pPos, tPos, pPos.DistanceTo(tPos) - tCombatReach + 1)));
  6. Use Hearthstone sample if (wManager.Wow.Helpers.Usefuls.ContinentId != (int) wManager.Wow.Enums.ContinentId.Azeroth || wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo2D(new robotManager.Helpful.Vector3(1, 2, 3)) > 1000) { wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; wManager.Wow.Helpers.ItemsManager.UseItem(6948); // http://www.wowhead.com/item=6948/hearthstone System.Threading.Thread.Sleep(1000 * 20); // 20 secondes wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true; } Line 1 replace "Azeroth" by your destination continent. Line 2 replace "1, 2, 3" by your destination position (you can also replace "1000" by your minimum distance to destination to use Hearthstone).
  7. You haven't error in your log. Try to upgrade/repair framework and to disable your antivirus/firewall, you can also try to reinstall WRobot
  8. I'll contact Jasabi
  9. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, yes, in your profile or "npc db" add npc type "Vendor" and "Repair"
  11. Update done
  12. I start to work on this patch
  13. Try to run WRobot with shortcut "WRobot no lock frame", but if you know than the problem was caused by your fightclass I cannot help you more
  14. Do you have try with new wrobot install with default settings (install WRobot in new folder, select product fisher and start bot (without figthclass and ...))
  15. "Fishing" spell is in your action bar?
  16. You can do that with lua, but you need basic knowledge in lua, WRobot (and c#)
  17. Hello, use fightclass with healing spell or add spell yourself https://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  18. What is the name of your server?
  19. Hello, yes wrobot and wow work on VMware
  20. Try to use anothers profiles. If your problem is not resolved try to disable wrobot plugins and try to change your figthclass
  21. What is the result when you are in good distance of: robotManager.Helpful.Logging.Write("r = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(wManager.Wow.ObjectManager.ObjectManager.Target.Position)); I'll try to reach this mob tomorrow (or if you have more easy npc to reach with the same problem tell me where I can found him)
×
×
  • Create New...