想把宏改成使用农夫之智和理智同兴,从而增加采集次数,而不是用原本的宏增加采集数量,能实现吗?
请问如何修改采集宏?
崩溃
X
-
需要写采集宏。
范例
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 -
需要写采集宏。
范例
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-2022, 07:12 AM。评论
评论