Thursday, April 30, 2009

SWG Macros - One Button Jedi Meditate Macro



This is a simple in game macro that will make your jedi sit and then start meditating in one smooth step. The pause is required so you don't get a system message about sitting before meditating.

I know a lot of people have probably written something similar, but it surprises me how many people do it manually because they don't know how to write a simple macro or they don't know the command to start meditating. Enjoy.


/sit;
/pause .5;
/meditate;


More mmorpg macros.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry

Wednesday, April 22, 2009

SWG: How to get the restuss badge on any character.



First make sure you do not have any quests currently at restuss and if you do delete them.

Then go to the guy next to the person who gives the badge weapons and armor and take the quest from him. The quest says to kill 5 commandos or darktroopers.

Complete this quest and then talk to the guy who gives the badge weapons and armors and ask for a badge. You will then recieve the badge.


More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry

SWG: Soloing Droid Army as Jedl



What you have to do is get a droid that can shoot, like a battle droid, probot droid, droideka, ect.

Now what you do is go into the Droid army, send your droid to attack a large group, then it will get killed and stored back in your inventory, next they will agro you, so you have to force run away so that they chase you, but dont run too far away or you will lose agro.

Now heres the trick
If you run far enough but dont lose agro, the droids will not attack you, but continue to follow you. Now do this with every group of droids including the Boss.

Once you have done this with the boss, use saber throw or something like that on him to get his agro AND DONT USE ANY AREA ATTACKS!!!! Now just TANK AND SPANK!!!!


More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry

Sunday, April 19, 2009

SWG trick: Get Nyms dog as a pet (Extract DNA)



If you are a trader and want to get Kusak DNA you can go to Nyms palace and extract DNA from the dog to the left of Nym. This will give you DNA called Nyms Kusak DNA or something like that. You can only do this once per server reset and even though the Kusak looks no different you could prolly sell the DNA or just make a Kusak pet.


More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry

Thursday, April 16, 2009

SWG Cloner Exploit


If you store your DNA at a cloner in your city, and then you move the cloner you will respawn in the spot the cloner was originally when you stored your dna. This also works by completely taking back up the cloner. You will respawn where the cloner was before removing it.

More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry

Monday, April 6, 2009

AFK leveling Trader, how to really AFK level your trader

 
Many people want to level their trader but the only way you can really level your trader is semi-afk... well thats over my friends! With the method I'm about to show you, you can COMPLETELY AFK level your trader! It worked perfectly for me. Lovely for when you don't have time for Leveling your trader when you actually want to watch T or sleep. :P
Your going to need AC Tool for this to work! --->AC Tool Download Link<---

Anyway enough chit chat, lets get this on the road!

Final note: This worked best for me when I was a structure trader and I just made Fountains...
Final note 2: Also run the game in window mode... works for alt+tabing to AC Tool

STEP 1: Download AC Tool

STEP 2: Open up your SWG and create a Structure Trader (Best way to level up)

STEP 3: Get some resources to make a fountain from your alt or buy some (Really not that much needed)

STEP 4: Now Alt+Tab to AC Tool if its already running

STEP 5: Ok this is the part where you really got to read very carefully!

For this part I'll make a easy Copy and Paste method, BUT there are fields that your going to have to do yourself. Don't get scared now when i said that... its REALLY easy to do ^^

AC Tool should be in the "Commands and Macros" Tab, if it is, good!

Now open the crafting tool and quickly craft a "Structure and Furniture Crafting Tool" make sure that is NOT a practice session, YOU NEED THAT TOOL!

Place the tool in the Number 9 slot

Press ALT so that your mouse can move freely, and click the crafting tool (Please click it and not press 9)

Scroll down till you see Fountain (remeber if you want to crafting something else than a fountain, YOU CAN :))

Double click the Fountain and then it should come to the part where you have to fill in the resources, close the window. At this point your mouse should still be able to move freely.

Alt+Tab to the AC Tool Copy/Paste this part in the first row...

CODE
While 1 = 1


