Darkfall Macroing Tutorial. menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Darkfall Macroing Tutorial.

    Hi guys,
    i wrote a very simple but yet effective macro for Darkfall using AutoIt. AutoIt is a very nice macro tool which allows you to create little programs with almost no knowledge of any programming language (although it helps when you have some).

    You can download Autoit at AutoIt v3 - Automate and Script Windows Tasks - For Free!


    The Tutorial for Darkfall...

    After installing AutoIt open the SciTe Scripting Editor in your AutoIt folder.

    The 1st thing we want to do is adding a small delay so after activating your macro you have enough time to get ingame and get everything setup, so our 1st line of code is

    Code:
    Sleep(10000)
    The next thing we need is a loop so our macro doesnt only run once...

    Code:
    For $count = 1 To 50000
    Next
    It will cycle 50000 times. This loop doesnt contain anything yet so we are going to fill it with commands now...

    Code:
    For $count = 1 To 50000
        Send("3")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
    Next
    This will press the 3 key, wait 2.5 seconds, then press the left mouse button, wait 2.5 seconds again and start over - until the counter reached 50.000 cycles...

    Now to the Darkfall macro i've created :

    Code:
    For $count = 1 To 5000000
        Send("3")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
        Send("4")
        Sleep(2500)
        MouseClick("left")
        Sleep(5500)
        MouseClick("left")
        Sleep(1000)
        Send("r")
        Sleep(500)
        Send("1")
        Sleep(500)
        MouseClick("left")
        Sleep(120000)
        Send(" ")
        Sleep(3500)
        Send("r")
        Sleep(2500)    
    Next
    Equipt your newbie staff, put mana missle on your key 3, the heal on key 4 and resting to key 1. What it does it will be shooting about 15 times, then sit down and rest for 2 minutes, then start again. Before you start the macro make sure you are ready to cast mana missle (combat mode enabled). Works very well and is very simple to archive some good results while macroing.[/QUOTE]


    What's a Parog?
    Looking for competitive Valorant team!

    Darkfall Macroing Tutorial.
  2. #2
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    While 1
        Send("3")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
    Wend
    *wink wink*

    This'll loop until you exit it, thus you may want an exit button.

    That would be something like:
    Code:
    hotkeyset("{End}", "quit")
    While 1
        Send("3")
        Sleep(2500)
        MouseClick("left")
        Sleep(2500)
    WEnd
    
    Func quit()
    Exit
    Endfunc

    WHAT IS A PAROG?!?!?!?


  3. #3
    Trollin's Avatar Contributor
    Reputation
    204
    Join Date
    Nov 2008
    Posts
    1,092
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    While 1
    WEnd

    The best AutoIt loop, as it never ends.
    ____________________________________________

    ____________________________________________

  4. #4
    zutto's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2007
    Posts
    210
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Trollin View Post
    While 1
    WEnd

    The best AutoIt loop, as it never ends.
    $x = 2

    do
    ;craphere
    until $x = 2

    did i win a lollipop?
    drugs are baad kids.. m'kay.

  5. #5
    Rockerfooi's Avatar Contributor
    Reputation
    97
    Join Date
    Nov 2007
    Posts
    597
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its a Garop!

    Nice TuT btw, never thought AutoIt would be that simple O.o +Rep from me ;D

  6. #6
    bicideoo's Avatar Banned
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    At this point, you have to be a little bit patient. If your guild is on the brink of collapse over

    performance Aion Leveling, you can't always afford to

    let this situation play out. However, the safest bet is to give the underperforming player another

    week of raids to show an improvement. Keep a close eye on him during this

    WOW Power Leveling. Examine his spec and gear to see

    if he's made any adjustments. Record a combat log to see if he's using the
    WOW Gold class abilities. Watch him during boss encounters

    to see if he is following instructions and executing the fight properly.
    If you see an improvement, be sure
    to compliment Aion Gold. (Don't go overboard, or you'll

    just make him feel patronized.) Then ask him if he's doing anything differently this week.

    Hopefully, he'll mention some research he did or some keybinds he added to improve his reaction

    times. You're now having the "constructive criticism conversation," and you didn't even have to be

    confrontational. You can use this opportunity to Buy WOW Gold some

    further helpful tips.

Similar Threads

  1. [PvP] [Tutorial] Demonology Warlock 1 Shot Macro (first post)
    By TheDarkestHouse in forum World of Warcraft Guides
    Replies: 8
    Last Post: 02-27-2013, 12:51 PM
  2. [Guide] Death Knights in 4.2, Season 10 comps and Advanced macro tutorials!
    By Jackie Moon in forum World of Warcraft Guides
    Replies: 4
    Last Post: 06-29-2011, 05:36 PM
  3. [Tutorial] Create Custom Macro Icons
    By Pawaox-Z in forum World of Warcraft Guides
    Replies: 34
    Last Post: 09-21-2008, 04:21 PM
  4. How to chain 2+ spells into a macro
    By Matt in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 07-03-2007, 12:33 AM
  5. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 11:42 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search