请问如何修改采集宏?

崩溃
X
 
  • 时间
  • 显示
清除所有
新帖子
  • stonefree
    初级会员
    • 03.29.22
    • 1

    请问如何修改采集宏?

    想把宏改成使用农夫之智和理智同兴,从而增加采集次数,而不是用原本的宏增加采集数量,能实现吗?
  • admin
    管理员
    • 05.24.20
    • 410

    #2
    最初发布者 stonefree
    想把宏改成使用农夫之智和理智同兴,从而增加采集次数,而不是用原本的宏增加采集数量,能实现吗?
    需要写采集宏。
    范例

    Name: (Default) Unspoiled Yield
    Type: UnspoiledYield
    Enabled: True
    Conditions: (PlayerLevel >= 80)
    Cost: 0
    SuggestedCost: 800

    S1: (IsCrystal == false && PlayerLevel >= 77)
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Exit

    S2: (IsCrystal == false && PlayerLevel >= 40)
    - (Gp >= 500) King's Yield II | None
    - (Gp >= 300) Field Mastery II | None
    - (Gp >= 100) Bountiful Harvest | None
    - Hit
    - (Gp >= 100) Bountiful Harvest | None
    - Exit

    S4: (IsCrystal == true && PlayerLevel < 68)
    - (Gp >= 200) The Giving Land | None
    - (Gp >= 150) The Twelve's Bounty | None
    - (Gp >= 100) Bountiful Harvest | None
    - Hit
    - (Gp >= 100) Bountiful Harvest | None
    - Hit
    - (Gp >= 100) Bountiful Harvest | None
    - Hit
    - (Gp >= 100) Bountiful Harvest | None
    - Hit
    - (Gp >= 100) Bountiful Harvest | None
    - Hit
    - (Gp >= 100) Bountiful Harvest | None
    - Exit

    S3: (IsCrystal == true)
    - (Gp >= 200) The Giving Land | None
    - (Gp >= 150) The Twelve's Bounty | None
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Hit
    - (Gp >= 100) Bountiful Harvest II | None
    - Exit
    Name: Optimized Crystal Yield
    Type: Gathering
    Enabled: True
    Conditions: (PlayerLevel >= 90)
    Cost: 0
    SuggestedCost: 500
    IsCrystal: True
    MaxSwings > 4

    S0: (MaxSwings > 4 && BonusAttempts > 0)
    - The Giving Land

    S1:
    - None

    S2: (SwingsDifference > 0 && EurekaMomentAura > 0)
    - Wise to the World
    => S1

    S3: (SwingsDifference > 0 && ActualGp >= 300)
    - Solid Reason
    => S1

    S4:
    - Hit
    => S1

    评论

    • Todestrieb
      初级会员
      • 04.06.22
      • 1

      #3
      最初发布者 admin

      需要写采集宏。
      范例

      Name: (Default) Unspoiled Yield
      Type: UnspoiledYield
      Enabled: True
      Conditions: (PlayerLevel >= 80)
      Cost: 0
      SuggestedCost: 800

      S1: (IsCrystal == false && PlayerLevel >= 77)
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Exit

      S2: (IsCrystal == false && PlayerLevel >= 40)
      - (Gp >= 500) King's Yield II | None
      - (Gp >= 300) Field Mastery II | None
      - (Gp >= 100) Bountiful Harvest | None
      - Hit
      - (Gp >= 100) Bountiful Harvest | None
      - Exit

      S4: (IsCrystal == true && PlayerLevel < 68)
      - (Gp >= 200) The Giving Land | None
      - (Gp >= 150) The Twelve's Bounty | None
      - (Gp >= 100) Bountiful Harvest | None
      - Hit
      - (Gp >= 100) Bountiful Harvest | None
      - Hit
      - (Gp >= 100) Bountiful Harvest | None
      - Hit
      - (Gp >= 100) Bountiful Harvest | None
      - Hit
      - (Gp >= 100) Bountiful Harvest | None
      - Hit
      - (Gp >= 100) Bountiful Harvest | None
      - Exit

      S3: (IsCrystal == true)
      - (Gp >= 200) The Giving Land | None
      - (Gp >= 150) The Twelve's Bounty | None
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Hit
      - (Gp >= 100) Bountiful Harvest II | None
      - Exit
      Name: Optimized Crystal Yield
      Type: Gathering
      Enabled: True
      Conditions: (PlayerLevel >= 90)
      Cost: 0
      SuggestedCost: 500
      IsCrystal: True
      MaxSwings > 4

      S0: (MaxSwings > 4 && BonusAttempts > 0)
      - The Giving Land

      S1:
      - None

      S2: (SwingsDifference > 0 && EurekaMomentAura > 0)
      - Wise to the World
      => S1

      S3: (SwingsDifference > 0 && ActualGp >= 300)
      - Solid Reason
      => S1

      S4:
      - Hit
      => S1
      你好,请问这个宏怎么用?我把他复制到Lisbeth的宏里面保存,并点击强制使用宏之后他还是一直用高产 II
      最后由 Todestrieb 编辑; 04-06-2022, 07:12 AM

      评论

      工作中...