Jump to content

Weer36

Members
  • Posts

    93
  • Joined

  • Last visited

Posts posted by Weer36

  1. Sorry for necropost, but anybody used subj? It's no difference in GoToTask behavior:

    GoToTask.ToPosition(pos, 3.5f, false, context => true);

    and

    GoToTask.ToPosition(pos, 3.5f, false, context => false);

    in both cases bot successfully runs until reaches destination and ignores fight during run.

    How to correct use GoToTask.ToPosition with interrupting when bot attacked?

  2. Hi everyone!

    How to kill properly all started by "new Thread(()=>{}).Start()" threads in my plugin? Cuz they are still running after product restarting.

    Sure i'm cheking stuff like (_isLaunched && Conditions.InGameAndConnectedAndProductStarted) in loop.

    I'm confused that threads don't kills after MuPlugin.Dispose() method

     

×
×
  • Create New...