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

[Plugin - Dev] HBConsole - a plugin that allows you use C#/Lua directly from a plugin

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));
 
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.
 
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.

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
 
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
 
Back
Top