• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin - Dev] HBConsole - a plugin that allows you use C#/Lua directly from a plugin

    Discussion in 'Archives' started by highvoltz, Nov 12, 2010.

    1. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Code:
      ClearLog();
      string spell = "Kill Command";
      int indetermValue = int.MaxValue;
      SpellFindResults sfr;
      if (SpellManager.FindSpell(spell, out sfr))
      Log((sfr.Override ?? sfr.Original).CooldownTimeLeft);
      
      
      if (indetermValue == int.MaxValue) Log(TimeSpan.MaxValue);
      Log(TimeSpan.FromSeconds(indetermValue));
      
       
    2. Giwin

      Giwin Well-Known Member Buddy Store Developer

      Joined:
      Dec 3, 2011
      Messages:
      3,431
      Likes Received:
      49
      Trophy Points:
      48
      I believe this is broken as of 5.4 patch, no longer works as it tries to find Styx.MemoryManagement even when the full path is used.
       
    3. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Giwin,

      This plugin should no longer be necessary. All the functionality it provided is now available through Honorbuddy's built-in Developer Tools, under the "Console" tab.

      cheers,
      chinajade
       
    4. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      After a chat with Highvoltz, DevTools has been deemed to be a capable replacement for this wonderful tool.

      We bit farewell to HBconsole <sniffles>, and move it to the archives.

      Farewell, good friend!
      chinajade
       

    Share This Page