View Single Post
10-25-11, 06:17 PM   #6
wellbeing
A Cliff Giant
Join Date: Oct 2009
Posts: 71
I suppose that IS the answer in itself.

I'm trying to craft tons of a single item, refilling automatically from the mailbox and sending off the creations. It's on the second call to dotradeskill() that I'm getting the interface action error.

Is there no way around this?

eidt* keep in mind that this is for personal use only. i need not have it be user friendly.

Originally Posted by killerpet1986 View Post
Hi wellbeing,

what exactly is the problem you are having? If you describe it I may be able to help you.

Bear in mind that this requires a hardware event similar to spells so you cannot do this:

Code:
*Press a button*

DoTradeSkill()

*Delay*

DoTradeSkill() (Automatically)
What you need to do is this:

Code:
*Press a button*

DoTradeSkill()

*Press a button*

DoTradeSkill()