Now after that is in the first line press enter. Now move the AC Tool to the corner of the screen so that you can see the SWG window and command tabs clearly. (Do NOT click on the SWG window)

Now only HOVER your mouse cursor over the "Structure Crafting Tool" you placed into slot 9 earlier and press "Ctrl+M" this should placed a command in the AC Tool looking Something like this

CODE
MousePos X, Y


"The X and Y should be repaced with numbers so don't worry about that :)"

Now click on the SWG window so that it is now selected. Press Alt if your mouse doesn't move freely. Click on the Tool in slot 9.

Now you should see that the Fountain (or what ever it is you wanted to craft) is in the list menu. It is import that you go to AC Tool but NOT Alt+tabing to it... instead press Ctrl+Esc. (This prevents SWG from switch the freely moving mouse back to a crosshair)

Click on the AC Tool in your Bottem Bar and hover your mouse over the Fountain (Or whatever you want to craft) and press Ctrl+M again to get the "Pos" of the mouse.

Alright your AC tool Command list should look something like this now

CODE
While 1 = 1

MousePos X, Y
MousePos X, Y


Manually type the following so that it looks like this

CODE
While 1 = 1

MousePos X, Y
LeftClick
delay 5 sec
MousePos X, Y
DoubleClick
Delay 5 sec


Now click on the SWG window again and double click the Fountain (Or whatever thing it is you want to craft)

Make sure you only have the Resources in your Inventory that the Fountain (Or w/e) requires!

Now Ctrl+Esc and lclick the AC Tool in your Bottem bar again and hover your mouse over the First resouce and Press Ctrl+M and do the same with the 2nd and 3rd.

Once thats done your command list should like like this

CODE
While 1 = 1

MousePos X, Y
LeftClick
Delay 5 sec
MousePos X, Y
DoubleClick
delay 5 sec
MousePos X, Y
MousePos X, Y
MousePos X, Y


Now in between the last 3 "Pos" make it look something like this

CODE
While 1 = 1

MousePos X, Y
LeftClick
Delay 5 sec
MousePos X, Y
DoubleClick
delay 5 sec
MousePos X, Y
DoubleClick
DoubleClick
delay 2 sec
MousePos X, Y
DoubleClick
DoubleClick
delay 2 sec
MousePos X, Y
DoubleClick
DoubleClick
delay 5 sec


Now click on the SWG menu again and create a new macro. Just Copy and paste this in the macro. Name it whatever you like

CODE
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createProtoType practice no item;
/createPrototype practice no item;


Place that into slot 7

Now Cntrl+Esc again and click on the AC Tool... Hover mouse over the new macro in slot 7 and press Ctrl+M to make the "Pos" and under that command type "LeftClick" and under that type "delay 30 sec" (Change the 30 depending on the time it takes for the Tool to recharge"

Ok now press Enter 3 times at the end of the command list and type "End"

The Commands list should look something like this now

CODE
While 1 = 1


MousePos X, Y
LeftClick
Delay 5 sec
MousePos X, Y
DoubleClick
delay 5 sec
MousePos X, Y
DoubleClick
DoubleClick
delay 2 sec
MousePos X, Y
DoubleClick
DoubleClick
delay 2 sec
MousePos X, Y
DoubleClick
DoubleClick
delay 5 sec
MousePos X, Y
LeftClick
delay 30 sec



End


Now click on the SWG window and make sure the mouse can move freely with no windows open. If not just press Alt.

Ctrl+Esc and click the AC Tool at the bottem. Now click right below "While 1 = 1" and hover your cursor over ANY part of the SWG window aslong as it selects nothing if you click on it and press Ctrl+M and below the "Pos" Command type "LeftClick"

Now for the Big Moment... Press F2 to start AC Tool and watch as it selects the crafting tool, selects the Item, Selects the resources, and selects the macro to make a practice run which will give you EXP... and it will keep repeating it!

Feel Free to modify the commands in the AC Tool as you like if you think you understand it.

Just to give you a Example... my Command list looks like this

P.S. This is a Exact copy. Don't try to just copy and paste this... it might not work :P

CODE
While 1 = 1

MousePos 87, 142
LeftClick
delay 2 sec
MousePos 800, 769
LeftClick
Delay 5 sec
MousePos 197, 724
DoubleClick
delay 5 sec
MousePos 258, 251
DoubleClick
DoubleClick
delay 2 sec
MousePos 270, 322
DoubleClick
DoubleClick
delay 2 sec
MousePos 201, 325
DoubleClick
DoubleClick
delay 5 sec
MousePos 871, 771
LeftClick
delay 30 sec



End



Hope this guide helped. :)



