Aether Autofarm 1 3

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

// L for lifesteal

// I for ice/slow
// F for dps fire

>`0,6, state @foe.state@


>`0,8, time @foe.time@
>`0,10, distance @foe.distance@
>`0,0, timeoveral @totaltime@ timeloc @time@
>`0,12, loc @loc.name@

func botak()
?item.GetCooldown("bardiche") <= 0
equip bardiche
?item.CanActivate("bardiche")
activate R

func dibaf()
equipR mask
equipL fire sword dF

func vigory()
equipR vigor sword D
equipL vigor sword dL

func vigorx()
equipR vigor wand D
equipL vigor wand dL

func muvmen()
equipR vigor shield
equipL triskelion

func bled()
?item.GetCooldown("blade") <= 0
equip blade
?item.CanActivate("blade")
activate R

func dingin()
?foe.debuffs <= 6
equipR mask
equipL ice sword

?loc = Halls
muvmen()
?brew wood + stone

?foe.count >= 9
bled()

?foe = aether & foe.distance < 22


equipR vigor shield A
equipL vigor wand dL
?armor > 80
vigorx()
?foe = large_ghost & foe.count >= 2
equipR crossbow *10
equipL ice wand dI *10
?loc = undead_crypt_boss
?foe = phase1
vigory()
?foe.distance > 10
equip dashing shield
?foe.distance < 3
botak()

?foe = phase2
dingin()
:
vigory()
?foe.count = 1
equipR dashing shield

?foe.count >= 2
vigorx()

You might also like