What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

{Request} PatrolSapper update

daves

New Member
Joined
Nov 26, 2014
Messages
7
Hi guys.
After the latest updates PatrolSapper longer compile. Can anyone fix this ? Or help with the plugin to use Vanish in combat.


Based on this error is a problem in a piece of code.
Code:
        public override void Initialize()
        {
            Delay = new WaitTimer(TimeSpan.FromSeconds(1));
            Delay.Stop();
            base.Initialize();
        }
        public override void Dispose()
        {
            Delay.Stop();
            base.Dispose();
        }

Thx for attention. Sry for my engl.
View attachment PatrolSapper.cs
 
Back
Top