Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, .Reaction work only on Npc, for the player check faction (o.PlayerFaction != ObjectManager.Me.PlayerFaction)
  2. Can you give me your buff/debuff list (you can get list in tab "tools" > "Dev... tools" > "Buff ..."
  3. https://wrobot.eu/bugtracker/after-update-wrobot-vector3-or-taxi-db-problem-r973/?do=findComment&comment=4730
  4. Droidz

    No fish are hooked

    Hello, try to download another wow client
  5. Hello, in advanced general settings change regen settings
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. You have npc in you "npc db" (ab tools) or in your profile?
  8. Hello, you use last WRobot version? this problem is fixed
  9. Hello, your profile use probably flying/swimming position
  10. Sorry, I haven't check EU servers. To resolve problem: Close WRobot. Download wManager.dll and move (and replace) file in folder "\WRobot\Bin\". Start WRobot again and skip update
  11. Hello, update wow
  12. Update done
  13. Update in progress
  14. Canceled, new wow version (7.3.5.25881)
  15. Droidz

    WRobot support Wow 7.3.5

    https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
  16. https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
  17. Droidz

    Crashes

    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/ ).
  18. Update in progress
  19. Hello, thank you. Wait next update (don't forget to clean taxidb first time than you run next update)
  20. Changed Status to Fixed Changed Version to All
  21. Hello, check if you use last update or contact addon creator
  22. 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/ ).
  23. Try code like (not tested) ulong lastTarget = 0; wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (lastTarget == target) return; if (!Logging.Status.StartsWith("Farm")) return; var o = ObjectManager.GetObjectByGuid(target); if (o.IsValid && o.Type == WoWObjectType.GameObject) { var go = new WoWGameObject(o.GetBaseAddress); if (go.IsValid) { lastTarget = target; cancelable.Cancel = true; Interact.InteractGameObject(target); Thread.Sleep(1500); } } } catch { } }; (run this code one time per session)
  24. Hello, try to close wow, remove folder "Cache" (in wow install folder)
×
×
  • Create New...