Auto-crafting script menu

User Tag List

Results 1 to 10 of 10
  1. #1
    sol82's Avatar Banned
    Reputation
    20
    Join Date
    Feb 2007
    Posts
    428
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto-crafting script

    This is nothing special. I use this with crafting macros so mass-craft items. I spent all night mining so I needed to make ingots, so I threw this together. I have 2 crafting macros, one on '2' and another on '3'. This script simply hits a key, waits until the macro finishes, then hits the other key. Once that macro finishes, it goes back to the crafting log and starts the process over

    NEW!!!
    After enough rotations to wear down your gear a bit, the script will exit out of the macro, target the nearest NPC, then run thorugh the proper keys to repair your gear before opening the crafting log again and slamming macros. To repair, you must stand directly in front of the repair NPC!

    You need AutoHotKet to run this. Just paste in in notepad and save it as whatever.AHK.

    Code:
    ^s::
    WinGet, programid, List, FINAL FANTASY
    Loop
    	{
    	Loop 75
    		{
    		ControlSend,,{Numpad0}, ahk_id %programid1% 
    		Sleep 500
    		ControlSend,,{Numpad0}, ahk_id %programid1% 
    		Sleep 3000
    		ControlSend,,{2}, ahk_id %programid1% 
    		Sleep 24000
    		ControlSend,,{3}, ahk_id %programid1% 
    		Sleep 16500
    		}
    	ControlSend,,{Escape}, ahk_id %programid1% 
    	Sleep 3000
    	ControlSend,,{Numpad0}, ahk_id %programid1% 
    	Sleep 2000
    	ControlSend,,{Numpad0}, ahk_id %programid1% 
    	Sleep 2000
    	ControlSend,,{Numpad6}, ahk_id %programid1% 
    	Sleep 2000
    	ControlSend,,{Numpad0}, ahk_id %programid1% 
    	Sleep 2000
    	ControlSend,,{Numpad4}, ahk_id %programid1% 
    	Sleep 2000
    	ControlSend,,{Numpad0}, ahk_id %programid1% 
    	Sleep 2000
    	ControlSend,,{Escape}, ahk_id %programid1% 
    	Sleep 2000
    	ControlSend,,{N}, ahk_id %programid1%
    	Sleep 1000
    	ControlSend,,{Numpad0}, ahk_id %programid1% 
    	}
    	INS::pause
    Return
    Open up your crafting log, select the item you want, then just hit Ctrl + S to get things going. Press INSERT to pause.
    Last edited by sol82; 09-17-2013 at 12:46 AM. Reason: Updated script.

    Auto-crafting script
  2. #2
    yk808's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been using "Pulover's macro creator" ( Pulover's Macro Creator 3.8.4 ) for crafting. You do the first one manually while recording, then play back the rest looped as many times as you need. That way it is more customized for each item you are trying to make and not need to use set in game macros. Good for making ingots, yarns, cloths, and other base materials.

    THE MOST IMPORTANT THING is to get weaver up to 15 first so you can get Careful Synthesis ( Careful Synthesis - Skill - Final Fantasy XIV : A Realm Reborn (FFXIV ARR) Database ) so you can be 100% sure you won't have any wasted materials. The other quality enhancing abilities and order are up to you.

  3. #3
    Sep21's Avatar Banned
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for this!

  4. #4
    qoodoo's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    65
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also use a macro recorder program...and this is exactly what I did...create a new crafting macro for w/e I needed to mass craft for HQ items. It tells you exactly how long each macro is..so you let it go for a time duration after calculating how many you can craft. It's pretty simple. GSM/Alchemist/Weaver are all 50 cause of doing it this way. No need to pay for a craft bot lol.

  5. #5
    PiedPiere's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you run either of those in background mode? Meaning I can use my computer while it crafts for me?

  6. #6
    sinister84's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to have this use HQ materials as well? Works great with NQ, but not having to use the macro manuallly for the HQ would be nice.

  7. #7
    sol82's Avatar Banned
    Reputation
    20
    Join Date
    Feb 2007
    Posts
    428
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated the script to repair your gear while standing in front of a mender. Craft forever!!!

  8. #8
    qq12345's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this!
    Possibly add in a small random delay between each button hit?
    Not sure if really needed, but would -feel- safer :P

    edit:hmm, sometimes the synthesize button doesn't seem to get hit, kinda wierd :/
    Think I sorta fixed it for me by adding one more line near the top in between the other two!
    " ControlSend,,{Numpad0}, ahk_id %programid1%
    Sleep 1000"
    (It's probably a latency thing I'm guessing, had to change some of the sleeps as well!)
    Last edited by qq12345; 09-18-2013 at 03:26 AM.

  9. #9
    Tomatoes99's Avatar Sergeant CoreCoins Purchaser
    Reputation
    16
    Join Date
    Aug 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qq12345 View Post
    Thanks for this!
    Possibly add in a small random delay between each button hit?
    Not sure if really needed, but would -feel- safer :P
    This is really unnecessary and would just slow the script down. There's no way SE could reasonably expect to collect data on the regularity/pattern of every player's actions. The more likely reason you to draw suspicion is when somebody notices you have been doing nothing but making ingots non-stop for the last 3 hours...

  10. #10
    sol82's Avatar Banned
    Reputation
    20
    Join Date
    Feb 2007
    Posts
    428
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's definitely a latency thing. I was streaming the latest episode of Dexter to my bedroom and noticed I got hung up on pressing the Synthesize button as well. The 1000 delay was much better than the 200 I originally had.

Similar Threads

  1. [Innerspace] Darkmoon Faire auto-buy script
    By Plex in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 08-04-2008, 03:27 PM
  2. [Help] Auto Fight Script
    By Sirect in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 02-05-2008, 10:26 AM
  3. World of warcraft auto login script
    By Ancathon in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 11-25-2007, 12:21 AM
  4. I got banned by using that, Anti AFK auto queue script or w/e
    By julian_in in forum World of Warcraft General
    Replies: 22
    Last Post: 11-03-2006, 02:30 PM
  5. I got banned by using that, Anti AFK auto queue script or w/e
    By julian_in in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 10-28-2006, 05:52 PM
All times are GMT -5. The time now is 11:28 AM. 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