|
 SWG Exploits - Level 5-90 In Under 12 Hours (Trader) : Star Wars Galaxies Nerfed Info - Page 2
|
|
Posted: July 5th, 2007, 10:44 am
|
|
|
|
xzas123
xzas123's Reps:
|
its no hassle at all.
a few copy/paste jobs
a simple "search and replace"
and two very small macros.
easy your up and running in less than 5mins.
for those having problems, its likely you havnt set it up right, delete your macros and restart! follow instructions.
Ive got mine running right now. Its very quick and easy and im alredy level 28  only been running for an hour!
thanks very much m8 for posting this 
|
|
|
|
|
Posted: July 7th, 2007, 5:39 pm
|
|
|
|
sh3rvin
sh3rvin's Reps:
|
gungan head statues on TC prime are now given at lvl 86 guys just to let you know. check the update notes for July 3rd on TC prime. suggest if u want lvl 90 crafters to grind now.
|
|
|
|
|
Posted: July 11th, 2007, 9:52 pm
|
|
|
|
bartguy
bartguy's Reps:
|
The macro is casuing my crafting session to end too. I changed the latters so some would be capitalized but it still wont work... can someone help me out on this one? lol
|
|
|
|
|
Posted: July 17th, 2007, 4:25 am
|
|
|
|
Tault_lehorton
Total Posts: 20
Joined: March 21st, 2005, 8:32 am
Tault_lehorton's Reps: 0
|
I made some minor modifications on the timing and added another step to eliminate some "already crafting" errors that I was receiving. The timing changes slowed the process down a bit but it has been running without a single error. I think part of the issue I was having is that I am running it on a galaxy that usually has a heavy load and a decent amount of lag.
Thanks
WinWaitActive("Star Wars Galaxies") ; Waits for you to activate the SWG window before it starts the script
Sleep("10000")
While 1 ; Starts the loop
Sleep("2000")
Send("{=}")
Sleep("2000") ; Waits for 2 seconds
Send("{1}") ; Presses the 1st toolbar slot, 1 is default. Change if necessary
Sleep("3000") ; Waits for 2 seconds
Send("{-}") ; Presses the 11th toolbar slot, - is defualt. Change if necessary
Sleep("6000") ; Waits for 2 seconds
MouseClick("left", 141, 187, 2, 2) ; Insert your coordinates in place of 141, 187. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("600") ; Waits for 3 hundredths of a second
MouseClick("left", 141, 187, 2, 2) ; Insert your coordinates in place of 141, 187. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("600") ; Waits for 3 hundredths of a second
MouseClick("left", 141, 187, 2, 2) ; Insert your coordinates in place of 141, 187. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("2000") ; Waits for 1 second
Send("{=}") ; Presses the 12th toolbar slot, = is default. Change if necessary
; Remember to set up everything under this line to your coordinates, and your toolbar settings
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{2}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{3}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{4}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{5}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{6}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{7}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{8}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{9}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{=}")
Sleep("2000")
Send("{0}")
Sleep("3000")
Send("{-}")
Sleep("6000")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("600")
MouseClick("left", 141, 187, 2, 2)
Sleep("2000")
Send("{=}")
WEnd ; Ends the loop, and starts back at the top
|
|
|
|
|
Posted: August 6th, 2007, 8:19 pm
|
|
|
|
ilkist
Total Posts: 24
Joined: December 26th, 2006, 2:03 am
ilkist's Reps: 0
|
Nerfed.
The 6.8 patch made Gungan Head statue available at 86.
|
|
|
|
|
Posted: August 8th, 2007, 11:06 am
|
|
|
|
Tault_admin
Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
|
Can we get a second nerfed confirmation.
|
|
|
|
|
Posted: August 8th, 2007, 8:07 pm
|
|
Posted: August 8th, 2007, 8:18 pm
|
|
|
|
vinnyboy32
Total Posts: 1872
Location: Behind You
Joined: June 3rd, 2006, 8:35 pm
vinnyboy32's Reps: 3
|
|
|
|
|
Posted: August 9th, 2007, 6:34 pm
|
|
|
|
Tault_admin
Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
|
|
|
|
|
Posted: August 11th, 2007, 12:27 pm
|
|
|
|
thepurplewonder
Total Posts: 17
Joined: January 10th, 2007, 1:27 pm
thepurplewonder's Reps: 0
|
Sorry to post in here, not sure if you're alowd to, but...this still does work.
I'm on trader, and am making Personal Harvy things, sorry, I forget the name.
But this still works, just takes a little longer. I'm using :
While 1 ; Starts the loop
Sleep("2000") ; Waits for 2 seconds
Send("{1}") ; Presses the 1st toolbar slot, 1 is default. Change if necessary
Sleep("2000") ; Waits for 2 seconds
Send("{-}") ; Presses the 11th toolbar slot, - is defualt. Change if necessary
Sleep("2000") ; Waits for 2 seconds
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 275, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 340, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 410, 220, 2, 1) ; Insert your second coordinates in place of 256, 250. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("1000") ; Waits for 1 second
Send("{=}") ; Presses the 12th toolbar slot, = is default. Change if necessary
; Remember to set up everything under this line to your coordinates, and your toolbar settings
Sleep("2000")
Send("{2}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 275, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 340, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 410, 220, 2, 1) ; Insert your second coordinates in place of 256, 250. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("1000")
Send("{=}")
Sleep("2000")
Send("{3}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 275, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 340, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 410, 220, 2, 1) ; Insert your second coordinates in place of 256, 250. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("1000")
Send("{=}")
Sleep("2000")
Send("{4}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 275, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 340, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 410, 220, 2, 1) ; Insert your second coordinates in place of 256, 250. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("1000")
Send("{=}")
Sleep("2000")
Send("{5}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 210, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 275, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 340, 220, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 410, 220, 2, 1) ; Insert your second coordinates in place of 256, 250. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("1000")
Send("{=}")
WEnd
Sorry it's all so long. But I find that 5 tools, COOPER, ALI, STEEL and ORE, and have the cooper first, to double double click that...and it's all OK.
I did from CL34 to about 60 in about 3 hours. I'll finish the rest later.
|
|
|
|
|
Posted: August 15th, 2007, 12:47 am
|
|
|
|
thepurplewonder
Total Posts: 17
Joined: January 10th, 2007, 1:27 pm
thepurplewonder's Reps: 0
|
This doesn't need to be nerf'ed. I got a trader from CL18 to 90 in about 9 hours, here's how.
The first part, the RE tools, is fine and do that up to CL34 (or 36). But, I found 6 tools work fine.
Firstly, set up the macros, and toolbar, from part 1.
Then, you need to make Personal Moisture Vapirators. You will need COPPER - about 500k, STEEL - about 250k, ALUMINIUM - about 250k, EXT or INT ORE - about 250k.
Now, you need to have them in your inventory, like this :
It has to be in that order!
Now, you need to have the macro set up, you will need to click the resources, in this order :
COOPER
COOPER
STEEL
ORE
ALUMINIUM
So, with the macro, set it up like this :
WinWaitActive("Star Wars Galaxies") ; Waits for you to activate the SWG window before it starts the script
While 1 ; Starts the loop
Sleep("2000") Send("{1}") Sleep("2000") Send("{-}") Sleep("2000") MouseClick("left", 201, 252, 2, 1) ; Remember to set up your own co-ordinates - COPPER Sleep("300") MouseClick("left", 201, 252, 2, 1) ; COOPER again Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Steel Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Ore Sleep("300") MouseClick("left", 256, 250, 2, 1) ; ALi Sleep("1000") Send("{=}")
Sleep("2000") Send("{2}") Sleep("2000") Send("{-}") Sleep("2000") MouseClick("left", 201, 252, 2, 1) ; COPPER Sleep("300") MouseClick("left", 201, 252, 2, 1) ; COOPER again Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Steel Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Ore Sleep("300") MouseClick("left", 256, 250, 2, 1) ; ALi Sleep("1000") Send("{=}")
Sleep("2000") Send("{3}") Sleep("2000") Send("{-}") Sleep("2000") MouseClick("left", 201, 252, 2, 1) ; COPPER Sleep("300") MouseClick("left", 201, 252, 2, 1) ; COOPER again Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Steel Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Ore Sleep("300") MouseClick("left", 256, 250, 2, 1) ; ALi Sleep("1000") Send("{=}")
Sleep("2000") Send("{4}") Sleep("2000") Send("{-}") Sleep("2000") MouseClick("left", 201, 252, 2, 1) ; COPPER Sleep("300") MouseClick("left", 201, 252, 2, 1) ; COOPER again Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Steel Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Ore Sleep("300") MouseClick("left", 256, 250, 2, 1) ; ALi Sleep("1000") Send("{=}")
Sleep("2000") Send("{5}") Sleep("2000") Send("{-}") Sleep("2000") MouseClick("left", 201, 252, 2, 1) ; COPPER Sleep("300") MouseClick("left", 201, 252, 2, 1) ; COOPER again Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Steel Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Ore Sleep("300") MouseClick("left", 256, 250, 2, 1) ; ALi Sleep("1000") Send("{=}")
Sleep("2000") Send("{6}") Sleep("2000") Send("{-}") Sleep("2000") MouseClick("left", 201, 252, 2, 1) ; COPPER Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Steel Sleep("300") MouseClick("left", 201, 252, 2, 1) ; Ore Sleep("300") MouseClick("left", 201, 252, 2, 1) ; COOPER again Sleep("300") MouseClick("left", 256, 250, 2, 1) ; ALi Sleep("1000") Send("{=}")
WEnd
You'll notice two things.
1. 6 Tools will work just as good.
2. One the last crafting session, I have changed the order that the resources are placed into the tool, I'll come back to this for why in a mo.
Reset all the macro co-ordinates, like from part one, BUT YOU MUST DO THEM IN THE ORDER I HAVE STATED...INCLUDING THE LAST ONE. You must change the order of the clicks in the last one.
Now, get an Ent XP buff and away you go.
Now, there are two bugs that might pop up :
1. When you get to CL79, you might not hit CL80.
I think I have fixed this though. On the last tool, it's set to put the resources in the tool, in a different order. I THINK, that SWG picks up on the same button clicks, so at the end of CL79, it won't let you level, since you've been pressing the same buttons over and over. BUT, the above macro should have fixed that, since the last one is in a different order.
If you can't level at CL79, just change the order of the clicks on a different tool, i.e move the button clicks from the 6th tool, to, say, the 3rd one...and you're done.
2. If you run the programme more than about 10 times, it stops working.
While checking the macro, I stopped it, and started it again, after doing this a few times, it stopped working and would not click any thing. The way around this, just rename the macro. On the safe said, I opened a new macro from the Examples in Auto-It and posted the same macro in, and just renamed it. This fixed the issue.
If you follow all the instructions above, you will be able to afk grind a trader in about 9 - 12 hours. I know, coz I did it. 
|
|
|
|
|
Posted: August 15th, 2007, 3:40 pm
|
|
|
|
Tault_admin
Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
|
awesome moving to confirmed again
|
|
|
|
|
Posted: August 17th, 2007, 1:14 am
|
|
|
|
tault_tek101
Total Posts: 23
Joined: March 22nd, 2005, 3:21 am
tault_tek101's Reps: 0
|
just athought, maybe make a new sticky for this? because I read this whole thing and then changed pages just to find that the second half had been nerfed...but then a new edition was put onto it so maybe we can just compile them and make a fresh page for them so we don't have to search...anyways that's just my 2cents....also great guide 
|
|
|
|
|
Posted: August 17th, 2007, 1:57 am
|
|
|
|
thepurplewonder
Total Posts: 17
Joined: January 10th, 2007, 1:27 pm
thepurplewonder's Reps: 0
|
I certainly don't wanna take anything away from the OP, it was all them, but I would be willing to write up a new one for a new thread, to make it a bit clearer for everyone.
|
|
|
|
|
Posted: August 26th, 2007, 10:51 am
|
|
|
|
yoda1234
Total Posts: 69
Joined: July 13th, 2007, 9:57 pm
yoda1234's Reps: 0
|
yep this still works i got to lev 90 with my trader today just folow instructions and you have no problems whatsoever ty for the help 
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 194 guests |
|
|
|