Synik
Active Member
- Joined
- Jan 30, 2010
- Messages
- 995
- Reaction score
- 42
Either HB has broken this or the behavior is not up to date with the last couple of HB versions.
As you can see the syntax is correct as per the original post and the wiki, have also tried with the optional WaitTime included to no avail.
*Edit*
Managed to get a more clear error which might assist with a quick fix.
PHP:
Honorbuddy stopped
Exception thrown in CustomBehavior object for tag:
<CustomBehavior File="RunMacro" Macro="/dismount" NumOfTimes="1" />
make sure the tag has all required attributes and try again.
Thread was being aborted.
Honorbuddy stopped
As you can see the syntax is correct as per the original post and the wiki, have also tried with the optional WaitTime included to no avail.
*Edit*
PHP:
[14:52:24:725] Unable to compile CustomBehavior for tag: <CustomBehavior File="RunMacro" Macro="/dismount" NumOfTimes="1" />
[14:52:24:725] Errors:
[14:52:24:725] d:\Bots\****\Quest Behaviors\RunMacro.cs(29,25) : error CS0305: Using the generic type 'System.Collections.Generic.Dictionary<TKey,TValue>' requires '2' type arguments
[14:52:24:725] Honorbuddy stopped
[14:52:24:725] Stop called!
[14:52:24:761] Exception thrown in CustomBehavior object for tag:
<CustomBehavior File="RunMacro" Macro="/dismount" NumOfTimes="1" />
make sure the tag has all required attributes and try again.
[14:52:24:761] Thread was being aborted.
[14:52:24:761] Honorbuddy stopped
Managed to get a more clear error which might assist with a quick fix.
Last edited: