July 17Jul 17 I'm running into an issue where my bot gets stuck trying to complete "Grind Wild Turkey" tasks in Elwynn Forest.The bot just runs around the zone endlessly searching for Wild Turkeys that don't appear to exist. Eventually it gains enough experience from killing other nearby mobs that it levels up a few times and moves on to the next area, but until then it spends a lot of time wandering around.When I look at the Tasks list, it's filled with multiple "Grind Wild Turkey" entries.Things I've already tried: Blacklisting Wild Turkeys, Spawning Wild Turkeys, Restarting WRobot, Switching profiles and Deleting the NPC from the databaseUnfortunately, none of these have resolved the issue. Even with the mob blacklisted, the bot continues searching for them.Has anyone experienced this before or know how to remove these grind tasks or prevent WRobot from generating them?I'm using Wholesome Auto Quester with an AzerothCore server. 16 Jul 2026 22H51.log.html
July 28Jul 28 Author I figured out what was causing the problem.The following file contained 1,447 location entries for Wild Turkey:.\WRobot\Data\AQ.jsonBecause of this, WRobot was attempting to visit every recorded Wild Turkey location. Since the NPC was not actually available, the bot would travel to each location, blacklist it, and then move on to the next one.To fix the issue, I found the entry for Wild Turkey, NPC ID 32820, and replaced its Creatures list with an empty array:{ "entry": 32820, "name": "Wild Turkey", "faction": 7, "maxLevel": 1, "minLevel": 1, "unit_flags2": 2048, "Creatures": [] }This removed a large number of lines from the AQ.json file.After saving the file and restarting WRobot, the bot stopped searching for the elusive Wild Turkey.I recommend making a backup of AQ.json before editing it.
Create an account or sign in to comment