Attack and Parry ACTOOLS
This has been tested, and is flawless. So it only depends on your latency, and I even did my best to account for pings up to around 500 or more
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
// set your attack weapon to slot 3
// set your 1h weapon for slot 8
// set your sheild to slot 9
// set rest to slot 0
// set parry to V
// set sheathe/unsheathe to R
// Start will all weapons and sheilds in the backpack
// All you have to do is have one person with the attack sub-routine first
// and another with the parry sub-routine first.
SetActiveWindow Darkfall Online
Delay 5000
loop 400
//Start parry sub-routine
keys {8}
delay 3000
keys {9}
delay 3000
keys {R}
delay 2000
keydown {V} 72000
delay 3000
keys {R}
delay 2000
keys {0}
LeftClick
delay 150000
keys {S}
delay 3000
//End Parry sub-routine
//Start attack sub-routine
keys {3}
delay 4000
keys {R}
delay 4000
loop 40
LeftClick
delay 1800
end
delay 3000
keys {R}
delay 2000
keys {0}
LeftClick
delay 150000
keys {S}
delay 3000
//End Attack sub-routine
end
-Casts Self Heal, Mana Missles 11x until Self Heal duration is over, recasts Self Heal.
-Harvests until your mana is full (give or take) then starts casting again.
-Harvests again, casts again, at which point ur low stam and mana.
-Rests to full mana and roughly half stam, then casts.
-Rests all the way back up and starts over.
MM = 2. Heal = 3. Tool = 7. Rest = 0.
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
//cast, harvest, cast, harvest, cast, rests, cast, rest, loops.
//you have 10 seconds after you click Start to open Darkfall window if it doesnt automatically for you.
SetActiveWindow Darkfall Online
Delay 10000
loop 100
//unsheathe staff & cast self heal -slot3
keys r
delay 800
keys 3
delay 800
LeftClick
delay 7000
//cast mana missle 11x -slot2
keys 2
delay 800
loop 11
LeftClick
delay 2400
end
//cast self heal -slot3
keys 3
delay 800
LeftClick
delay 7000
//switch back to harvest tool -slot7
keys r
delay 800
keys 7
delay 800
keys r
delay 800
//harvest
loop 240
LeftClick
delay 1000 //maybe 2800
end
//sheathe harvest tool
delay 6000
keys r
delay 800
//equip staff -slot5
keys 5
delay 800
keys r
delay 800
//cast self heal -slot3
keys 3
delay 800
LeftClick
delay 7000
//cast mana missle 11x -slot2
keys 2
delay 800
loop 11
LeftClick
delay 2400
end
//cast self heal
keys 3
delay 800
LeftClick
delay 7000
//switch back to harvest tool -slot7
keys r
delay 800
keys 7
delay 800
keys r
delay 800
//harvest
loop 240
LeftClick
delay 1000
end
//sheathe harvest tool
delay 6000
keys r
delay 800
//equip staff -slot5
keys 5
delay 800
keys r
delay 800
//cast self heal -slot3
keys 3
delay 80
LeftClick
delay 7000
//cast mana missle 11x -slot2
keys 2
delay 800
loop 11
LeftClick
delay 2400
end
//cast self heal
keys 3
delay 800
LeftClick
delay 7000
//sheathe staff to rest
keys r
delay 3000
//rest for 2 minutes then stand -slot0
keys 0
delay 800
LeftClick
delay 120000
keys w
delay 3000
//unsheathe staff
keys r
delay 800
//cast self heal -slot3
keys 3
delay 800
LeftClick
delay 7000
//cast mana missle 11x -slot2
keys 2
delay 800
loop 11
LeftClick
delay 2400
end
//cast self heal
keys 3
delay 800
LeftClick
delay 7000
//sheathe staff to rest
keys r
delay 3000
//rest for 2 minutes then stand -slot0
keys 0
delay 800
LeftClick
delay 120000
keys w
delay 3000
end
MM, Heal, Run, Rest:
Point yourself in a corner with your staff out. While running it will cast 20 mm, 1 heal, and then rest. It may need to be tweaked a bit (increase rest just a tad) as every so often I will be a little short on mana for the heal.
autorun = n
mm = 3
heal = 4
rest = 0
run backwards = d
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
SetActiveWindow Darkfall Online
Delay 1000
loop 500
KeyDown {DOWN} 2000
delay 500
keys {n}
delay 500
keys {3}
delay 500
loop 20
LeftClick
delay 2300
end
delay 500
keys {n}
delay 500
keys {4}
delay 500
LeftClick
delay 4000
keys {r}
delay 1000
keys {0}
delay 500
LeftClick
delay 150000
keys {d}
delay 5000
keys {r}
delay 1000
end
Fishing MacroI'm pretty happy with this one, tbh.
What it does, is it has 4 different fishing poles, (or more if you want, ill just make one for 10 later.) and cycles through casting them 5 times each, 80 times total, until you run out of stam, then you rest up. Then it points your guy back down towards the water so that he can cast again, and starts it all over.
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
// This line is necessary to select the proper window
SetActiveWindow Darkfall Online
//slots 1-4 for fishing poles, 0 for rest. These poles must be different.
//Start by facing the water, with the fishing rod in slot 1 equipped and sheathed
//In order to maximize efficiency, make sure you're in a spot so that you can rest without having to move.
While 1=1
delay 5000
keys r
delay 500
loop 4
Loop 5
Delay 150
LeftClick
delay 12000
end
keys 2
delay 150
Loop 5
Delay 150
LeftClick
delay 12000
end
keys 3
delay 150
Loop 5
Delay 150
LeftClick
delay 12000
end
keys 4
delay 150
Loop 5
Delay 150
LeftClick
delay 12000
end
delay 150
keys 5
end
delay 1000
keys r
delay 1000
keys 0
delay 1000
LeftClick
delay 180000
keys s
delay 3000
keydown {DOWN} 2000
end