• 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. shineey

      shineey Member

      Joined:
      Nov 14, 2014
      Messages:
      133
      Likes Received:
      0
      Trophy Points:
      16
      Sounds awesome! One question about paladins since that's my main: For aoe situations, we want to use Seal of Righteousness and Seal of Truth for 1 or 2 targets. I tried adding:
      Code:
      actions.single+=/seal_of_truth,if=!buff.seal_of_truth.up
      
      &
      
      actions.cleave+=/seal_of_righteousness,if=!buff.seal_of_righteousness.up
      I added those as the #1 action in their respective action list, but when I restarted the bot, it just stood there and only popped CDs. Are those two spells not functioning yet as part of your code? I normally switch manually, but since the bot performs actions very fat, sometimes I'm not able to switch seals until a GCD or two later.
       
    2. captainsubtext

      captainsubtext New Member

      Joined:
      Sep 30, 2012
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      0
      Please try:
      Code:
      actions.single+=/seal_of_truth,if=buff.seal_of_truth.remains<=0
      
      &
      
      actions.cleave+=/seal_of_righteousness,if=buff.seal_of_righteousness.remains<=0
       
    3. whishp

      whishp New Member

      Joined:
      Feb 26, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Any one have profile for mm hunter?
       
    4. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      You could share your profile MM and BM? Thank U
       
    5. rimdab

      rimdab New Member

      Joined:
      Oct 2, 2011
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      Dont have MM, will share BM tonight maybe. Not home atm.
       
    6. rascal9

      rascal9 Member

      Joined:
      Aug 8, 2012
      Messages:
      774
      Likes Received:
      5
      Trophy Points:
      18
      I thought your BM looked pretty solid. Im pulling good numbers with it and i like the no think about tranq shot.
       
    7. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      Ok. Thanks.
       
    8. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      I do not have a BM. only SV
       
    9. euroedu

      euroedu New Member

      Joined:
      Feb 17, 2015
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Hello,
      The profile does not work for warriors arms. I load the profile, but it does not work. There is no message of error.

      Regards.
       
    10. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      Someone could develop the script to use Healthstone / Healing Tonic when the player is 30% of life? I dont know nothing about programming / script :confused:
       
    11. rimdab

      rimdab New Member

      Joined:
      Oct 2, 2011
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      # If a character has his health 60k below his maximum, he will use the stone
      actions+=/health_stone,trigger=60000
      actions+=/health_tonic,trigger=150000 (if you have ~300k hp but will use health tonic at ~150k hp) depending on your amount of hp modify last number :) hope it works
       
    12. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      Health Stones and tonics are not in, no item except trinkets and stat potions work ^^
       
    13. rimdab

      rimdab New Member

      Joined:
      Oct 2, 2011
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      Ah ok :D. Anyway, I prefer to use tonic/stone on my own. Cheers
       
    14. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      ^
      Its quite impossible to know when you need a healing potion unless you check the whole raid and the boss and the time and the mechanics ^^
       
    15. PriorityCR

      PriorityCR New Member

      Joined:
      Feb 26, 2015
      Messages:
      108
      Likes Received:
      0
      Trophy Points:
      0
      Thanks.
       
    16. paperc07

      paperc07 Member

      Joined:
      Dec 16, 2011
      Messages:
      829
      Likes Received:
      9
      Trophy Points:
      18
      Does anyone have a quality BM profile they could share so I can use in raid tonight?
       
    17. stokbaek

      stokbaek New Member

      Joined:
      Oct 27, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Got a minor issue. My file stucture is:
      Code:
      "HB/bots/simcraft" & "HB/Simcraft Profiles" 
      When I try to load HB am I getting this:
      Code:
      Looking for db.dbc in C:\Windows\System32 and all its Subdirectories
       
    18. shineey

      shineey Member

      Joined:
      Nov 14, 2014
      Messages:
      133
      Likes Received:
      0
      Trophy Points:
      16
      When reapplying dots using something such as the following:

      actions.single+=/vampiric_touch,if=remains<(15*0.35)

      it sometimes casts it a second time immediately afterwards. I assume this is because it hasnt registered the updated duration yet. Is there some sort of way to prevent this from happening?
       
    19. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      It uses the current directory, maybe some plugin changes that ? ^^
       
    20. Kane49_2

      Kane49_2 New Member

      Joined:
      Jun 13, 2012
      Messages:
      450
      Likes Received:
      22
      Trophy Points:
      0
      There is something called a line_cd but im not sure if i broke it during the rewrite ^^
       

    Share This Page