Ama
New Member
- Joined
- Jun 6, 2011
- Messages
- 1,171
This is a little primitive, but effective.
Go to Hoth, then move to cords -915,167. You dont have to be high level, just avoid mobs. When you get there, you will find a chest. It gives you 3k-4k credits, some green boe and medpacks. It respawns every 20 minutes.
If you use Autohotkeys, here is a script that will rightclick every 10 seconds. Just enable auto-loot and place your mouse where the box spawns.
I put this on while I took a shower and cleaned up my apt and came back to 15k credits.
enjoy.
Go to Hoth, then move to cords -915,167. You dont have to be high level, just avoid mobs. When you get there, you will find a chest. It gives you 3k-4k credits, some green boe and medpacks. It respawns every 20 minutes.
If you use Autohotkeys, here is a script that will rightclick every 10 seconds. Just enable auto-loot and place your mouse where the box spawns.
Code:
#IfWinActive Star Wars: The Old Republic
;---------------------Autofire---------------------
Loop, 1000
{
Send, {RButton}
Sleep, 10000
}
---------------------------------------------------
I put this on while I took a shower and cleaned up my apt and came back to 15k credits.
enjoy.