Page 1 of 1

Hoth/jakku Survival Camping Macro

Posted: Fri Oct 05, 2018 3:52 pm
by Jixton
To be fair, you don't need to be a ranger to use this camping macro, just novice scout will do as you're only using basic camps.
basic camps seem to last just up too 100mins, so I've timed the macro to destroy and replace the camps every 1hr 30mins.

You can craft your own camps, but I plan to shortly setup a vendor to sell basic camps in factory crates of 50.

The Hoth Camping macro is split into 4 macros. I've had to do this as in the past I discovered 1 big macro always seems to become corrupt
and stops working. I tend to start with a clear toolbar and place the first macro "Camp-main1" in the top left bar. I then fill the remaining
toolbar with camps, except the final 4 along the bottom row. In those final 4 boxes, I place my Mineral Survey tool, Chemical Survey tool,
My choice of vehicle, then a final DUMP macro to stop all running macros. These 4 macro's are designed to auto start the next macro in sequence for an uninterrupted camping experience.
You will also need a "DIG" macro if you are hand sampling, or remove from the macro if you are not hand sampling.

Then I just go to Hoth, or Jakku... Scan for the resource I'm after, then hit the "Camp-main1" macro at the highest % source.

Keep checking your toon regularly, as I've found in the past that if any creature or NPC spawns appear near to you, it could prevent the macro from dropping a new camp down. So you may have to stop the macro, move your toon slighty to be out of range from the spawn, re-organise your camps in the toolbar, then restart the macro.

remember to replace camps as you run out, so to enable the macro to continue going.

The macro's are:

Macro: Camp-main1

/ui action toolbarSlot01;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood none;
/stand;
/pause 1;
/ui action toolbarSlot02;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood none;
/stand;
/pause 1;
/ui action toolbarSlot03;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood happy;
/stand;
/pause 1;
/ui action toolbarSlot04;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood alert;
/stand;
/pause 1;
/ui action toolbarSlot05;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood cheerful;
/stand;
/pause 1;
/macro Dump2;

Macro Dump2

/dump;
/dump;
/dump;
/macro Camp-main2;

Macro Camp-main2

/ui action toolbarSlot06;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood confident;
/stand;
/pause 1;
/ui action toolbarSlot07;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/stand;
/pause 1;
/ui action toolbarSlot08;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood dignified;
/stand;
/pause 1;
/ui action toolbarSlot09;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood earnest;
/stand;
/pause 1;
/ui action toolbarSlot10;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood dreamy;
/stand;
/pause 1;
/ui action toolbarSlot11;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood encouraging;
/stand;
/pause 1;
/ui action toolbarSlot12;
/macro Dig;
/pause 5400;
/destroystructure;
/pause 15;
/mood friendly;
/stand;
/pause 1;
/macro Dump3;

Macro Dump3

/dump;
/dump;
/dump;
/macro Camp-main1;

Re: Hoth/jakku Survival Camping Macro

Posted: Thu Oct 25, 2018 5:03 am
by Tatom27
want to first say thanks for taking the time out to post up your macro on camping. I've made a rifleman/ranger/surveyor toon... my one stop resource gathering machine, and I'm using this macro in his arsenal. In regards to the 'dig' macro you were referring to, what do you mean by that?

Re: Hoth/jakku Survival Camping Macro

Posted: Tue Nov 20, 2018 6:35 pm
by Jixton
Ah yes... Sorry for the delay in replying to this...

The line: "/macro Dig;" refers to a separate Dig Macro that I use as I use this camp macro for my resource Hand sampler.

The Dig macro is a standard hand sampling macro.

If you're not using this camp macro for hand sampling, then you can simply just delete the line: "/macro Dig;" it appears several times throughout the macro.
Once you've removed that line, it should just drop camps without telling you that you need to use a survey tool first.