taultunleashed logoRun/Lesser Magic/Mana Missile/Healing/Rigor/Rest macro : Darkfall Online - Submissions tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 9 posts ] 
blue large dot

Run/Lesser Magic/Mana Missile/Healing/Rigor/Rest macro : Darkfall Online - Submissions

Posted: March 14th, 2009, 10:56 pm
 
furyos

Total Posts: 24
Joined: March 14th, 2009, 10:26 pm
furyos's Reps: 1
User avatar

This is THE BEST macro in the game for starting casting. You will need all of these skills so why not get them all at the same time.




I use AutoHotKey - an easy to use downloadable macro recorder.

Key Bind Requirements

Bind autorun to o (that's o not zero)
Bind mana missle to 4
Bind heal self to 5
Bind sheathe/unsheathe weapon to r (default)
Bind jump to spacebar (default)
Bind rest to 0 (that's zero)

Preparation

Make sure that you are standing, not moving, with your staff equipped and unsheathed. It doesn't matter if you have mana missile as your active spell, the script will do that for you.

Stand in a corner, facing the corner.

Start script. You have 20 seconds to return to the game menu. For people have a hard time interpreting this script:

Loop starts an infinite loop
Sleep is a delay (Sleep, 20000 = delay 20 seconds)
MouseClick, left, 639, 511 clicks the exact spot of your targeting icon.


This can run all night and you will train these vital skills up very fast. Note that I have set the delays longer than required because some people with low mana pools and less LM efficiency than me may have trouble getting all these casts off before running out of mana.

You can tweak the delays to optimize to your needs. This one is generic and will work for anyone.



Loop
{
Sleep, 20000
Send, o
Sleep, 2000
Send, 4
Sleep, 2000
MouseClick, left, 639, 511
Sleep, 2000
MouseClick, left, 639, 511
Sleep, 2000
MouseClick, left, 639, 511
Sleep, 2000
Send, 5
MouseClick, left, 639, 511
Sleep, 7000
Send, 4
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
Send, 5
MouseClick, left, 639, 511
Sleep, 7000
Send, 4
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
MouseClick, left, 639, 511
Sleep, 4000
Send, 5
MouseClick, left, 639, 511
Sleep, 10000
Send, o
Sleep, 4000
Send, r
Sleep, 6000
Send, 0
MouseClick, left, 639, 511
Sleep, 240000
Send, {SPACE}
Sleep, 6000
Send, r
Sleep, 3000
}

Admins - I am willing to share MANY more awesome macros directly with you for the Premium Site, including:

melee training, resist building, afk harvesting, non-stop harvesting (no rest macro), cast macro that persists even after death, side step for rigor training in acid pools, and others. The only thing I would like in return is access to the Enchanting Matrix.


Reply with quote
Posted: March 14th, 2009, 11:04 pm
 
farts_mcgee

Total Posts: 495
Joined: August 4th, 2005, 12:47 am
farts_mcgee's Reps: 8
User avatar
Active User > 50 Posts
/vomit

_________________
I have returned.


Reply with quote
Posted: March 14th, 2009, 11:19 pm
 
furyos

Total Posts: 24
Joined: March 14th, 2009, 10:26 pm
furyos's Reps: 1
User avatar
i don't know if sharing information from premium accounts is a violation of TOU for using this forum. for now i have to wait for admin response.

and to the person that posted /vomit..... which one of these macros don't you want lol!!!


Reply with quote
Posted: March 16th, 2009, 2:06 am
 
Spitt

Total Posts: 745
Joined: January 29th, 2007, 7:46 pm
Spitt's Reps: 718
User avatar
premium
How about adding start and pause into it, otherwise it's a pain in the arse to stop. Also adding commenting to the script, explaining what is happening would be nice. It's a very basic macro, which could be much better. Add that stuff, and I will give you a vote.

We are not allowed to share access to anything to a non-member, sorry.


Reply with quote
Posted: March 16th, 2009, 8:04 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 this? Plz explain if you Nay. Thanks


Reply with quote
Posted: March 16th, 2009, 11:23 am
 
henrikgud

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

its a messy macro and have X n Y in it so can make the char to spin like crazy aka macro alert :D there are WAY better macros out there that just have to add autorun to it...


Reply with quote
Posted: March 16th, 2009, 6:28 pm
 
furyos

Total Posts: 24
Joined: March 14th, 2009, 10:26 pm
furyos's Reps: 1
User avatar
Loop ; loop forces the macro to run indefinitely
{
Sleep, 20000 ; delays 20 seconds so you can alt tab back to the game
Send, o ; begins autorun into the corner
Sleep, 2000 ; delay 2 seconds
Send, 4 ; queues mana missile
Sleep, 2000 ; delay 2 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 2000 ; delay 2 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 2000 ; delay 2 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 2000 ; delay 2 seconds
Send, 5 ; queues heal self
MouseClick, left, 639, 511; casts heal self
Sleep, 7000 ; delay 7 seconds
Send, 4 ; queues mana missile
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
Send, 5 ; queue self heal
MouseClick, left, 639, 511 ; cast self heal
Sleep, 7000 ; delay 7 seconds
Send, 4 ; queues mana missile
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
MouseClick, left, 639, 511 ; casts mana missile
Sleep, 4000 ; delay 4 seconds
Send, 5 ; queues self heal
MouseClick, left, 639, 511 ; casts self heal
Sleep, 10000 ; delay 10 seconds
Send, o ; stops auto run
Sleep, 4000 ; delay 4 seconds
Send, r ; sheathe weapon
Sleep, 6000 ; delay 6 seconds
Send, 0 ; queues rest
MouseClick, left, 639, 511 ; activates rest
Sleep, 240000 ; rests 4 minutes
Send, {SPACE} ; stands up
Sleep, 6000 ; delays 6 seconds
Send, r ; unsheathes weapon
Sleep, 3000 ; delays 3 seconds
}


Reply with quote
Posted: March 16th, 2009, 6:34 pm
 
furyos

Total Posts: 24
Joined: March 14th, 2009, 10:26 pm
furyos's Reps: 1
User avatar
How about adding start and pause into it, otherwise it's a pain in the arse to stop.

This is an afk macro you turn on then go to sleep.

Also adding commenting to the script, explaining what is happening would be nice.

Done. The ; begin comments in the code.

It's a very basic macro, which could be much better. Add that stuff, and I will give you a vote.

It's fully customizable. It's a basic macro which is intended to be modified for whatever skills you need. The added to delays (4 seconds for mana missile) make it easy to replace most spells.

its a messy macro and have X n Y in it so can make the char to spin like crazy aka macro alert

To avoid spinning over and over all you do is right click twice to center your mouse and activate the targeting window. This should be common for any macro user. If the X/Y doesn't work for you and you can't figure out how to fix it then you shouldn't even be using macros. The short bus will be there in the morning.

Very Happy there are WAY better macros out there that just have to add autorun to it...

This is the most simple macro that I'm sharing for free. It's a beginner macro designed for beginner spells and skills. Hence, this is why its up. It not only teaches you the skills you need it is also designed to teach the novice how to write their own macros.


Reply with quote
Posted: March 16th, 2009, 6:41 pm
 
henrikgud

Total Posts: 212
Joined: February 16th, 2009, 2:26 am
henrikgud's Reps: 5
User avatar
Active User > 50 Posts
premium
we all share our macros/hacks thats the whole thing with this community if I have figured it out right :D

why dont u just remove the X Ys?

why dont add a pause/start/stop command take u 2sec to do... and even tho its a afk macro u should like to stop it easily, say if u need to check something on the computer or someone get online that u want to talk to or your GF like to use the computer :D


still nothing new abut this macro just check the other macros thats allrdy been posted sorry m8 still a Nay tho I hope u keep posting stuff n share with the community!

just 2 more cents: as u say below if u want to keep it simpel make it as simpel as it can get for ppls to use it imo.
furyos (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
its a messy macro and have X n Y in it so can make the char to spin like crazy aka macro alert

To avoid spinning over and over all you do is right click twice to center your mouse and activate the targeting window. This should be common for any macro user. If the X/Y doesn't work for you and you can't figure out how to fix it then you shouldn't even be using macros. The short bus will be there in the morning.

Very Happy there are WAY better macros out there that just have to add autorun to it...

This is the most simple macro that I'm sharing for free. It's a beginner macro designed for beginner spells and skills. Hence, this is why its up. It not only teaches you the skills you need it is also designed to teach the novice how to write their own macros.


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