• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Lags with Auraproc, also lagging singular

    Discussion in 'Honorbuddy Support' started by Sk1vvy, Oct 30, 2014.

    1. Sk1vvy

      Sk1vvy Member

      Joined:
      Feb 5, 2012
      Messages:
      331
      Likes Received:
      1
      Trophy Points:
      18
      Hi. From 751 version HB i have lags with auraprocs: CR detect procs after 1-2 seconds. on 750 all works good. Tried code in developer's console:

      if (SpellManager.CanCast(113858))
      {
      SpellManager.Cast(113858);
      Log("Cast Dark Soul");
      }


      var sw = new Stopwatch();
      sw.Start();


      for (int i = 0; i < 100; i++)
      {
      Log(sw.ElapsedMilliseconds + " Checking...");
      if (Me.HasAura(113858))
      {
      Log(sw.ElapsedMilliseconds + " Detected!");
      break;
      }


      Thread.Sleep(100);
      }

      result:

      Cast Dark Soul
      0 Checking...
      99 Checking...
      199 Checking...
      299 Checking...
      399 Checking...
      499 Checking...
      599 Checking...
      699 Checking...
      799 Checking...
      899 Checking...
      999 Checking...
      1099 Checking...
      1099 Detected!

      always. I've got ok ping. i'll tried singular and noticed that sometimes got lagspikes for 1-2 second, CR don't cast after gcd and previous cast over.
      View attachment 12384 2014-10-30 19.07.txt
      View attachment 10468 2014-10-30 18.54.txt
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      we will check it asap

      thx
       

    Share This Page