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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Simcraft Implemented, a Raidbot Derivate with Integrated Combat

would like to try this....but only want to know, did u have a warlock demo profile integrated? or do i need to run Simcraft over my lock and poost the results here? and how hard is it to write this on my own, if i dont have much experience?

greetings
 
would like to try this....but only want to know, did u have a warlock demo profile integrated? or do i need to run Simcraft over my lock and poost the results here? and how hard is it to write this on my own, if i dont have much experience?

greetings

Warlock stuff is probably not working, im currently leveling my own to fix things :)
 
A reminder for posting code:

Please use [CODE ] tags or HB forum will mess up the code (putting random spaces in the code)
 
A Note for cycle targets,
its not ment for spells without conditions that differentiate the target, as it will just use the first target found matching the criteria.

Code:
actions=arcane_shot,cycle_targets=1,if=focus>90

Is not good as it will just shoot arcane shot on a random target, i will probably make it so it preferably shoots the current target but thats the most it will do.

Code:
actions=arcane_shot,cycle_targets=1,if=active_enemies=<3&debuff.serpent_sting.remains<3

Is great, it will shoot alternating arcane shots on two targets if you have less than 3 targets.
 
make sure to delete actions+=/kill_shot,if=focus.time_to_max>gcd otherwise it will not cast killshot. Also if you have the cycle command in it it will also not cast kill shot.
Credit: captainsubtext

hunter="1-Hunter_BM_Custom"
level=100
race=orc
role=attack
position=ranged_back
talents=0001333
spec=beast_mastery
summon_pet=spirit_beast

hotkeys+=/hotkey_barrage,none,X

#add your on use trinket name here and remove #
#actions+=/use_item,name=xxxxxxxxxxxx,if=cooldowns_enabled

actions+=/stampede,if=(buff.bloodlust.remains>0|buff.focus_fire.remains>0)&cooldowns_enabled
actions+=/focus_fire,five_stacks=1
actions+=/focus_fire,if=((buff.focus_fire.remains<=0)&(cooldown.bestial_wrath.remains<2))|((buff.focus_fire.remains<=0)& buff.stampede.remains>0)
actions+=/dire_beast
actions+=/bestial_wrath,if=focus>30&(buff.bestial_wrath.remains<=0)

actions+=/call_action_list,name=aoe,if=active_enemies>1&aoe_enabled

actions+=/kill_command
actions+=/a_murder_of_crows
actions+=/kill_shot,if=focus.time_to_max>gcd
actions+=/kill_shot,cycle_targets=1,max_cycle_targets=3,if=target.health.pct<20
actions+=/focusing_shot,if=focus<50
actions+=/barrage,if=hotkey_barrage
actions+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions+=/glaive_toss
actions+=/powershot,if=focus.time_to_max>cast_time
actions+=/arcane_shot,if=(buff.thrill_of_the_hunt.react&focus>35)|buff.bestial_wrath.remains>0
actions+=/arcane_shot,if=(focus>=75)
#actions+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions+=/cobra_shot


actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>2
actions.aoe+=/barrage,if=hotkey_barrage
actions.aoe+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions.aoe+=/explosive_trap
actions.aoe+=/kill_command
actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>1
actions.aoe+=/a_murder_of_crows
actions.aoe+=/kill_shot,if=focus.time_to_max>gcd
actions.aoe+=/kill_shot,cycle_targets=1,max_cycle_targets=10,if=target.health.pct<20
actions.aoe+=/focusing_shot,if=focus<50
actions.aoe+=/glaive_toss
actions.aoe+=/powershot,if=focus.time_to_max>cast_time
actions.aoe+=/cobra_shot,if=active_enemies>5
actions.aoe+=/arcane_shot,if=(buff.thrill_of_the_hunt.react&focus>35)|buff.bestial_wrath.remains>0
actions.aoe+=/arcane_shot,if=(focus>=75)
#actions.aoe+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions.aoe+=/cobra_shot

#add your on use trinket here and remove #
#trinket1=xxxxxxxxxxxx,id=xxxxxxxxx
#trinket2=xxxxxxxxxxxx,id=xxxxxxxxx

I personally use a variant of this.



See he has (check below) so will his not work correctly?
actions.aoe+=/kill_shot,if=focus.time_to_max>gcd
actions.aoe+=/kill_shot,cycle_targets=1,max_cycle_targets=10,if=target.health.pct<20
 
