Bio Engineer Archive
Thread: Sampling Macro
What I use is as follows:
/sample; /pause 5; /sit; /pause 30; /stand; /pause 5; /ui action toolbarSlot##
The window will still pop up occasionally, but by sitting in the macro, you end that sample session and start a new one... after a long session I might have to close 10-20 "event" windows... but it works.
You might need to fine tune your pause times to regen full HAM between samples...
Thanks!
Sinker
F1 = Slot00
F2 = Slot01
F3 = Slot02
F4 = Slot03
F5 = Slot04
F6 = Slot05
F7 = Slot06
F8 = Slot07
F9 = Slot08
F10 = Slot09
F11 = Slot10
F12 = Slot11
Hi
thanks for the sampling macro,
but i'm a bit confused about the last line of it
i take it the last line loops the macro
"ui action toolbarSlotXX "
i've tried this and can't get it to loop
what do you type in to the xx bit to make it work
so far i've tried typing the f number that i,ve placed it in
but no joy
what i'm i missing? as this is the first time that tried to make a macro
Thanks
and if you have the double line toolbar open the second row is numbered 12-23. ![]()
/ui action toolbarSlotXX (this activates a particular Slot with XX being a number from 00-23 depending on button number)
/ui action toolbarPaneXX (this will change the level of the toolbar, level 1 = 00 to level 6 = 05)
The second is handy for Armour equipping macros. Hit the macro, switches to an Level 6 activates the toolbar slots which your armour pieces are placed in and then switches back to Level 1 for example.
One other thing, Aliases.
You could put the entire basic sample macro commands into an alias called for example mysample. Just typing \mysample would activate the commmands. This of course also can be used in the macro, for example :-
/mysample;
/pause (however long the alias takes to complete);
/ui action toolbarSlotXX;
This I admit is of more use to those entertainers who are afk grinding as they can set up a macro that runs through flourishes repeatedly until their action is used up, sit, regenerate and then start it all again.
There used to be a good post about Alias and macros, I'll try and dig it up (no pun intended). ![]()
I use /stand then /kneel then a /pause 25 sec...the a /sample. well my macro is the same one i wrote 20 minutes after the first patch that killed macro surveying.I was more pissed than anyone in the world at that point. anyways here is my macro.
gotta be kneeling already and have surveyed for what you want.
/sample;
/pause 119;
/stand;
/kneel;
/pause 25;
/sample;
/pause 119;
/stand;
/kneel;
/pause 25;
/sample;
well you get the idea...just repeat it over and over. time your character and adjust as needed for resting but mine ends with
/sit;
/pause 150;
/kneel;
/pause 15;
/ui action toolbarSlot10 (which is F11)
hope that helps.
- Your inventory fills up with DNA
- If you get agroed it doesn't like it
- If you target a baby you can't get out of it
- If you target a lair you can't get out of it
Create a macro called: DNAMacro
And put the following lines in there.
/ui action targetSelf;
/ui action cycleTargetOutward;
/follow;
/pause 15;
/sampleDNA;
/pause 11;
/macro DNAMacro;
Now, to run it, type /macro DNAMacro
I thought I'd share it.
Also, it's nice to have a maskscent macro, but I haven't timed it just yet. ![]()
Enjoy
Zynix wrote:
I made one little more adv then this only because I never can get it to sample the creature... what am i doing wrong? is there a certain type that i can do easier then others? I am going after ones outside mos espa.. and it takes me 5-10 samples each to finally get a successful any.... any suggestions?
That seems to be the "norm"... I have to take a few samples on them just to get a decent DNA sample... not sure if there's a way to make things better, and none of the MBEs I've talked to have had any advice.