help with easyuo recall problem please

Discussion about the technical aspects of scripting. Ask about all issues involving your freelance projects here.
Locked
User avatar
Steve
Elder Scribe
Posts: 165
Joined: Sat May 08, 2010 5:23 pm

help with easyuo recall problem please

Post by Steve »

hey, just a quickie,
in my script after recalling from various spots from the same runebook (like a mining script) i eventualy get the message "There are no more charges left on that item" a few times in a row when trying to recall.

Does anyone know the cause of this?

Thanks.
User avatar
Ilsanor
Legendary Scribe
Posts: 407
Joined: Tue Jun 07, 2011 5:47 am

Re: help with easyuo recall problem please

Post by Ilsanor »

The apparent reason is that the script tries to recall using the book charges, not the spell cast. And since the book holds only 10 (if you charge it that is) it runs out pretty quickly. Make sure the script you're using is actually pressing the right button in the spellbook interface. Hard to tell anything more specific without the script itself.
Quinton
Master Scribe
Posts: 51
Joined: Sat Apr 02, 2011 6:40 am

Re: help with easyuo recall problem please

Post by Quinton »

It may be a timing issue, I'm assuming you don't have any charges to begin with. I would slow down the recall bit to make sure you are actually on the individual location listing. It could be trying to go too quick, and not getting to those pages, and what you are actually clicking is a button on the pages that list all the locations. Those buttons require charges, and the placements are similar enough to those on the individual location pages.
Locked