More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry

Sunday, April 5, 2009

SWG Medallion of the Miner exploit


Want another 100 agility and have a 5 peice set on already?
Equip the Medallion of the Miner on under A-tab. You will NOT see the buff at that moment, but relog and you will see it appear next to you jewerly buff.

Since it is blantant and easy to see, I recommend using it in Heroics, pvp might be a bit tricky with all of the buff counters out there.

This works about 90% of the time. I had to completely log out and log back in to get the buff once or twice when soft logging didn't work.
It lasts for 30 minutes.

More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry

Wednesday, April 1, 2009

SWG cheat : easy helmets and loot, T2 blacksun ship spawing cheat



Here is a trick to get Tier 4 Black Sun ships to spawn forever. Good way to loot a Black Sun Ace Helmet and good space loot.

Requirements:
Kashyyyk expansion, Etyyy Access and haven't completed the Chiss Backpack quest.

First head to Mada Johnson in Kachirho, she is on the third level of the Great Tree at -478, -92. Mada wants you to help find her brother and she'll have you speak with a Wookiee. He is in the cantina of the Great Tree on the 2nd level. He'll want to know what Mada looks like. Tell him what you saw, if your forgot just /target Mada and examine her. She should be light hair, blue eyes and red tattoo. After that the Wookiee will tell you of someone who may know where Brody Johnson is. He sends you to Chrilooc in Kachirho at -700, 11. Speak with him and he'll have you fly a space mission. After that he'll send you to the Etyyy, Hunting Grounds to talk to a guy who may know where Brody is. The guy he sends you to is Johnson Smith at -393, 867 in the Arcona Compound. He'll give you the choice of two quests. One will be to look for Brody this quest leads to the Bantha mount. You'll want to do the other option for the Chiss Backpack, Kkorrwrot Trophy and the "...has hunted and killed a Kkorrowrot in the Hracca Glade of Kashyyyk" Badge. After talking with Johnson you'll need to speak with Ryoo Finn next he's in the Arcona Compund as well, at -614, 851. Go back to Johnson and tell him about Ryoo and he will ask you to help him. Arcona get high off of salt so he's going to have you find Ryoo's stash of salt he lost, head to -967, 893 to find Ryoo's Bag. Use the radial menu and select use to pick it up. Now just head back to Johnson Smith with the bag of salt. If you go back to Ryoo Finn he just keeps asking for his salt, you'll never give it to him even if you try.
Once back to Johnson Smith he'll tell you to talk to a Chiss that is right next to him in another tent at -383, 853. Her name is Kara Corlon. She'll ask you to help her deliver some items in space.

Here is the trick:
Complete the first delivery job in Dantooine and get the next delivery job to Tatooine. Once you enter Tatooine space you will get a waypoint to the delivery spot. If you go 100-200m to the waypoint then a wave of Black sun ships spawns. If you keep killing enough Black suns then a another wave appears. The black sun ships will continue to spawn until you hyperspace, die or complete the mission.
When you don't want to kill more black suns then you just hyperspace or land to cancel the mission. Now you can just go to Kara and get the delivery mission but this time she gives you the Tatooine delivery mission at beginning and you just hyperspace to Tatooine to start the spawning again.


More mmorpg cheats.

If you enjoyed this post, make sure you subscribe to our RSS feed! or follow us on Twitter
Read rest of entry
 

Star Wars Gaming news

Master of World of Warcraft

Aion Guides | Aion Strategies

Star Wars Gaming © 2009