See he has (check below) so will his not work correctly?
actions.aoe+=/kill_shot,if=focus.time_to_max>gcd
actions.aoe+=/kill_shot,cycle_targets=1,max_cycle_targets=10,if=target.health.pct<20

1. Will do Kill Shot if you have focus below 90 or so
2. Will do Kill Shot on any target thats below 20%

2. Does the same as 1 but they both should work correctly
 
Code:
actions=arcane_shot,cycle_targets=1,if=active_enemies=<3&debuff.serpent_sting.remains<3

Is great, it will shoot alternating arcane shots on two targets if you have less than 3 targets.

has something wrong in that last line, cause it doesnt work.
 
Ty, but for me this one does not work well at all. 679 Ilvl 4 set bonus and 22k singeltaget dps. Keeps ignoring kill shot
Credit: captainsubtext

hunter="1-Hunter_BM_Custom"
level=100
race=orc
role=attack
position=ranged_back
talents=0001333
spec=beast_mastery
summon_pet=spirit_beast

hotkeys+=/hotkey_barrage,none,X

#add your on use trinket name here and remove #
#actions+=/use_item,name=xxxxxxxxxxxx,if=cooldowns_enabled

actions+=/stampede,if=(buff.bloodlust.remains>0|buff.focus_fire.remains>0)&cooldowns_enabled
actions+=/focus_fire,five_stacks=1
actions+=/focus_fire,if=((buff.focus_fire.remains<=0)&(cooldown.bestial_wrath.remains<2))|((buff.focus_fire.remains<=0)& buff.stampede.remains>0)
actions+=/dire_beast
actions+=/bestial_wrath,if=focus>30&(buff.bestial_wrath.remains<=0)

actions+=/call_action_list,name=aoe,if=active_enemies>1&aoe_enabled

actions+=/kill_command
actions+=/a_murder_of_crows
actions+=/kill_shot,if=focus.time_to_max>gcd
actions+=/kill_shot,cycle_targets=1,max_cycle_targets=3,if=target.health.pct<20
actions+=/focusing_shot,if=focus<50
actions+=/barrage,if=hotkey_barrage
actions+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions+=/glaive_toss
actions+=/powershot,if=focus.time_to_max>cast_time
actions+=/arcane_shot,if=(buff.thrill_of_the_hunt.react&focus>35)|buff.bestial_wrath.remains>0
actions+=/arcane_shot,if=(focus>=75)
#actions+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions+=/cobra_shot


actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>2
actions.aoe+=/barrage,if=hotkey_barrage
actions.aoe+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions.aoe+=/explosive_trap
actions.aoe+=/kill_command
actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>1
actions.aoe+=/a_murder_of_crows
actions.aoe+=/kill_shot,if=focus.time_to_max>gcd
actions.aoe+=/kill_shot,cycle_targets=1,max_cycle_targets=10,if=target.health.pct<20
actions.aoe+=/focusing_shot,if=focus<50
actions.aoe+=/glaive_toss
actions.aoe+=/powershot,if=focus.time_to_max>cast_time
actions.aoe+=/cobra_shot,if=active_enemies>5
actions.aoe+=/arcane_shot,if=(buff.thrill_of_the_hunt.react&focus>35)|buff.bestial_wrath.remains>0
actions.aoe+=/arcane_shot,if=(focus>=75)
#actions.aoe+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions.aoe+=/cobra_shot

#add your on use trinket here and remove #
#trinket1=xxxxxxxxxxxx,id=xxxxxxxxx
#trinket2=xxxxxxxxxxxx,id=xxxxxxxxx

I personally use a variant of this.
 
yeah, atleast i edited as posted after. To my defence this aint my strongest side writing in codes. i might made mistakes.
 
yea like i said i use a variant of the BM code. So here is the one I use.
Most of the Credit = captainsubtext
EDIT: For some reason when i post it in here it spaces out some words so make sure to fix that.

hunter="BM_Custom"
level=100
race=orc
role=attack
position=ranged_back
talents=0001333
spec=beast_mastery
summon_pet=cat

actions+=/focus_fire,five_stacks=1
actions+=/focus_fire,if=((buff.focus_fire.remains<=0)&(cooldown.bestial_wrath.remains<2))|((buff.focus_fire.remains<=0)&buff.stampede.remains>0)
actions+=/dire_beast
actions+=/bestial_wrath,if=focus>30&(buff.bestial_wrath.remains<=0)

actions+=/call_action_list,name=aoe,if=active_enemies>1&aoe_enabled

#single target
actions+=/kill_command
actions+=/a_murder_of_crows
actions+=/kill_shot,if=target.health.pct<20
actions+=/focusing_shot,if=focus<50
actions+=/barrage
actions+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions+=/glaive_toss
actions+=/powershot,if=focus.time_to_max>cast_time
actions+=/arcane_shot,if=(focus>=75)
actions+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions+=/cobra_shot

#AOE
actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>2
actions.aoe+=/barrage
actions.aoe+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions.aoe+=/explosive_trap
actions.aoe+=/kill_command
actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>1
actions.aoe+=/a_murder_of_crows
actions.aoe+=/kill_shot,if=target.health.pct<20
actions.aoe+=/focusing_shot,if=focus<50
actions.aoe+=/glaive_toss
actions.aoe+=/powershot,if=focus.time_to_max>cast_time
actions.aoe+=/arcane_shot,if=(focus>=90)
actions.aoe+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions.aoe+=/cobra_shot
 
Last edited:
yea like i said i use a variant of the BM code. So here is the one I use.
Most of the Credit = captainsubtext
EDIT: For some reason when i post it in here it spaces out some words so make sure to fix that.
hunter="BM_Custom"
level=100
race=orc
role=attack
position=ranged_back
talents=0001333
spec=beast_mastery
summon_pet=cat

actions+=/focus_fire,five_stacks=1
actions+=/focus_fire,if=((buff.focus_fire.remains<=0)&(cooldown.bestial_wrath.remains<2))|((buff.focus_fire.remains<=0)&buff.stampede.remains>0)
actions+=/dire_beast
actions+=/bestial_wrath,if=focus>30&(buff.bestial_wrath.remains<=0)

actions+=/call_action_list,name=aoe,if=active_enemies>1&aoe_enabled

#single target
actions+=/kill_command
actions+=/a_murder_of_crows
actions+=/kill_shot,if=target.health.pct<20
actions+=/focusing_shot,if=focus<50
actions+=/barrage
actions+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions+=/glaive_toss
actions+=/powershot,if=focus.time_to_max>cast_time
actions+=/arcane_shot,if=(focus>=75)
actions+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions+=/cobra_shot

#AOE
actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>2
actions.aoe+=/barrage
actions.aoe+=/cobra_shot,if=buff.pre_steady_focus.up&(14+cast_regen)<=focus.deficit
actions.aoe+=/explosive_trap
actions.aoe+=/kill_command
actions.aoe+=/multishot,if=(pet.buff.beast_cleave.remains<=0)&active_enemies>1
actions.aoe+=/a_murder_of_crows
actions.aoe+=/kill_shot,if=target.health.pct<20
actions.aoe+=/focusing_shot,if=focus<50
actions.aoe+=/glaive_toss
actions.aoe+=/powershot,if=focus.time_to_max>cast_time
actions.aoe+=/arcane_shot,if=(focus>=90)
actions.aoe+=/aspect_of_the_cheetah,if=(!buff.aspect_of_the_cheetah.up)&moving
actions.aoe+=/cobra_shot

You can try with this to make sure you have focus fire everytime :)
Code:
actions+=/focus_fire,five_stacks=1
actions+=/focus_fire,if=buff.bestial_wrath.remains>3&buff.frenzy.up
actions+=/focus_fire,if=buff.frenzy.remains<3&buff.frenzy.up
actions+=/focus_fire,if=cooldown.stampede.remains>260&buff.frenzy.up
actions+=/focus_fire,if=cooldown.bestial_wrath.remains<2&buff.frenzy.up
 
there is something wrong with the bot.It works fine with my hunter,but whe i use my ElementalShaman,it just does not work,i can not choose the profile.
here is the error information:


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Exception: Compiler Errors :

at Simcraft.APL.RuntimeCodeCompiler.CompileCode(String code) in f:\Honorbuddy 2.5.13042.771\Bots\simpl-master\APL\RuntimeCodeCompiler.cs:line 78
at Simcraft.SimcraftImpl.GenerateApls(String folder) in f:\Honorbuddy 2.5.13042.771\Bots\simpl-master\SimcraftTop.cs:line 362
at Simcraft.ProfileSelector.OnShown(EventArgs e) in f:\Honorbuddy 2.5.13042.771\Bots\simpl-master\ProfileSelector.cs:line 31
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Honorbuddy
Assembly Version: 2.5.13198.772
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
PresentationFramework
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
PresentationCore
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Tripper.Tools
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Tripper.Tools.DLL
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
GreyMagic
Assembly Version: 2.5.13198.772
Win32 Version:
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/GreyMagic.DLL
----------------------------------------
Tripper.RecastManaged
Assembly Version: 1.0.0.0
Win32 Version:
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Tripper.RecastManaged.DLL
----------------------------------------
Honorbuddy.resources
Assembly Version: 2.5.13198.772
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Languages/zh-Hans/Honorbuddy.resources.DLL
----------------------------------------
{6a64e8cd-2168-4ef4-9ad0-78b96963e2e8}
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
PresentationFramework.Aero
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
System.IO.Compression
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
WindowsFormsIntegration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
System.ServiceModel
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.92.0
Win32 Version: 1.0.92.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/System.Data.SQLite.DLL
----------------------------------------
UIAutomationTypes
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
PresentationFramework-SystemXmlLinq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll
----------------------------------------
PresentationFramework-SystemXml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
----------------------------------------
UIAutomationProvider
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
SMDiagnostics
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.ServiceModel.Internals
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
----------------------------------------
RemoteASM
Assembly Version: 2.5.13198.772
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/RemoteASM.DLL
----------------------------------------
RemoteASMNative
Assembly Version: 2.5.13198.772
Win32 Version:
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/RemoteASMNative.DLL
----------------------------------------
Microsoft.CSharp
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
5tmbe1hb
Assembly Version: 1.0.0.0
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
Refreshment_847007430
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Refreshment_847007430.dll
----------------------------------------
RaidBot_1568793406
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/RaidBot_1568793406.dll
----------------------------------------
Combat_2054063495
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Combat_2054063495.dll
----------------------------------------
Anti Drown_582334559
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Anti%20Drown_582334559.dll
----------------------------------------
ItemForAuraQuestHelper_982475339
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/ItemForAuraQuestHelper_982475339.dll
----------------------------------------
DrinkPotions_71654003
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/DrinkPotions_71654003.dll
----------------------------------------
simpl-master_506966286
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/simpl-master_506966286.dll
----------------------------------------
NUuvddSMcSdLtjQXOIDOCdPjPYLq
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
Singular_419662939
Assembly Version: 4.0.0.4449
Win32 Version: 4.0.0.4449
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Singular_419662939.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
PresentationFramework-SystemData
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Dynamic
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



and honorbuddy showed this:

Honorbuddy v2.5.13198.772 started.
Logging in...
T: 5247305168750774043 H: 561818102
Attaching to D3D11
Attached to WoW with ID 1836
Honorbuddy v2.5.13198.772 started!
Character is a level 100 Goblin Shaman
Current zone is 双月殿
Please wait a few seconds while Honorbuddy initializes.
ItemForAura - Questhelper - Version 2.0 Loaded.
Looking for db.dbc in F:\Honorbuddy 2.5.13042.771 and all its Subdirectories
Count 8441
Aura pre_steady_focus initialized with null
Aura bloodlust_proxy initialized with null
Aura potion_buff initialized with null
Aura anytrinket_buff initialized with null
Aura casting_debuff initialized with null
Aura pre_steady_focus initialized with null
Aura bloodlust_proxy initialized with null
Aura potion_buff initialized with null
Aura anytrinket_buff initialized with null
Streamed store botbases:
* Enyo (Buddystore)
New bot added!: 考古模式
New bot added!: 战场模式
New bot added!: 副本模式
New bot added!: 采集模式
New bot added!: ProfessionBuddy
New bot added!: 打怪模式
New bot added!: 任务模式
New bot added!: 混合模式
New bot added!: 组队模式
New bot added!: [BETA] GrindBuddy
New bot added!: Combat Bot
New bot added!: Raid Bot
New bot added!: Simcraft Impl
New bot added!: Enyo (Buddystore)
[Singular] Settings: default Pull More Count to 2 mobs for Elemental Shaman
[Singular] Settings: default Pull More Health to 75% for Elemental Shaman
[Singular] Context: using Normal (SOLO) behaviors since not in group
[Singular] Starting Singular v4.0.0.4449
[Singular] Installation: integrity verified for 4.0.0.4449
[Singular] Determining talent spec.
[Singular] Current spec is Elemental
[Singular] Context: using Normal (SOLO) behaviors since not in group
[Singular] Your Level 100 Goblin Elemental Shaman Build is
[Singular] ... running the Simcraft Impl bot in 双月殿
[Singular] ... Zone: 潘达利亚 using my SOLO Behaviors alone
[Singular] Pull More: disabled, only Simcraft Impl will Pull targets
[Singular] Initialization complete!
Installed plugins
Anti Drown - Disabled
BuddyMonitor - Disabled
DrinkPotions - Disabled
Questhelper - ItemForAura - Disabled
Refreshment Detection - Enabled
Honorbuddy Startup Complete
Starting the bot!
Currently Using BotBase : Simcraft Impl
Current zone is 双月殿 (Error - Wowhead)
<15:31>:Loading configuration
<15:31>:Configuration successfully loaded.
Changing current profile to Empty Profile
<15:31>:Compiling Action Lists
<15:31>:Line 32,68 : 'Simcraft.SimcraftImpl' does not contain a definition for 'active' and no extension method 'active' accepting a first argument of type 'Simcraft.SimcraftImpl' could be found (are you missing a using directive or an assembly reference?) - line c:\Users\Administrator\AppData\Local\Temp\jrmlkmrj.0.cs(32,68) : error CS1061: 'Simcraft.SimcraftImpl' does not contain a definition for 'active' and no extension method 'active' accepting a first argument of type 'Simcraft.SimcraftImpl' could be found (are you missing a using directive or an assembly reference?)
 
Last edited:
there is something wrong with the bot.It works fine with my hunter,but whe i use my ElementalShaman,it just does not work,i can not choose the profile.
here is the error information:


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Exception: Compiler Errors :

at Simcraft.APL.RuntimeCodeCompiler.CompileCode(String code) in f:\Honorbuddy 2.5.13042.771\Bots\simpl-master\APL\RuntimeCodeCompiler.cs:line 78
at Simcraft.SimcraftImpl.GenerateApls(String folder) in f:\Honorbuddy 2.5.13042.771\Bots\simpl-master\SimcraftTop.cs:line 362
at Simcraft.ProfileSelector.OnShown(EventArgs e) in f:\Honorbuddy 2.5.13042.771\Bots\simpl-master\ProfileSelector.cs:line 31
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Honorbuddy
Assembly Version: 2.5.13198.772
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
PresentationFramework
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
PresentationCore
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Tripper.Tools
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Tripper.Tools.DLL
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
GreyMagic
Assembly Version: 2.5.13198.772
Win32 Version:
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/GreyMagic.DLL
----------------------------------------
Tripper.RecastManaged
Assembly Version: 1.0.0.0
Win32 Version:
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Tripper.RecastManaged.DLL
----------------------------------------
Honorbuddy.resources
Assembly Version: 2.5.13198.772
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Languages/zh-Hans/Honorbuddy.resources.DLL
----------------------------------------
{6a64e8cd-2168-4ef4-9ad0-78b96963e2e8}
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
PresentationFramework.Aero
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
System.IO.Compression
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
WindowsFormsIntegration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
System.ServiceModel
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.92.0
Win32 Version: 1.0.92.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/System.Data.SQLite.DLL
----------------------------------------
UIAutomationTypes
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
PresentationFramework-SystemXmlLinq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll
----------------------------------------
PresentationFramework-SystemXml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
----------------------------------------
UIAutomationProvider
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
SMDiagnostics
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.ServiceModel.Internals
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
----------------------------------------
RemoteASM
Assembly Version: 2.5.13198.772
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/RemoteASM.DLL
----------------------------------------
RemoteASMNative
Assembly Version: 2.5.13198.772
Win32 Version:
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/RemoteASMNative.DLL
----------------------------------------
Microsoft.CSharp
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
5tmbe1hb
Assembly Version: 1.0.0.0
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
Refreshment_847007430
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Refreshment_847007430.dll
----------------------------------------
RaidBot_1568793406
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/RaidBot_1568793406.dll
----------------------------------------
Combat_2054063495
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Combat_2054063495.dll
----------------------------------------
Anti Drown_582334559
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Anti%20Drown_582334559.dll
----------------------------------------
ItemForAuraQuestHelper_982475339
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/ItemForAuraQuestHelper_982475339.dll
----------------------------------------
DrinkPotions_71654003
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/DrinkPotions_71654003.dll
----------------------------------------
simpl-master_506966286
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/simpl-master_506966286.dll
----------------------------------------
NUuvddSMcSdLtjQXOIDOCdPjPYLq
Assembly Version: 0.0.0.0
Win32 Version: 2.5.13198.772
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/Honorbuddy.exe
----------------------------------------
Singular_419662939
Assembly Version: 4.0.0.4449
Win32 Version: 4.0.0.4449
CodeBase: file:///F:/Honorbuddy%202.5.13042.771/CompiledAssemblies/Singular_419662939.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
PresentationFramework-SystemData
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Dynamic
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.19408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.19408 built by: FX451RTMLREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



and honorbuddy showed this:

Honorbuddy v2.5.13198.772 started.
Logging in...
T: 5247305168750774043 H: 561818102
Attaching to D3D11
Attached to WoW with ID 1836
Honorbuddy v2.5.13198.772 started!
Character is a level 100 Goblin Shaman
Current zone is 双月殿
Please wait a few seconds while Honorbuddy initializes.
ItemForAura - Questhelper - Version 2.0 Loaded.
Looking for db.dbc in F:\Honorbuddy 2.5.13042.771 and all its Subdirectories
Count 8441
Aura pre_steady_focus initialized with null
Aura bloodlust_proxy initialized with null
Aura potion_buff initialized with null
Aura anytrinket_buff initialized with null
Aura casting_debuff initialized with null
Aura pre_steady_focus initialized with null
Aura bloodlust_proxy initialized with null
Aura potion_buff initialized with null
Aura anytrinket_buff initialized with null
Streamed store botbases:
* Enyo (Buddystore)
New bot added!: 考古模式
New bot added!: 战场模式
New bot added!: 副本模式
New bot added!: 采集模式
New bot added!: ProfessionBuddy
New bot added!: 打怪模式
New bot added!: 任务模式
New bot added!: 混合模式
New bot added!: 组队模式
New bot added!: [BETA] GrindBuddy
New bot added!: Combat Bot
New bot added!: Raid Bot
New bot added!: Simcraft Impl
New bot added!: Enyo (Buddystore)
[Singular] Settings: default Pull More Count to 2 mobs for Elemental Shaman
[Singular] Settings: default Pull More Health to 75% for Elemental Shaman
[Singular] Context: using Normal (SOLO) behaviors since not in group
[Singular] Starting Singular v4.0.0.4449
[Singular] Installation: integrity verified for 4.0.0.4449
[Singular] Determining talent spec.
[Singular] Current spec is Elemental
[Singular] Context: using Normal (SOLO) behaviors since not in group
[Singular] Your Level 100 Goblin Elemental Shaman Build is
[Singular] ... running the Simcraft Impl bot in 双月殿
[Singular] ... Zone: 潘达利亚 using my SOLO Behaviors alone
[Singular] Pull More: disabled, only Simcraft Impl will Pull targets
[Singular] Initialization complete!
Installed plugins
Anti Drown - Disabled
BuddyMonitor - Disabled
DrinkPotions - Disabled
Questhelper - ItemForAura - Disabled
Refreshment Detection - Enabled
Honorbuddy Startup Complete
Starting the bot!
Currently Using BotBase : Simcraft Impl
Current zone is 双月殿 (Error - Wowhead)
<15:31>:Loading configuration
<15:31>:Configuration successfully loaded.
Changing current profile to Empty Profile
<15:31>:Compiling Action Lists
<15:31>:Line 32,68 : 'Simcraft.SimcraftImpl' does not contain a definition for 'active' and no extension method 'active' accepting a first argument of type 'Simcraft.SimcraftImpl' could be found (are you missing a using directive or an assembly reference?) - line c:\Users\Administrator\AppData\Local\Temp\jrmlkmrj.0.cs(32,68) : error CS1061: 'Simcraft.SimcraftImpl' does not contain a definition for 'active' and no extension method 'active' accepting a first argument of type 'Simcraft.SimcraftImpl' could be found (are you missing a using directive or an assembly reference?)


I am getting this actually for my hunter. I am not sure what is going on and I have tried to update/ fresh install the bot base and profiles.



EDIT: Fresh installed HB again and it worked one time. I get the unhandled exception error when hitting start and it pulls up the dialog box to pick a profile.
 
Last edited:
Hi, i have problem with Warlock Destro profile.

I test Hunter profile and it functions correctly.

Can someone link me a profile for Warlock Destro that functions ?

Ty


(sorry for my bad english)
 
Hi, i have problem with Warlock Destro profile.

Can someone link me a profile for Warlock Destro that functions ?)

As of right now, Warlock functionality isnt really implemented. Kane is in the process of leveling his lock so that he can have a character on which to test the warlock stuff.
 
Back
Top