Artisan Archive
Thread: Simple Artisan crafting macro, could use a few people to try it out.
This is the first macro ive written, so I could use a few people to test it out and let me know how it works.
Its a simple macro that runs with AC Tool, you can get it from: http://cameroncole.net/actool.html
Once you install it, open it then copy and paste the following into it. Set the variables, click start and you should be ready to go. Let me know how it works! ![]()
(If these are not allowed please let me know and I will get the post removed... I haven't seen anything saying it isn't allowed)
NOTE: Make sure to read all the // lines first.
// This line is necessary to select the proper window
SetActiveWindow SwgClient
delay 5000
// Setup:...
// Screen resolution: 1024x8xx
// Crafting window setup: All windows must be in the upper left hand corner. The windows should then be made as small as possible on all sides.
// Hotkeys: 4 General Crafting Tools in Hotkeys 1-4
// "1 - 4" keys going to the appropriate hotkey (NOT F1-F4 keys).
// The "/" key should automatically start typing when hit.
// *** MUST have practice mode activated when you start up the macro.
// If not the macro will automatically stop crafting when your
// inventory becomes full.
// Set to craft "General Crafting Tool" for General Crafting Experience.
// **** The Metal used to craft the tool must be the only Metal Resourse in your inventory.
Procedure Crafting
delay 1000
MousePos 504, 394 // Closes window if you get "Crafting Window in Use"
DoubleClick
delay 1000 // Crafting tool should be open now
keys /
delay 100
keys selectDraftSchematic xx
// Targets schematic where schematic xx = Number of General
// Crafting Tool Schematic in the draft schematic datapads.
// (Count left to right to reach the schematic of the general crafting tool.
// 00 would be the first item on the pad.
// 01 second.
// 10 would be the 11th item.
// **Ignore items made from a specialized tool**.
// Ex. 20 items in the draft schematics. General Crafting Tool is the
// 5th item on the pad. Therefore: xx = 04. So it would look like:
// keys selectDraftSchematic 04
delay 100
keys {RETURN}
delay 2000
MousePos 50, 130 // Selects 1st Slot component and double clicks to add it.
DoubleClick
delay 2000
DoubleClick
delay 2000
DoubleClick
delay 2000
Double Click
delay 2000
MousePos 584, 435 // Clicks to advance to next stage.
LeftClick
delay 2000
MousePos 306, 378 // Clicks to advance to next stage.
LeftClick
delay 2000
MousePos 385, 436 // Finish creating object.
LeftClick
delay 2000
end
// -----------------------------------------------
loop 1000
keys 1 // Keymap must be set in Everquest Style mode. (Hotkey 1 is used by pressing 1 etc.)
Call Crafting
delay 100
keys 2
delay 100
Call Crafting
keys 3
delay 100
Call Crafting
keys 4
delay 100
Call Crafting
end
If this is a program that runs "outside" of SWG then It can get you banned.
I wonder. I wonder if there is a macro out there that people are using to level their combat skills up? I mean, go fight, go rest, go camp, go heal, all automatically.
Back in the days of MUD, there was something like that. Using TINTIN allow you to go to a location, bs a mob, loot mob, sac mob, healself, run to another location...etc...
I noticed a few people running around with (AFK) on the top of their head. I though the AFK only applies if you are not touching your computer for "X" amount of time. Once you touch your keyboard,t hat should go away....right?
While I appreciate the effort you put into this ... as others have mentioned, 3rd Party macros are a no-no.