I made an easy Sampling macro for my self(Which is shown below) but for some reason a window pops up every 10mins or so and ask to expend 300 action points for a attempt at a bigger harvest. Every time this happens it stops my macro from allowing to sample. Is there anyway to cancel out this window?
Macro:Autosample
/sample;
/pause 10;
/macro Autosample:
Sampling macro?
-
JibJab
- Jr. Member
.png)
- Posts: 33
- Joined: Wed May 03, 2017 3:34 pm
From the wonderful guild Born of Ashes, aka PHNIX
Weaponsmith in training, toons include Vodnek, Doocik, Darkforge, and Talei
Weaponsmith in training, toons include Vodnek, Doocik, Darkforge, and Talei
-
Koven
- Dark Jedi Master

- Posts: 189
- Joined: Sun Feb 08, 2015 11:20 pm
That window can be ignored if you put a /stand in your macro after you /sample.
-
evilryu
- Light Jedi

- Posts: 303
- Joined: Tue Mar 15, 2016 11:07 am
I add a /ui action defaultButton; after /sample in the macro - it presses the enter button once.
violentken - Sword Stacker
fatzangief - Rifleman/CM
fieryakuma - Commando
angrysagat - Merchant/Weaponsmith/Architect
MEGACORP Corellia 780 -5932 - Drop Off @ Davy Jones
Click Here for more information
fatzangief - Rifleman/CM
fieryakuma - Commando
angrysagat - Merchant/Weaponsmith/Architect
MEGACORP Corellia 780 -5932 - Drop Off @ Davy Jones
Click Here for more information
-
goofyone
- Newbie
.png)
- Posts: 9
- Joined: Sat Apr 29, 2017 2:01 pm
It also ignore s that window if you have the macro called using a toolbar slot.
-
Hwyranger
- Force Sensitive

- Posts: 16
- Joined: Wed May 31, 2017 12:26 pm
- Location: California, USA
Thank you for the marco. I also used the /ui action defaultButton; and it appears to be running smoothly.
Thanks again
Thanks again
Kind regards,
Highway Ranger
<PHNIX>
Ranger Mining and Extracting Co
"May the Force Be With You"
Highway Ranger
<PHNIX>
Ranger Mining and Extracting Co
"May the Force Be With You"
-
Wackadoo
- Newbie
.png)
- Posts: 7
- Joined: Wed Jul 12, 2017 3:38 pm
How would that look in the macro? (New to macros)Hwyranger wrote:Thank you for the marco. I also used the /ui action defaultButton; and it appears to be running smoothly.
Thanks again
-
Arzzet
- Grizmalltian

- Posts: 78
- Joined: Mon Jun 05, 2017 9:13 pm
This is the macro I use. I use echo to see what macro is running, you can delete it. You can change the pause time to whatever works best for you.
Macro:digit
/echo Sampling!!!
/sample;
/pause 30;
/ui action defaultButton;
/macro digit;
Macro:digit
/echo Sampling!!!
/sample;
/pause 30;
/ui action defaultButton;
/macro digit;
Arzzet or Kettemoor
Drop Off Vendor
Planet: Naboo, North of Theed
Waypoint: -3908, 4842
I'm located in the US in timezone Eastern, same at New York City.
Drop Off Vendor
Planet: Naboo, North of Theed
Waypoint: -3908, 4842
I'm located in the US in timezone Eastern, same at New York City.
-
Wackadoo
- Newbie
.png)
- Posts: 7
- Joined: Wed Jul 12, 2017 3:38 pm
Thank you! This works great!!Arzzet wrote:This is the macro I use. I use echo to see what macro is running, you can delete it. You can change the pause time to whatever works best for you.
Macro:digit
/echo Sampling!!!
/sample;
/pause 30;
/ui action defaultButton;
/macro digit;
-
goofyone
- Newbie
.png)
- Posts: 9
- Joined: Sat Apr 29, 2017 2:01 pm
you can also add /kneel to the macro. With /kneel you don't get moved around while the macro runs. This is the one i run.
/sample;
/pause 23;
/kneel;
/pause 2;
/ui action toolbarSlot12;
/sample;
/pause 23;
/kneel;
/pause 2;
/ui action toolbarSlot12;
-
Canti
- Jr. Member
.png)
- Posts: 29
- Joined: Sat Aug 22, 2015 7:39 pm
I use 2 marco's for this.
Ore
/sample
/pause 20
/macro Ore
relog
/ui action defaultButton
/pause 45
/macro relog
If macro crafting or just chatting.. can just use Ore. default command messes with crafting macro's. Can use relog on others like buffers. Afk sampling uses both. Sample command will auto kneel and doesn't move ya.
If you migrate quickness and stamina to 400+ your action recharges fast enough to keep sampling. I've found 450 works if you grab those 300 action hits for more ore.
Ore
/sample
/pause 20
/macro Ore
relog
/ui action defaultButton
/pause 45
/macro relog
If macro crafting or just chatting.. can just use Ore. default command messes with crafting macro's. Can use relog on others like buffers. Afk sampling uses both. Sample command will auto kneel and doesn't move ya.
If you migrate quickness and stamina to 400+ your action recharges fast enough to keep sampling. I've found 450 works if you grab those 300 action hits for more ore.
Canti Ludan - On FS hunt.
Jenta Ludan - TKM/Scout/Ranger
EnGarde Ludan - Armorsmith
Shop: Tat, New Jedha, Near the cloner
Jenta Ludan - TKM/Scout/Ranger
EnGarde Ludan - Armorsmith
Shop: Tat, New Jedha, Near the cloner
