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

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

    1. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      Thanks, @wolfrain62 and @rimdab.

      With the settings of you, the routine was very good. Working almost perfectly. If I identify something else, communicate to you. thanks again.

      With the changes. If they identify something that can be improved, please let me know.

      You need to register and have one post to see spoilers!
       
    2. rimdab

      rimdab New Member

      Joined:
      Oct 2, 2011
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      You will need to modify some lines, with time to make it work for you.
       
    3. wolfrain62

      wolfrain62 Member

      Joined:
      Aug 22, 2014
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      No problem, I only tested this using Focus shot so did not know about the cobra shot problem.
       
    4. rascal9

      rascal9 Member

      Joined:
      Aug 8, 2012
      Messages:
      774
      Likes Received:
      5
      Trophy Points:
      18
      If you're switching targets back and forth wont it just continuously use Opener?

      Code:
      actions+=/call_action_list,name=opener,if=time<6
       
    5. rimdab

      rimdab New Member

      Joined:
      Oct 2, 2011
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      time can be used to make an action usable only when the elapsed time, in seconds, since the beginning of the fight. It has to be used with the "<=" or ">=" operators. You can specify both an upper and a lower bound. It is especially useful when you want to time an action in respect to your raid events.

      Code:
        # Cast bloodlust 20s after the beginning of the fight
       actions+=/bloodlust,if=time>=20 
       
    6. maxmackey

      maxmackey New Member

      Joined:
      Dec 1, 2014
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Same issue, and I can't figure it out :(
      My paladin and hunter load fine, using old simcraft profiles that I used before. I even switched my pallys up today and still works.
      My elemental shaman won't compile. Gives me this error.

      When I edit it and push some things around, it no longer gives the error, but only Enhance Shaman comes up for rotation, and elemental is nonexistent.
       
    7. paperc07

      paperc07 Member

      Joined:
      Dec 16, 2011
      Messages:
      829
      Likes Received:
      9
      Trophy Points:
      18
      can anyone add me to skype paperc07 and I can share screens with you and maybe you can please help me fix my aoe
       
    8. Jerf

      Jerf New Member

      Joined:
      Nov 24, 2012
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      0
      Ret Paladin Profiles

      I finally got things where I'm pretty happy with them. None of these are exactly the profile I use but should work fine for anyone looking to improve on the default profile. Kane is welcome to use these as the default profile, though I may have removed some things (actions.precombat) that are considered important for a default profile (easy to add those back in).

      Will need to break this in to 2 posts due to going over the character limit. See next post for the other 2 profiles.

      For all 3 profiles Avenging Wrath and Light's Hammer (if you have it) will only be cast when "Cooldowns" are active. Additionally if you disable AOE it will only use the Single target actions. All 3 switch seal to Truth if Single and Righteousness if AOE. You might prefer to remove those lines (see comments in the first profile) if you want to manage your seals.

      1) is a full profile based on a current SimulationCraft (610-07) profile with some tweaks to remove things like Rebuke and add things like Sacred Shield and seals based on Single or Cleave mode. This first one has a ton of comments left in. It will work for all talents and glyphs at the expense of being a bit heavy.
      You need to register and have one post to see spoilers!
       
      Last edited: Mar 27, 2015
    9. Jerf

      Jerf New Member

      Joined:
      Nov 24, 2012
      Messages:
      138
      Likes Received:
      0
      Trophy Points:
      0
      Ret Paladin Profiles (continued)

      2) is the same profile but without the comments. Use this one if you already understand profiles or don't care to.
      You need to register and have one post to see spoilers!

      3) is a pared down profile that removes a LOT of talents. Specifically you'll need to take Final Verdict (over Empowered Seals and Seraphim) and NOT take: Holy Avenger, Holy Prism, Sacred Shield (but you can look at the earlier profiles to put Sacred Shield back in). This is an example of a profile with only 58 actions vs. 101 in the SimulationCraft version and 109 in the default Simpl/Simcraft bot profile.
      You need to register and have one post to see spoilers!
       
    10. teino

      teino New Member

      Joined:
      Mar 16, 2013
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      How would I go about this for example, I'm playing BM Hunter in a fight with adds, how do I get it to Kill Shot mobs that I don't currently have targeted?
       
    11. xwozone

      xwozone Active Member

      Joined:
      Apr 1, 2012
      Messages:
      1,514
      Likes Received:
      3
      Trophy Points:
      38
      Gonna download this and test some stuff, im not very good at coding so perhaps someone can write up a warlock profile for demo or something, but this makes me want to level my DK and play my priest.
       
    12. captainsubtext

      captainsubtext New Member

      Joined:
      Sep 30, 2012
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      0
      @Kane: regarding the last banwaves you should contact HB Staff what to better remove from your botbase (lua calls, chat output) to keep it safe. Check ban section or latest Enyo update.
       
    13. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      A very long awaited update on Enyo has been pushed to the HB store and is up for approval;

      Version 0.0.0.5-B1
      ================================================== ==
      Due to this update some functionality will be gone - Based on the recent Warden upgrades and advise from the HB staff, Enyo will refrain from using LUA now and in the future.

      * Removed all LUA from Enyo.
      * Removed ClickToMove functionality as it used LUA.
      * Removed ChatOutputs and RaidWarnings from Enyo.
      * Added Overlays as output in the WoWClient for pause functions.
      * Added Enyo's own forced navigator - Prevents routines from moving even with movement enabled.
      * Some code cleanup and rearrange.
       
    14. shineey

      shineey Member

      Joined:
      Nov 14, 2014
      Messages:
      133
      Likes Received:
      0
      Trophy Points:
      16
      Does any of this effect this botbase or was it confined to Enyo?
       
    15. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      Enyo.

      But as the captain said, kane should contact HB Staff better what to remove from your botbase (moon calls, chat output) to keep it safe.:confused:
      Let's hope. Kane has done great work.
       
    16. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
    17. wolfrain62

      wolfrain62 Member

      Joined:
      Aug 22, 2014
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      BM it should not delay barrage, mine fires it off pretty much on cool down. Not sure why yours would not go off.
      SV aoe black arrow is going to be delayed often, it depends on how many ToTH procs you get. This is because it is better to use Arcane shot during ToTH then it is to use blackarrow.

      SV aoe priority before casting Black Arrow
      Explosive Shot (Lock and Load Proc)
      Barrage
      Arcane Shot (Thrill of The Hunt Proc)
      Explosive Shot (None Proc)
      so if any of these skills are available it will do them before casting black arrow so you probably are getting a lot of procs.
       
      Last edited: Mar 29, 2015
    18. shineey

      shineey Member

      Joined:
      Nov 14, 2014
      Messages:
      133
      Likes Received:
      0
      Trophy Points:
      16
      is "time_to_die" implemented as of this time? I seem to be having trouble using it, as well as line_cd
       
    19. tdubs96

      tdubs96 Member

      Joined:
      Aug 10, 2013
      Messages:
      87
      Likes Received:
      3
      Trophy Points:
      8
      So anyone know of any kitty routines already made? i just tried to use simcraft to make my feral a routine but it does not work at all whatsoever. My toon just keeps un cat forming and then going back into it mid combat.
       
    20. wolfrain62

      wolfrain62 Member

      Joined:
      Aug 22, 2014
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I believe feral is not supported.
       

    Share This Page