• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • AllRounder

    Discussion in 'Archives' started by xtenshisanx, Oct 30, 2013.

    1. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      yep Raise Skeletons wont work right now i heard about that.
      will be fixed with new Update, today oder tomorrow
       
    2. SHJordan

      SHJordan Member

      Joined:
      Oct 20, 2012
      Messages:
      636
      Likes Received:
      1
      Trophy Points:
      18
      Tenshi, you seriously need to update your template file... as many of the comands there are not compatible with latest version aka OnlyBosses for instance.
       
    3. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Just use the CRConfig menu.. normaly nn a Template
       
    4. kuskner

      kuskner Member

      Joined:
      Oct 12, 2013
      Messages:
      521
      Likes Received:
      2
      Trophy Points:
      18
      I need some help with my Marauder.

      I would like for it to use Leap Slam as a gap closer. And then use Ground Slam if 3 or more enemies close together. And to kill bosses use Dual Strike. And if there is 5 or more mobs around it should cast Rejuvenation Totem. And as the normal attack it should use Dual Strike. But right now all it does is the first spell i put in (Leap Slam) all the time.

      Code:
      #Basic Settings
      FightDistance = 50
      PotHealth = 75
      PotMana = 40
      UseQuicksilverFlask_EnemyDistance = 80
      UseQuicksilverFlask = true
      
      //gap closer
      Name = Leap Slam
      EnemyDistance = 80
      CastEnd 
      
      //aoe attack
      Name = Ground Slam
      EnemyDistance = 15
      Mobsarround_Distance = 10
      Mobsarround_Count = 3
      Mobsarround_Target = 0
      CheckForMobsarround = true
      CastEnd
      
      //bossattack
      Name = Dual Strike
      OnlyBosses = true
      CastEnd
      
      //Rejuvenation Totem
      Name = Rejuvenation Totem
      EnemyDistance = 10
      Mobsarround_Distance = 10
      Mobsarround_Count = 5
      CheckForMobsarround = true
      IsTotem = true
      MaxCount = 1
      CastEnd
      
      //Unlimited Attack
      Name = Dual Strike
      CastEnd
      
      In the EB log I can see it tries to cast other spells
      Code:
      Allrounder(Cast): Dual Strike
      Allrounder(Cast): Casted Dual Strike
      CanCast(Dual Strike) Check for Cast
      Allrounder(Cast): Dual Strike
      Allrounder(Cast): Casted Rejuvenation Totem
      CanCast(Dual Strike) Check for Cast
      Allrounder(Cast): Dual Strike
      Allrounder(Cast): Casted Dual Strike
      But all is do is spam the first skill
      Code:
       //gap closer
      Name = Leap Slam
      EnemyDistance = 80
      CastEnd 
       
    5. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Did you used the CRConfig menu?
       
    6. kuskner

      kuskner Member

      Joined:
      Oct 12, 2013
      Messages:
      521
      Likes Received:
      2
      Trophy Points:
      18
      No coz it dont work for me :(
       
    7. bordot

      bordot New Member

      Joined:
      Oct 5, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
    8. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Cant replicate the error right now..
      I am on another project now. will update it in ca 1 hour so that this evening will be a new update stay tuned and thanks for your patience
       
    9. bordot

      bordot New Member

      Joined:
      Oct 5, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      No worries, man! The CR still works perfectly fine using the config file to create
       
    10. Ketamine

      Ketamine New Member

      Joined:
      Jul 15, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      how could i add enduring cry ? thanks

      #Basic Settings
      FightDistance = 70
      PotHealth = 60
      PotMana = 0
      UseQuicksilverFlask_EnemyDistance = 80
      UseQuicksilverFlask = true

      Name = Warlord's Mark
      MinManaPercent = 60
      Mobsarround_Distance = 20
      Mobsarround_Count = 3
      Mobsarround_Target = 1
      CheckForMobsarround = true
      IsCurse = true
      CastEnd

      Name = Leap Slam
      EnemyDistance = 40
      #Mobsarround_Distance = 10
      #Mobsarround_Count = 1
      #Mobsarround_Target = 0
      #CheckForMobsarround = true
      CastEnd

      Name = Ground Slam
      Mobsarround_Distance = 15
      Mobsarround_Count = 2
      Mobsarround_Target = 0
      CheckForMobsarround = True
      CastEnd

      Name = Heavy Strike
      CastEnd
       
    11. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      This is not added in this version
       
    12. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
    13. bordot

      bordot New Member

      Joined:
      Oct 5, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
    14. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
    15. bordot

      bordot New Member

      Joined:
      Oct 5, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
    16. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      but it said its open by other process restart EB pls
       
    17. bordot

      bordot New Member

      Joined:
      Oct 5, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      I've restarted both EB and my computer and I'm still running into the crash while EB loads up the routine :(
       
    18. d0kur0

      d0kur0 New Member

      Joined:
      Aug 19, 2013
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      CanCast(Enduring Cry) Check for Cast
      This Skill is on Cooldown. Timeleft 00:00:03.7239842
      Allrounder(Cast): Trying to Cast Enduring Cry Truechecks 1:1

      But he did it was never to cast, no cooldown

      Name = Enduring Cry
      KeepChargesUp = True
      ChargeType = Endurance
      MobsAroundTarget = Me
      MobsAroundCount = 2
      MobsAroundDistance = 200
      CastEnd
       
    19. xtenshisanx

      xtenshisanx Community Developer

      Joined:
      Dec 4, 2012
      Messages:
      212
      Likes Received:
      1
      Trophy Points:
      0
      Have to Check it later
       
    20. zapper

      zapper New Member

      Joined:
      Jun 12, 2012
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      will this work with the beta build?
       

    Share This Page