You get all time this log: 19:50:28 - "[Farming] Still moving! - Please verify if your key binding "Sit/Move Down" is assigned."
Try to disable your wow addons and try to reinstall wrobot, select only your profile (don't use fightclass and ...) to test if WRobot works
Hello, add this in your fightclass like:
RunMacroText("/petattack");
RunMacroText("/cast Hunter's Mark(Rank 2)");
RunMacroText("/cast Berserking(Racial)");
RunMacroText("/cast Rapid Fire");
with spell settings "Not spell is lua script" > True and "Once per target" > True (and add distance condition)
But, you can also add all spells normally in your fightclass
Hello, replace
Buffer.Pulse();
by
while (wManager.Wow.Helpers.Conditions.ProductIsStarted)
{
if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause)
{
Buffer.Pulse();
}
}
Yes fightclass seem strange, can you try without fightclass, try also to disable wrobot plugins and wow addons, and if all works fine, try to reactivate them one per one