Artisan Archive
Thread: Surveying Methods
PaladinX333 wrote:
When you are going to drop a harvester you need to remember that lairs create a temporary "no drop" zone. Many times I have had to kill off a creature lair in order to be able to get onto the highest concentration. There was also the unfortuante incident with those hermits... that'll teach em to spawn on a 93% concentration of high OQ minerals...
LadyGrey wrote:
PaladinX333 wrote:
When you are going to drop a harvester you need to remember that lairs create a temporary "no drop" zone. Many times I have had to kill off a creature lair in order to be able to get onto the highest concentration. There was also the unfortuante incident with those hermits... that'll teach em to spawn on a 93% concentration of high OQ minerals...
I think we should be allowed to burn down houses and player cities that are built right on top of good concentrations of high-quality resources. Could be part of our game content and immersion. Come on, devs, throw us a bone here! hehe
Dpjarrett wrote:
- The "/target (;" line is the main line that usually confuses people.This line targets an actual mount. The reason for the "(" is that I have several different mounts and this command targets any of them since all pet names start with a "(". (You do name your pets, right?
)
Just for giggles, I tried /target (; /mount; on my droid. He didn't appreciate it....
Nice little macro system though
I'm gonna have to start trying something like this next I'm out surveying.
Jjiaah wrote:
But you know them Devs.... make buildings flamable, and Archs will be able to install sprinkler systems. Make an acid that corrodes the sprinker pipes, and DE's will be able to make plumber droids. Make a restraining bolt weapon to stop the droids, and armorsmiths can make forcefield high-intesnsity light-based shields for them.Make an armor-piercing weapon that can penetrate that type of shield... and you have a landscape littered with dead Jedi crying that saber block isn't working. No, you fool Jedi! It's working... you just need to get the devs to make a better glo-stick!
It's all about the combat balance.
/cheer Okay, that's just about the funniest thing I've read on the forums today.
I just wanted to add a little something that I find very helpful to this discussion. I actually have two macros that I make use of while surveying. I'll list them and then explain what they do.
Macro: Survey
/dismount;
/pause .25;
/survey;
/pause .25;
/macro mount;
Macro: Mount
/target (;
/pause .25;
/target Speederbike;
/pause .25;
/target AV;
/pause .25;
/mount;
- The "/target (;" line is the main line that usually confuses people.This line targets an actual mount. The reason for the "(" is that I have several different mounts and this command targets any of them since all pet names start with a "(". (You do name your pets, right?
) - The nexttwo "/target" commands are pretty self evident. I have 3 different vehicles and this macro simply cycles through them. I don't have a "swoop" command because the full name of the swoop is actually "Speederbike Swoop" so the "/target Speederbike;" command works for both my Swoop and my regular Speederbike.
- The "/pause .25;" commands are basically there to make sure the macro doesn't trip up on itself. My experience with macros tells me that even the simplest macro can skip steps and not function properly if you don't have some short pauses in there to break up the flow a little bit and at .25 seconds per pause this makes my total survey macro take only 1.25 seconds. Basically, not enough that you're ever going to notice it.
The mount macro I actually use even when I'm not surveying. I have it in my toolbar so that whenever I pull any mount/vehicle I just hit the hotkey and I'm automatically thrown into whatever mount I've chosen. The only times that I have any problems with this macro is if there are alot of other people around with their vehicles out. In that case the macro will sometimes target someone else's vehicle/pet and you'll have to manually mount your vehicle. That's why I have my AV-21 listed last. Generally it's the vehicle that I'm using andsince it is the last thing to get targeted and they are much less common than speederbikes, there's less chance for the macro to target someone else's vehicle.
Message Edited by Dpjarrett on 10-14-2004 03:08 PM