• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Self cast enduring cry/immortal call

    Discussion in 'Archives' started by whistlingswordsman, Dec 22, 2014.

    1. whistlingswordsman

      whistlingswordsman New Member

      Joined:
      May 15, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      Hi, is there a way to self cast cast enduring cry or immortal call? Seems like there was the option in the older version of the bot.

      Thanks.
       
    2. pushedx

      pushedx Moderator Moderator Buddy Core Dev

      Joined:
      Sep 24, 2013
      Messages:
      4,252
      Likes Received:
      290
      Trophy Points:
      83
      ExampleRoutine auto-casts Enduring Cry as long as it's on your skill bar. It doesn't do Immortal Call right now, but I can look into adding that into the default routine in the near future. It's mostly just some copy/paste work and adding a check for the number of endurance charges.
       
    3. whistlingswordsman

      whistlingswordsman New Member

      Joined:
      May 15, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      any chance we can get some help on coding immortal call in manually?
       
    4. Emmitt

      Emmitt Member

      Joined:
      Jul 24, 2011
      Messages:
      79
      Likes Received:
      1
      Trophy Points:
      8
      Should be something like (pseudo-code)

      Code:
      if Immortal Call != -1 #immortal call on skillbar
          if NumberOfMobsNear > 0
              if Player.EnduranceCharges == Player.MaxEnduranceCharges
                  Cast Immortal Call
                  return true
              else
                  return false
          else
              return false
      else
          return false
      
       
    5. AladinsLamp

      AladinsLamp New Member

      Joined:
      Apr 17, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      There was some kind of a gem ... cast on damage taken, should work pretty good, no?
       
    6. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Please consider looking at the posting date. lol
       
    7. Darox

      Darox Member

      Joined:
      Nov 7, 2014
      Messages:
      353
      Likes Received:
      2
      Trophy Points:
      18
      yup lol, but actually might be important due to beta changes.
       
    8. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Lots of changes are occuring (mana reserved and such) and it's probably useless to talk about it until beta hits live.
       

    Share This Page