Everything posted by Droidz
-
WRobot support Wow 7.3.5
https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
-
Version Mismatch 01.19.18
https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
-
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/ ).
- Update Status - Patch 7.3.5 Build 25875
-
After update wrobot Vector3 or Taxi DB problem
Hello, thank you. Wait next update (don't forget to clean taxidb first time than you run next update)
-
After update wrobot Vector3 or Taxi DB problem
Changed Status to Fixed Changed Version to All
-
wow quick quest attempt to index a nil value ?!?!?!?!
Hello, check if you use last update or contact addon creator
-
i cant login
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/ ).
-
Gathering herbs while using quest profile
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)
-
Gather resources while in quest profile
- Crashing
Hello, try to close wow, remove folder "Cache" (in wow install folder)- Range Calculater for WoW Vanilla is off
Try var dist = ObjectManager.Target.GetDistance - ObjectManager.Target.CombatReach;- PathFinder ReportArea explanation
Hello, The cost change (http://masagroup.github.io/recastdetour/classdtQueryFilter.html#details) m_filter->setAreaCost((int)PolyArea::POLYAREA_GROUND, 1.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_DANGER, 2.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_BIGDANGER, 15.0f);- Quest Editor Monture
- Bot doesn't want to go
Hello, try to disable wow addons, wrobot plugin (you can try to reinstall wrobot and put only profile and fightclass). To manage mouvement when you use WRotation activate option "ManageMovementCheckBox" (in product settings)- quest will not be accepted
- Gather resources while in quest profile
Hello, in advanced general settings try to increment le min/max latency- Krol the blade farm
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- WRobot doesn't sell any items when the inventory is full
- Pet battle other players?
Hello, activate option "Pvp mode" in product settings- Herbalism not working in 1.12.1
Hello, increment min/max latency in advanced general settings- Change time to release spirit
I'll add this- fishing bot recasts fishing every 3ish seconds
Hello, increment your min/max latency in advanced general settings- Login Problem
Hello, try to reinstall WRobot.- I can not fly in any area
Problem resolved, update wrobot - Crashing