taultunleashed logoVery useful and efficent macros. ACTOOLS : Darkfall Online - Submissions tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 6 posts ] 
blue large dot

Very useful and efficent macros. ACTOOLS : Darkfall Online - Submissions

Posted: April 10th, 2009, 8:10 pm
 
ezekial44

Total Posts: 23
Joined: April 10th, 2009, 7:49 pm
ezekial44's Reps: 0
User avatar
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 Macro
I'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


Reply with quote
Posted: April 14th, 2009, 7:15 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Can members say yay or nay to this so we may give tu bucks and/or premium. If you nay the submission remember to include as to why.


Reply with quote
Posted: April 14th, 2009, 9:25 pm
 
henrikgud

Total Posts: 212
Joined: February 16th, 2009, 2:26 am
henrikgud's Reps: 5
User avatar
Active User > 50 Posts
premium
nothing new nay.


Reply with quote
Posted: April 15th, 2009, 9:05 am
 
ezekial44

Total Posts: 23
Joined: April 10th, 2009, 7:49 pm
ezekial44's Reps: 0
User avatar
henrikgud (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
nothing new nay.


^ butthurt, the sparring macro is very important.


Reply with quote
Posted: April 21st, 2009, 3:55 pm
 
Spitt

Total Posts: 745
Joined: January 29th, 2007, 7:46 pm
Spitt's Reps: 718
User avatar
premium
Sorry, but the sparring macro is nothing new


Reply with quote
Posted: April 22nd, 2009, 1:29 am
 
sk420

Total Posts: 163
Joined: February 22nd, 2009, 4:02 pm
sk420's Reps: 1
User avatar
Active User > 50 Posts
nay


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 7 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Darkfall Online - Submissions RSS Feed 
Sitemap of Darkfall Online - Submissions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?