taultunleashed logoMelee Macro worth your time... : Darkfall Online - Submissions tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 12 posts ] 
blue large dot

Melee Macro worth your time... : Darkfall Online - Submissions

Posted: April 16th, 2009, 9:46 pm
 
mongoose272

Total Posts: 11
Joined: April 16th, 2009, 12:36 pm
mongoose272's Reps: 0
User avatar
Alright, this one is pretty simple and deserves a little attention and possible premium access.
I have 4 accounts, so I log three guys in, have them sit down (or you could have them spam heal self, but i was too lazy to run them out and get a noob staff.) So I have them all rest, and hit for intervals of 13 seconds with a sword, wide swing so you hit them all.
I put swords in all the tabs, 1-0 and load up this script in ACTOOL, which hits for 650 times, then switches to your next weapon and hits for another 650 times, switches, and so on. Leave it on all night and all day, and in a few days you'll be far past 50 skill.
The trick? You hit 3 people at once, they rest (or heal if you want to modify my uber simple script), gain their health back, and your skill goes up fairly fast, .1 in like 20 hits, instead of .1 in 40 or 50 hits.


----------
// Start with no weapon equipped

//HOTBAR///
//Slot 1-0 = Weapon of choice



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

Constants
MouseDelay=13000
End

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

Procedure EquipWeapon1 ///
Delay 4 sec
Keys 1
Delay 4 sec
Keys R
Delay 4 sec
End

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

Procedure Melehit1 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End


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

Procedure EquipWeapon2 ///
Delay 4 sec
Keys 2
Delay 4 sec
End

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

Procedure Melehit2 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End


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

Procedure EquipWeapon3 ///
Delay 4 sec
Keys 3
Delay 4 sec
End

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

Procedure Melehit3 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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

Procedure EquipWeapon4 ///
Delay 4 sec
Keys 4
Delay 4 sec
End

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

Procedure Melehit4 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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

Procedure EquipWeapon5 ///
Delay 4 sec
Keys 5
Delay 4 sec
End

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

Procedure Melehit5 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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

Procedure EquipWeapon6 ///
Delay 4 sec
Keys 6
Delay 4 sec
End

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

Procedure Melehit6 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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

Procedure EquipWeapon7 ///
Delay 4 sec
Keys 7
Delay 4 sec
End

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

Procedure Melehit7 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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

Procedure EquipWeapon8 ///
Delay 4 sec
Keys 8
Delay 4 sec
End

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

Procedure Melehit8 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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

Procedure EquipWeapon9 ///
Delay 4 sec
Keys 9
Delay 4 sec
End

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

Procedure Melehit9 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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

Procedure EquipWeapon10 ///
Delay 4 sec
Keys 0
Delay 4 sec
End

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

Procedure Melehit10 ///
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End

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



//Start Macro

Loop 100000
Call EquipWeapon1
Call Melehit1
Call EquipWeapon2
Call Melehit2
Call EquipWeapon3
Call Melehit3
Call EquipWeapon4
Call Melehit4
Call EquipWeapon5
Call Melehit5
Call EquipWeapon6
Call Melehit6
Call EquipWeapon7
Call Melehit7
Call EquipWeapon8
Call Melehit8
Call EquipWeapon9
Call Melehit9
Call EquipWeapon10
Call Melehit10
End


Reply with quote
Posted: April 17th, 2009, 12:12 am
 
dabladest

Total Posts: 191
Joined: March 6th, 2009, 5:00 am
dabladest's Reps: 11
User avatar
Active User > 50 Posts
Why does this deserve extra attention ?

The big trick to it is not the "super sophisticated" macro, but the fact that you have half a dozen accounts.
If I can use this script on your 3 accounts for a few nights I´ll gladly yay it ;)


Reply with quote
Posted: April 17th, 2009, 1:01 am
 
henrikgud

Total Posts: 212
Joined: February 16th, 2009, 2:26 am
henrikgud's Reps: 5
User avatar
Active User > 50 Posts
premium
can u prove that u gain more skill from hitting 3ppls insted of 1?


Reply with quote
Posted: April 17th, 2009, 1:37 am
 
xxxploitme

Total Posts: 45
Joined: March 3rd, 2009, 5:50 am
xxxploitme's Reps: 4
User avatar
premium
Hmm I think I'd say /nay since it isn't that efficient without rest, and because a parry script would be much more usefull, and since these macros are very popular.

You need a single MeleeHit Procedure and call only that each time, instead of having 10 identical Procedures.. not that it matters much.

Also, there is no proof yet that if you hit 3 targets at once your skill goes up faster than if you hit a single target. Haven't tested it properly myself, but so far in the game( melee skill well over 75) I haven't noticed any more gains if you hit multiple targets or if you hit one, if anything I'll dare and say it doesn't make a difference. And well, you're missing on alot of hits..

Anyway I just patched this up now, have a better one at home with parry but too lazy to write it up all now, so this should suit your purposes fine if you just hit 3 standing targets. Using rest you gain alot more hits/hour.

It's basicly the same thing, but with rest and a bit smaller. Haven't tested it myself and haven't payed much attention to it but should be easy to fix if something is broken.

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
// Weapons 1-9, rest on 0, start with all weapons in backback and have no equipped weapo, can change mouse delay for faster swings.


SetActiveWindow Darkfall Online

Constants
MouseDelay=13000
RestDelay=185000
End

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

Procedure EquipWeapon using Hotkeynum
Delay 2 sec
Keys $hotkeynum
Delay 2 sec
Keys R
Delay 2 sec
End

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

Procedure Melehit
Delay 1 sec
Loop 650
LEFTCLICK
Delay $MouseDelay
End
End


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


