taultunleashed logoMy collection of macros and Exploits : Darkfall Online - Submissions tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 7 posts ] 
blue large dot

My collection of macros and Exploits : Darkfall Online - Submissions

Posted: April 8th, 2009, 2:16 pm
 
ragsta9

Total Posts: 24
Joined: April 8th, 2009, 1:38 pm
ragsta9's Reps: 2
User avatar
Exploit 1. This was taught to me by a fellow guildmember, I did not discover this:

Find a server line in the water. A good server line can be identified by having a large gap. Go in to first person mode, tap the forward ("w") key a few times, and eventually you're character will fall underwater. As long as the water isn't too shallow, you will fall to the ground and then you can mount up and run anywhere underwater (without having to breathe).

Exploit 2. In player city, there are often towers with staircases that can be found in the walls. If you crouch underneath the staircases, you can see THROUGH the staircase. Players can only find you if they walk around underneath the stair case as well. Easy to hide from others whe invading a town.

Exploit 3. This was taught to me by another guildy. Note, this IS DIFFERENT than the other black knight killing methods posted. WIth this method, you can use the Black Knight's damage spell on themselves. You can also immeditely leave the dungeon if someone comes since the farm spot is right by the exit portal.
Pull one Black Knight, and run towards the boxed/fenced in area with the exit portal. Jump up the stairs, and then crouch behind one of the boxes. The Black Knight will NOT run up the stairs, but will continue to cast at the you by the wall. The spell deals AOE damage, and thus the Black Knight will hit himself as long as you stay by the wall either resting or crouched. Eventually, the 2 other Black Knights will come and fight (you don't need to pull them separetly), and at this point you jump on one of the boxes and magic missile them. The fencing essentially protects you and reflects their attacks at themselves. Once you get full of loot, simply turn around and click the portal to leave dungeon and head to wilderness bank 2 minutes northeast.

Macro 1: This is a macro I created to raise stats AND healself very quickly. ALl you need is a body of water, put healself in slot 6, and equip your staff. This is made for actool.

SetActiveWindow Darkfall Online
Delay 5000
Loop 1000
Leftclick
Delay 5000
Keydown c 21 sec
Delay 9 sec
End

Macro 2: This is my autoloot macro. Credit goes to Phant0m.
THis macro uses autohotkey.
IniFile := "C:\loot.txt"
FileGetSize, size, %IniFile%
if (size = "") {
MsgBox Setting up
IniWrite, 1300, %IniFile%, Loot, xdest ; --- destination x pos
IniWrite, 700, %IniFile%, Loot, ydest ; --- destination y pos
} else {
IniRead, xdest, %IniFile%, Loot, xdest ; --- destination x pos
IniRead, ydest, %IniFile%, Loot, ydest ; --- destination y pos
}
CoordMode, Pixel



$!Lbutton:: ;quick loot -------------------------

MouseGetPos, x1, y1
MouseClickDrag, left, x1, y1, xdest, ydest, 0 ;0 is mouse speed, 0 is instant
MouseMove, x1, y1, 0 ;0 is mouse speed, 0 is instant

return

$!Rbutton:: ;loot destination ------------------------->

MouseGetPos, xdest, ydest
IniWrite, %xdest%, %IniFile%, Loot, xdest
IniWrite, %ydest%, %IniFile%, Loot, ydest

return


macro3.
This is what I use to harvest. Credit goes to TEABAGUS. Used in actool:
SetActiveWindow Darkfall Online

Constants
Weapon=1
Tool=8
Rest=9
MouseDelay=11000
RestDelay=120000
End

////////////////////////////////////////

Procedure EquipWeapon
Delay 1 sec
Keys $Tool //Equips Harvsting Tool
Delay 1 sec
// Comment out this next line if you don't want to look down.
Keydown {DOWN} 1 sec
Keys R //Combat Mode
Delay 2 sec
End

////////////////////////////////////////

Procedure Harvest
Loop 50
LEFTCLICK
Delay $MouseDelay
End
End

/////////////////////////////////////////

Procedure Rest
Delay 1 sec
Keys R
Delay 2 sec
Keys $Rest
Delay 2 sec
LEFTCLICK
Delay $RestDelay
Keys W
Delay 2 sec
End

//Start Macro

Loop 2
Call EquipWeapon
Call Harvest
Call Rest
End

--------------------------------------------------------------------------------

Macro 3: Melee macro. Uses two people. First script for attacker, second for defender. Credit goes to Tapeworm.
Melehitparry


Quote:
// Start with no weapon equipped

//HOTBAR///
//Slot 1 = Staff
//Slot 2 = Weapon
//Slot 6 = Heal Self
//Slot 9 = Rest

//300sec 5min cycle
//Change loop number for runtime loop 12 =1hr

/////////////////////////////////////////
SetActiveWindow Darkfall Online

Constants
MouseDelay=2800
RestDelay=200000
End

////////////////////////////////////////

Procedure EquipWeapon ///12
Delay 4 sec
Keys 2
Delay 4 sec
Keys R
Delay 4 sec
End

////////////////////////////////////////

Procedure Melehit ///34.6
Delay 1 sec
Loop 12
LEFTCLICK
Delay $MouseDelay
End
End

////////////////////////////////////////

Procedure MeleParry ///34.6
Delay 1 sec
Keydown {v} 33.6 sec
End

////////////////////////////////////////

Procedure SpellCastheal ///13
Delay 2 sec
Keys 1
Delay 4 sec
Keys 6
LEFTCLICK
Delay 7 sec
End

/////////////////////////////////////////

Procedure Rest ///209
Keys R
Delay 2 sec
Keys 9
Delay 2 sec
LEFTCLICK
Delay $RestDelay
Keys W
Delay 2 sec
End

//Start Macro

Loop 96
Call EquipWeapon
Call Melehit
Call MeleParry
Call SpellCastheal
Call Rest
End

Meleparryhit


Quote:
// Start with no weapon equipped

//HOTBAR///
//Slot 1 = Staff
//Slot 2 = Weapon
//Slot 6 = Heal Self
//Slot 9 = Rest

//300sec 5min cycle
//Change loop number for runtime loop 12 =1hr

/////////////////////////////////////////
SetActiveWindow Darkfall Online

Constants
MouseDelay=2800
RestDelay=200000
End

////////////////////////////////////////

Procedure EquipWeapon ///12
Delay 4 sec
Keys 2
Delay 4 sec
Keys R
Delay 4 sec
End

////////////////////////////////////////

Procedure Melehit ///34.6
Delay 1 sec
Loop 12
LEFTCLICK
Delay $MouseDelay
End
End

////////////////////////////////////////

Procedure MeleParry ///34.6
Delay 1 sec
Keydown {v} 33.6 sec
End

////////////////////////////////////////

Procedure SpellCastheal ///13
Delay 2 sec
Keys 1
Delay 4 sec
Keys 6
LEFTCLICK
Delay 7 sec
End

/////////////////////////////////////////

Procedure Rest ///209
Keys R
Delay 2 sec
Keys 9
Delay 2 sec
LEFTCLICK
Delay $RestDelay
Keys W
Delay 2 sec
End

//Start Macro

Loop 96
Call EquipWeapon
Call MeleParry
Call Melehit
Call SpellCastheal
Call Rest
End


Thank you very much for reading and I hope I helped someone and have earned premium access!


Reply with quote
Posted: April 8th, 2009, 9:02 pm
 
hokuto78

Total Posts: 421
Joined: August 24th, 2006, 8:12 pm
hokuto78's Reps: 441
User avatar
premium
Sorry, but all this is old. /nay


Reply with quote
Posted: April 9th, 2009, 1:39 am
 
dabladest

Total Posts: 191
Joined: March 6th, 2009, 5:00 am
dabladest's Reps: 11
User avatar
Active User > 50 Posts
/Nay

Seems like your friend is a member here. Basically all has been posted before.


Reply with quote
Posted: April 9th, 2009, 6:18 am
 
danzar

Total Posts: 527
Location: NC, USA
Joined: May 4th, 2005, 8:36 pm
danzar's Reps: 7
User avatar
Moderator
premium
Can members Yay or Nay, Plz explain if you Nay. Thanks
2 Nays so far.


Reply with quote
Posted: April 9th, 2009, 7:12 am
 
ragsta9

Total Posts: 24
Joined: April 8th, 2009, 1:38 pm
ragsta9's Reps: 2
User avatar
:(. If I don't have premium then how am I supposed to know what you guys already know? I didnt see this stuff under submissions.

Umm.

How about this: I notice people were posting about trying to gain rigor/relfex from guard towers. Well the way that guy said to do it WAS NOT reproducable. I figured out how to make it reproducable.

In order for the lightning towers to hit you while your down, you need the following:
The towers must one shot you.
And when flagging grey, you must hit at least 2 people so that you stay grey for longer (the towers stop hitting once you're blue again". Also, this seems to ONLY raise reflex, not rigor.


Reply with quote
Posted: April 9th, 2009, 8:38 am
 
henrikgud

Total Posts: 212
Joined: February 16th, 2009, 2:26 am
henrikgud's Reps: 5
User avatar
Active User > 50 Posts
premium
ragsta9 repost that info in a new thread...


Reply with quote
Posted: April 9th, 2009, 9:14 am
 
ragsta9

Total Posts: 24
Joined: April 8th, 2009, 1:38 pm
ragsta9's Reps: 2
User avatar
Ok I reposted my new findings in a thread called "A REPRODUCABLE way to gain reflex from guard towers"

=D

If this information was not enough, hopefully that new addition will be.

Thank you for your time.


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 8 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?