Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. You can try code like: wManager.Events.FightEvents.OnFightStart += (target, cancelable) => { if (target.Entry == 1233) { //wManager.wManagerSetting.AddBlackList(target.Guid, 1000 * 60 * 5, true); cancelable.Cancel = true; } }; (run this code only one time)
  3. Update done
  4. Ok, I applied the patch to the new version (for wow build 24974)
  5. I start to work on this patch
  6. 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
  7. Hello, https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13088
  8. Can you share your log and a screenshot of your product settings tab
  9. 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)));
  10. 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).
  11. 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
  12. I'll contact Jasabi
  13. 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/ ).
  14. Hello, yes, in your profile or "npc db" add npc type "Vendor" and "Repair"
  15. Update done
  16. I start to work on this patch
  17. 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
  18. 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 ...))
  19. "Fishing" spell is in your action bar?
  20. You can do that with lua, but you need basic knowledge in lua, WRobot (and c#)
  21. Hello, use fightclass with healing spell or add spell yourself https://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
×
×
  • Create New...