Author Topic: Need help muaking a command for ED in VA  (Read 99 times)

Matok1971

  • Newbie
  • *
  • Posts: 1
Need help muaking a command for ED in VA
« on: October 29, 2024, 10:49:16 PM »
OK, I'-m trying to make a command/macro for ED in VA. What I'-m trying to have it do is this ...

1) Open Starport Servi8ces
2) Open the Comodities Market
3) Change the UI to the Sell tab
4) Open the Filters Panel
5) Clear all current filters
6) Change the active filter to "Have in Hold" and Apply filter
7) Select the top most item to sell
8 ) take the total avalable amount to zero,  then add 4 to sell
9) Ckick the Sell button
10) repeat steps 6 through 9 until all items are sold

I am just having trouble making it work right. Would really love help with this.

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4776
  • RTFM
Re: Need help muaking a command for ED in VA
« Reply #1 on: October 31, 2024, 03:08:52 AM »
What are you having trouble with, specifically?

Timing is going to be a major factor in a command like that, so you'd want to start out either with very long pauses, or perhaps even a way to step through it manually (E.G. using one of the "Wait For" actions).

It's also going to require having the interface in a known state.

There's also going to be input required to quantify "until all items are sold". Unless that's information a plugin can provide (I.E. if that information is provided through the games' API).