Locked Home » Forums » Star Wars Galaxies » Star Wars Galaxies Nerfed Info

AFK Crafting Macro Uses Auto-It : Star Wars Galaxies Nerfed Info

Posted: August 28th, 2006
User avatar
Total Posts:238 Joined:2005
what you do is get 5 crafting tools and put them in slot 0-4 on your toolbar.
then make the following macro and put it in slot 8.

make sure you have Options->Keymap-> Actions can be fired from the toolbar checked.

It helps if you take all resources except the ones you are using out of ur inventory.

Macro name: crafting

/ui action toolbarSlot00;
/pause 1;
/selectDraftSchematic## "THE## will be replaced with you draft schematic number starting from 00 all the way to 100 and up now to find out what ur draft schem is goto ur datapad draft schem and start counting left to right 00 01 02 03 ect"
/pause 6;

/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noitem;
/createPrototype practice noitem;
/pause 2;
/ui action toolbarSlot01;
.......
///here put the exact same thing as for toolbarslot00....

/ui action toolbarSlot02;

.....and continue until...

/ui action toolbarSlot04;


/macro crafting;



now for the auto it to auto click the macro button and click resources
im not gona post my exe or script file cause i dont like downloads so ill post code and let u do the script part i use auto it v3
if you dont know where to get it then search google

HotKeySet("1", "end")
Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)

$title = "SwgClient"

WinWait($title,"")
If Not WinActive($title,"") Then WinActivate($title,"")
MouseMove ( 772, 704 );macro button cords
MouseClick("Left", 772, 704, 1, 1);macro button cords
While 1
Sleep(30)
MouseMove ( 207, 212 );resource coreds#1
MouseClick("Left", 207, 212, 4, 1);resource coreds#1
MouseMove ( 279, 215 );resource coreds#2
MouseClick("Left", 279, 215, 4, 1);resource coreds#2
Sleep(30)
WEnd

Func end()
Exit (0)
EndFunc ;==>end
it will maximize swg for you and
it will click you crafting macro for you you gota set the mouse xy cords these are where mine are wont be same on evey pc
after
then it will click the resources and if you have more resurces to click just add it to the script

if you need any help make a post and ill respond i have a autoit grinding macro also i wrote if i get points for this one ill post the grinding one as well

FYI WHEN EVER USIGN 3RD PARTY PROGRAMES YOU MAY/CAN BE BANNED OR SUSPENDED ME NOR TAULT ARE NOT RESPONSABLE KTHX AND HAVE FUN
Posted: August 28th, 2006
glvsave
Not a bad post, but the in-game macro part is easily found in the SWG trader forums, and there is already a well-detailed auto-it tutorial for AFK crafting that was recently submitted. So gotta say Nay.
Posted: August 28th, 2006
Total Posts:65 Joined:2006
I'd have to concur...in game Macro is already widely posted.

As for the auto-it part; I posted a detailed auto-it guide recently. This one uses a different 'scripting' technique, but without detail. I'd hate to see the codes used here deleted, but wouldn't mind it being added to the guide I posted, as another way of doing the same thing.

I don't like the draftschematic selection method. It works, but it's unreliable, since whenever you gain a level or a schematic, it shifts the numbering around.
Posted: August 28th, 2006
User avatar
Total Posts:238 Joined:2005
ya snur thers outher ways around that for it ot use the default one i basicly posted this for the auto it script
Posted: August 28th, 2006
expurt
Nay.

Already posted. Although slightly different, it basicly does the same thing.

The best solution if you want to keep the info for all to see, is if crazyc adds to the already on-going thread in the confirmed section. Nothing gets deleted. Just locked.
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 319 guests
Locked