Jump to content

tonycali

Members
  • Posts

    280
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    tonycali reacted to Droidz in Regen before looting   
    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() { } }  
×
×
  • Create New...