[AC Tool] Fort/Rigor/LM/MM/SH/Harvest

08/14/2009 11:34 Penakle#1
Newbie Staff in slot one, MM in slot 2, SH in slot 3, and Pick or Axe in slot 4

Start with nothing in your hands and stand up against a tree/rock/metal. The script will start by draining your mana, then switch to your harvesting tool and harvest until your mana bar is full, drains it again then harvests for yet another round. After that it drains your mana again then rests until you are full of health/stam/mana and repeats the cycle. This is very efficent and I havn't died from it.

Skill ups:

Fortitude
Rigor
LM
MM
SH
Lumberjacking/Mining

Enjoy!

Code:
SetActiveWindow Darkfall Online
Delay 10000
loop 1000
loop 2
//unsheathe staff
keys 1
delay 800
keys r
delay 800
//cast self heal -slot3
keys 3
delay 800
LeftClick
delay 5500
//cast mana missle 15x -slot2
keys 2
delay 800
loop 16
LeftClick
delay 2400
end
//cast self heal
keys 3
delay 800
LeftClick
delay 5500
//sheathe staff to rest
keys 4
delay 3000
loop 25
LeftClick
delay 12000
end
keys r
delay 800
end
keys 1
delay 800
keys r
delay 800
//cast self heal -slot3
keys 3
delay 800
LeftClick
delay 5500
//cast mana missle 15x -slot2
keys 2
delay 800
loop 16
LeftClick
delay 2400
end
//cast self heal
keys 3
delay 800
LeftClick
delay 5500
keys r
delay 800
keys 1
delay 800
keys 0
delay 800
LeftClick
delay 250000
keys w
delay 1000
end