• Visit Rebornbuddy
  • 강령술사의 포식기술을 계속돌리고싶습니다.

    Discussion in 'Demonbuddy 포럼' started by pgs, Jul 25, 2017.

    1. pgs

      pgs New Member

      Joined:
      Jul 24, 2017
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      protected virtual bool ShouldDevour()
      {
      if (!Skills.Necromancer.Devour.CanCast())
      return true;

      if (Player.PrimaryResourcePct >= 0 )
      return true;

      if (TargetUtil.CorpseCount(60f) <= 0)
      return false;

      return true;


      -------------------------------------------------------------------

      위에 두가지의 false값을 true로 변경했는데도 쓰질않네요 뭐가문제인지모르겠습니다.

      넘버패드로 오토핫키를 설정할수있다는데 그건 찾지도못하겠군요...
       
    2. pgs

      pgs New Member

      Joined:
      Jul 24, 2017
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      이에대한 질문을했는데 외국분의답변입니다.

      if (!Skills.Necromancer.Devour.CanCast())
      return true;

      You just need to change the first line to true. So if it is available it will cast devour.

      Alternatively you can do the numpad trick. If you go into keybinds and set the secondary keybind for devour to a numberpad 1-9 number- You can hold down the numberpad button u selected and hit numblock. This causes devour to be cast nonstop.

      첫번째방법대로 false를 true로 변경후에도 아무런사용을안했습니다.

      두번재는 숫자패드키를 포식칸의 스킬보조키에 등록하라는거같은데 그다음방법을 해석을못하겠습니다.
       

    Share This Page