//Start Macro

Loop 10000
Loop 9    // change to number of items you want to use from slots 1 through 9
Call EquipWeapon {LoopNo}
Call Melehit
Call Rest
End
End


Reply with quote
Posted: April 17th, 2009, 10:16 am
 
mongoose272

Total Posts: 11
Joined: April 16th, 2009, 12:36 pm
mongoose272's Reps: 0
User avatar
Where to begin...
I'm not going to fight for this one in order to win me a premium subscription, since I think I'll just purchase one anyway. But I will fight for this on in terms of simplicity and results.

dabladest (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Why does this deserve extra attention ?

The big trick to it is not the "super sophisticated" macro, but the fact that you have half a dozen accounts.


Usually, when you use quotes ( " ), you are quoting someone. I actually called this an "uber simple script", nothing close to super sophisticated.
And yes, it does help to have extra accounts, but guildies could take turns doing it as well. 3 or 4 lie down, the other swings that night, and they rotate every night.

dabladest (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
If I can use this script on your 3 accounts for a few nights I´ll gladly yay it ;)

Send me a PM, and if we figure out we can hit 4 people instead of just 3, I'll set something up with you. More the merrier.

henrikgud (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
can u prove that u gain more skill from hitting 3ppls insted of 1?

I challenge anyone to prove me wrong in regards to more point gain by striking 3 at once instead of 1 at once. I tested it, it works. I'll make a video if I have time today, and show the extra skill gain.

xxxploitme (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Hmm I think I'd say /nay since it isn't that efficient without rest, and because a parry script would be much more useful, and since these macros are very popular.


A lot of the melee macros involve timing, i.e. you have to all click start at almost the exact same time. You want to try and synchronize 4 characters in one melee macro? I tried, its really hard and they get off timing and you'll kill at least one of the macroers.
I argee, you can get more if the person attacking rests...but more swinging means more damage done, which means you need to set up your 3 defenders to parry/rest/heal. This is really hard to do. Sure, it could be done if you're on the phone with your buddies and everyone clicks at the same time...just a little unrealistic and hard to organize. Yes, I know it might be unrealistic to have 4 accounts and 4 computers at home, but if you do, this requires minimal effort and maximum output.
I tried setting up the 3 characters with a simple heal-self, and its about the same result as resting.
in 5 hours, I went up 4.3 skill points in sword.


Reply with quote
Posted: April 17th, 2009, 12:47 pm
 
dabladest

Total Posts: 191
Joined: March 6th, 2009, 5:00 am
dabladest's Reps: 11
User avatar
Active User > 50 Posts
mongoose272 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Usually, when you use quotes ( " ), you are quoting someone.


Where I live we use it differently :)


Reply with quote
Posted: April 22nd, 2009, 4:33 am
 
xxxploitme

Total Posts: 45
Joined: March 3rd, 2009, 5:50 am
xxxploitme's Reps: 4
User avatar
premium
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
A lot of the melee macros involve timing, i.e. you have to all click start at almost the exact same time. You want to try and synchronize 4 characters in one melee macro? I tried, its really hard and they get off timing and you'll kill at least one of the macroers.
I argee, you can get more if the person attacking rests...but more swinging means more damage done, which means you need to set up your 3 defenders to parry/rest/heal. This is really hard to do. Sure, it could be done if you're on the phone with your buddies and everyone clicks at the same time...just a little unrealistic and hard to organize. Yes, I know it might be unrealistic to have 4 accounts and 4 computers at home, but if you do, this requires minimal effort and maximum output.
I tried setting up the 3 characters with a simple heal-self, and its about the same result as resting.
in 5 hours, I went up 4.3 skill points in sword.


Well you can leave those 3 characters of yours to rest non stop, and this way you can afk the whole thing. That was mainly why I added rest in there, to be more efficient.

And in 5 hours, you gained 4.3 skill points starting at what skill? Cause without that it doesn't make any relevance. In 5 hours, I can gain 20 points from 0.


Reply with quote
Posted: August 2nd, 2009, 11:16 am
 
lutlut123456

Total Posts: 20
Joined: August 2nd, 2009, 10:18 am
lutlut123456's Reps: 1
User avatar
premium
Nay, who has 4 freakin characters. Or even 3...


Reply with quote
Posted: August 2nd, 2009, 1:13 pm
 
mongoose272

Total Posts: 11
Joined: April 16th, 2009, 12:36 pm
mongoose272's Reps: 0
User avatar
Can't believe this old topic was revived.
Since then they have fixed the multi-hit gain trick. But I still use this tactic, but have added a rotation into the macro.
My guildies and I switch off every night, and we all have 80+ weap.


Reply with quote
Posted: August 2nd, 2009, 1:59 pm
 
wutthechris

Total Posts: 52
Joined: May 31st, 2009, 2:02 pm
wutthechris's Reps: 7
User avatar
Active User > 50 Posts
premium
lutlut123456 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Nay, who has 4 freakin characters. Or even 3...


The thread died over three months before you posted. Check dates next time to avoid needlessly reviving old threads.


Reply with quote
Posted: August 5th, 2009, 7:43 am
 
viscilia

Total Posts: 9
Joined: August 3rd, 2009, 1:17 am
viscilia's Reps: 0
User avatar
Ok so tell me how to do this macro on the American Servers without getting caught by GMs ;)


Reply with quote
Posted: August 5th, 2009, 11:05 am
 
wutthechris

Total Posts: 52
Joined: May 31st, 2009, 2:02 pm
wutthechris's Reps: 7
User avatar
Active User > 50 Posts
premium
Stop spamming threads to raise your TUBucks. Mods, can we get a ban or removal of his TUBucks or something?


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