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?
Restock macro messing up [SOLVED]
Restock macro messing up [SOLVED]
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 ||

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

<GreenPlastic> I want Five Guys inside me right now

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

<GreenPlastic> I want Five Guys inside me right now
Millerisfuntoplay wrote:Atraxi pwned me =(
Re: Restock macro messing up
I tried to restock for cooking.It runs fine for awhile then drags the whole stack out and cooks it.......
Re: Restock macro messing up
^
|| Atx Mini Mall | Atraxi's Great Real Estate ||

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

<GreenPlastic> I want Five Guys inside me right now

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

<GreenPlastic> I want Five Guys inside me right now
Millerisfuntoplay wrote:Atraxi pwned me =(
- the bazookas
- UOSA Donor!!
- Posts: 671
- Joined: Tue Aug 02, 2011 4:57 pm
Re: Restock macro messing up
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.
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)
-a machine gun, a bazooka, and a grenade
... a not-for-profit organization (usually)
Re: Restock macro messing up
Increase your object delay. 1000ms is server-side, that does not take into account latency -- especially for crappy wireless.Atraxi wrote:My object delay is 1000ms. The agent only correctly restocks maybe 50% of the time.
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.LudKrud wrote:I tried to restock for cooking.It runs fine for awhile then drags the whole stack out and cooks it.......
Re: Restock macro messing up
That actually seems to be working. Thanks Rammar.Rammar wrote:Increase your object delay. 1000ms is server-side, that does not take into account latency -- especially for crappy wireless.Atraxi wrote:My object delay is 1000ms. The agent only correctly restocks maybe 50% of the time.

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

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

<GreenPlastic> I want Five Guys inside me right now

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

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