Hello, by default WRobot regen before to loot, you are probably tagged in combat (server bug?), try to use this plugin: DontSkipRegenIfFlaggedInCombat.cs
public class Main : wManager.Plugin.IPlugin
{
public void Initialize()
{
wManager.wManagerSetting.CurrentSetting.SkipRegenIfFlaggedInCombat = false;
}
public void Dispose()
{
}
public void Settings()
{
}
}