Restock macro messing up [SOLVED]

Topics related to Second Age
Post Reply
User avatar
Atraxi
Posts: 1748
Joined: Mon Apr 19, 2010 2:07 am
Location: Dallas, Tx

Restock macro messing up [SOLVED]

Post by Atraxi »

Okay, this has been goin on for a while, but I usually just ignore it. I figure its about time for me to figure out what's wrong with it so I can fix it.

I have a restock macro in my current macro. It restocks 1 each of 2 regs from my bank into my pack. I have a 3 second pause after the restock macro in the macro. My object delay is 1000ms. The agent only correctly restocks maybe 50% of the time. I see more "not enough regs" messages than anything else.

What am I doing wrong? What other information do you need from me to figure it out?
Last edited by Atraxi on Thu Mar 01, 2012 8:18 pm, edited 1 time in total.
|| Atx Mini Mall | Atraxi's Great Real Estate ||

Image
IRC: Atraxi on @#bpd +#NEW #SecondAge #C^V

Image

<GreenPlastic> I want Five Guys inside me right now
Millerisfuntoplay wrote:Atraxi pwned me =(

LudKrud
Posts: 409
Joined: Thu Aug 14, 2008 9:54 am

Re: Restock macro messing up

Post by LudKrud »

I tried to restock for cooking.It runs fine for awhile then drags the whole stack out and cooks it.......

User avatar
Atraxi
Posts: 1748
Joined: Mon Apr 19, 2010 2:07 am
Location: Dallas, Tx

Re: Restock macro messing up

Post by Atraxi »

^
|| Atx Mini Mall | Atraxi's Great Real Estate ||

Image
IRC: Atraxi on @#bpd +#NEW #SecondAge #C^V

Image

<GreenPlastic> I want Five Guys inside me right now
Millerisfuntoplay wrote:Atraxi pwned me =(

User avatar
the bazookas
UOSA Donor!!
UOSA Donor!!
Posts: 671
Joined: Tue Aug 02, 2011 4:57 pm

Re: Restock macro messing up

Post by the bazookas »

I had a macro like that once... and yea, it seemed to fail a lot; I don't recall exactly why, but it seemed to be related to it getting back to the restock agent before it had updated it's counter (after I had cast the spell and the regs were gone)...

I recommend for any macro that requires restocking some regs that you just restock 3 of each reagent. It seemed to solve a lot of these kinds of problems for me.
Most people like us, or at least they like what we do. Regardless, we appreciate all our victims, and we hope that their encounter with us is a memorable one.
-a machine gun, a bazooka, and a grenade
... a not-for-profit organization (usually)

Rammar
UOSA Donor!!
UOSA Donor!!
Posts: 1513
Joined: Thu Jan 07, 2010 4:36 pm

Re: Restock macro messing up

Post by Rammar »

Atraxi wrote:My object delay is 1000ms. The agent only correctly restocks maybe 50% of the time.
Increase your object delay. 1000ms is server-side, that does not take into account latency -- especially for crappy wireless.
LudKrud wrote:I tried to restock for cooking.It runs fine for awhile then drags the whole stack out and cooks it.......
This is because you are not restocking at all, and instead targeting the full stack using target-by-type (which then gets cooked and moved to your pack). Make a counter and only cook when >= 1.

User avatar
Atraxi
Posts: 1748
Joined: Mon Apr 19, 2010 2:07 am
Location: Dallas, Tx

Re: Restock macro messing up

Post by Atraxi »

Rammar wrote:
Atraxi wrote:My object delay is 1000ms. The agent only correctly restocks maybe 50% of the time.
Increase your object delay. 1000ms is server-side, that does not take into account latency -- especially for crappy wireless.
That actually seems to be working. Thanks Rammar. :D
|| Atx Mini Mall | Atraxi's Great Real Estate ||

Image
IRC: Atraxi on @#bpd +#NEW #SecondAge #C^V

Image

<GreenPlastic> I want Five Guys inside me right now
Millerisfuntoplay wrote:Atraxi pwned me =(

Post Reply