Attachment removed in preparation for new release but unable to upload new release because of server issues...Will try again sometime later.
This will run C# or lua directly from a text edit box.
Able to plug stuff directly from HB.
Short-cuts/Wrappers
HBConsole 1.4
HBConsole 1.3
Credits
This will run C# or lua directly from a text edit box.
Able to plug stuff directly from HB.
Short-cuts/Wrappers
- Log() - Prints to the Output Log
- Api (string TypeName); - dumps all the different types from typeName e.g. Api("WoWAura");
- Me - ObjectManager.Me
- F5 key - Executes the C# code.
- ClearLog() - clears the log
- Units - returns list of all WoWUnits
- Objects - Returns a list of all WoWObjects
- Items - Returns a list of all WoWItems
- GameObjects - Returns a list of all WoWGameObjects
- DynamicObjects - Returns a list of all WoWDynamicObjects
- Players - Returns a list of all WoWPlayers

HBConsole 1.4
- bug fix - thanks to x11r6
HBConsole 1.3
- The Gui is no longer shown as a modal dialog box.
- The Error output now uses better formatting.
- Added reference to GB2 and AB
- The wrappers should work again. e.g Log()
- ObjectManager.Update() is called if HB isn't running
Credits
- mastahg - Log(format.ToString(),.. change suggestion.
Attachments
Last edited: