• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Simcraft Implemented, a Raidbot Derivate with Integrated Combat

    Discussion in 'Botbases' started by Kane49_2, Feb 15, 2015.

    1. pzyc

      pzyc Member

      Joined:
      Sep 4, 2011
      Messages:
      58
      Likes Received:
      1
      Trophy Points:
      8
      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
       
    2. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      Warlock stuff is probably not working, im currently leveling my own to fix things :)
       
    3. captainsubtext

      captainsubtext New Member

      Joined:
      Sep 30, 2012
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      0
      A reminder for posting code:

      Please use [CODE ] tags or HB forum will mess up the code (putting random spaces in the code)
       
    4. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      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.
       
    5. paperc07

      paperc07 Member

      Joined:
      Dec 16, 2011
      Messages:
      829
      Likes Received:
      9
      Trophy Points:
      18


      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
       
    6. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      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
       
    7. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      has something wrong in that last line, cause it doesnt work.
       
    8. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      typo,

      it should be <= not =<
       
    9. Trashbin

      Trashbin New Member

      Joined:
      Oct 12, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    10. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      Uhm did you fix the spacing errors and stuff ?
       
    11. Trashbin

      Trashbin New Member

      Joined:
      Oct 12, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      yeah, atleast i edited as posted after. To my defence this aint my strongest side writing in codes. i might made mistakes.
       
    12. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
    13. Trashbin

      Trashbin New Member

      Joined:
      Oct 12, 2014
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      thank u, will give it a go asap
       
    14. wolfrain62

      wolfrain62 Member

      Joined:
      Aug 22, 2014
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      Last edited: Mar 14, 2015
    15. rimdab

      rimdab New Member

      Joined:
      Oct 2, 2011
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0

      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
      
       
    16. gene981

      gene981 New Member

      Joined:
      Mar 5, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      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: Mar 14, 2015
    17. Tappedout

      Tappedout New Member

      Joined:
      Oct 18, 2012
      Messages:
      263
      Likes Received:
      1
      Trophy Points:
      0

      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: Mar 14, 2015
    18. titanxmi

      titanxmi New Member

      Joined:
      Oct 18, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      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)
       
    19. squee666

      squee666 New Member

      Joined:
      Mar 14, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      I get this trying to use the unholy behaviours

      anyone know a solution?
       
    20. shineey

      shineey Member

      Joined:
      Nov 14, 2014
      Messages:
      133
      Likes Received:
      0
      Trophy Points:
      16
      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.
       

    Share This Page