Ranger Archive
Thread: Macro Code for Camping Question...
thanx
By 'making camps' do you mean crafting them or setting up a camping macro to gain afk Frontiering XP?
Of course, if there is a way to macro the crafting then it would be useful to craft, setup camp, pause for set amount of time, disband, and then loop through it again.
how do use. First make your macro(pic/name). Then make your f1-f12 so that you have double(if you dotn have this click and drag down to expand it) but the macro in the top left and the bottom right of the f1-f12(there should be 24total). and with the empty spots put in the camps that you want to make. for those of you who dotn know there are more then main f1-f12. just hit the little arrow the the top left of it to see the other 6. note that you might have to change your copy paste hot keys in your options thing. so there is no need to wirte it in. becuase that would take forever. anyquestions? post a RE and ill check in a day or so. Good Luck! in the micro code put the following;
/ui action toolbarSlot01; /pause 5;
/ui action toolbarSlot02; /pause 5;
/ui action toolbarSlot03; /pause 5;
/ui action toolbarSlot04; /pause 5;
/ui action toolbarSlot05; /pause 5;
/ui action toolbarSlot06; /pause 5;
/ui action toolbarSlot07; /pause 5;
/ui action toolbarSlot08; /pause 5;
/ui action toolbarSlot09; /pause 5;
/ui action toolbarSlot10; /pause 5;
/ui action toolbarSlot11; /pause 5;
/ui action toolbarSlot12; /pause 5;
/ui action toolbarSlot13; /pause 5;
/ui action toolbarSlot14; /pause 5;
/ui action toolbarSlot15; /pause 5;
/ui action toolbarSlot16; /pause 5;
/ui action toolbarSlot17; /pause 5;
/ui action toolbarSlot18; /pause 5;
/ui action toolbarSlot19; /pause 5;
/ui action toolbarSlot20; /pause 5;
/ui action toolbarSlot21; /pause 5;
/ui action toolbarSlot22; /pause 5;
/ui action toolbarSlot23; /pause 5;
/ui action toolbarSlot24; /pause 5;
/prone; /pause 5;
/stand; /pause 5;
/pause 300;
/ui action toolbarSlot00;
There is no dispand command for camps. ![]()
You have to wait for camp auto-dispand if you are trying afk macro your survival xp.
Here is how to macro camping XP.
You need a third party programmable device or a macro program ( I used a Belkin Nostromo N50 ):
1. Expand your hotkey bar to show both rows and place a camp kit in every slot except the first one
2. Put your macro for AfkCamping in slot 1 - the macro should be:
/ui action toolbarSlot01;/pause 1;/ui action toolbatSlot02;/pause 1; .... /ui action toolbarSlot23;/pause 1;/ui action targetAtCursor;
3. You 3rd party macro should be:
F1
<wait 20 minutes>
2
You need to make sure your cursor is over the camp terminal and that when a camp dissapears and is replaced with a new camp that the cursor remains over the camp terminal. This can manuall be done by creating a camp, disvanding it and creating a new one. If you don't move then the cursor will always be over the camp terminal.
Here is how to macro camping XP.
You need a third party programmable device or a macro program ( I used a Belkin Nostromo N50 ):
1. Expand your hotkey bar to show both rows and place a camp kit in every slot except the first one
2. Put your macro for AfkCamping in slot 1 - the macro should be:
/ui action toolbarSlot01;/pause 1;/ui action toolbatSlot02;/pause 1; .... /ui action toolbarSlot23;/pause 1;/ui action targetAtCursor;
3. You 3rd party macro should be:
F1 ( this activates your in-game macro placed in the F1 slot of your current toolbar pane![]()
[wait 20 minutes]
2 ( causes the Disband Camp item on the radial menu to make the camp disband )
You need to make sure your cursor is over the camp terminal and that when a camp dissapears and is replaced with a new camp that the cursor remains over the camp terminal. This can manuall be done by creating a camp, disbanding it and creating a new one. If you don't move then the cursor will always be over the camp terminal.
My main question goes out to Butte2, since you put in an example I was looking for. Now why do I go through and activate each of my "F" keys and then pause for 5? not clear on exactly what is happening here. And then what is toolbarslot 00? you already listed 24? I'm a little confused. Also, what goes in those toolbar slots?
thanks again
I wondered that too ... but if stop to think about it ... it makes perfect sence. It's based on the fact that you can't build another camp site if you have one already up. So what actually is happening is:
/ui action toolbarSlot01; /pause 5;
On the first round camp is build, on the second round this slot is empty ... if you haven't filled it up.
/ui action toolbarSlot02; /pause 5;
On the first round you get error message that you can't build a camp, on the second round camp is build ... if you haven't filled toolbarSlot01.
/ui action toolbarSlot03; /pause 5;
On the firstand second round you get error message that you can't build a camp, on the third round camp is build ... if you haven't filled tooltoolbarSlot01 or toolbarSlot02.
.......
/prone; /pause 5;
/stand; /pause 5;
No idea why these are here ... maybe making sure you won't time out or something. ![]()
/pause 300;
Wait for 300 secs. ![]()
/ui action toolbarSlot00;
Restart the macro ... in other words this is the slot you should have your macro at.
I hope you this helps. ![]()
Hmm ... actually if I calculate it right one round lasts bit over 7 mins ... and if I remember right camps auto-dispand after 60 mins (???) ... so it's going to take few rounds before second camp is raised. I could be wrong though ... I haven't used camping macroes myself before.
Little follow up ... I should have read your post through before making my response. ![]()
00 is the first toolbar slot (F1) ... 24 could be there by mistake (or not) ... 23 is your final toolbar slot (shift+F12) ... at least I think it is. You put camps in all those slots except to 00 (F1) where you put your macro.
There is also a command to switch to different toolbar ... but I can't remember what it is. I've seen it here on forums though.
I hope this helps. ![]()