useself skill bug?

International

Moderator: Moderators

-Saint Seiya-
The Way Of Human
The Way Of Human
Posts: 183
Joined: 11 Apr 2008, 07:03

useself skill bug?

#1 Post by -Saint Seiya- »

my acolyte keep getting this error whenever i put in my increase AGI and blessing useself_skill is there a way to fix it? it stops moving whenever that error pops out is just stood there doing nothing

Code: Select all

"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
Unable to cast skill Increase AGI in 3 tries.
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
Unable to cast skill Blessing in 3 tries.
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
"any work in progress (NPC dialog, manufacturing...)quit and try again.#"
-Saint Seiya-
The Way Of Human
The Way Of Human
Posts: 183
Joined: 11 Apr 2008, 07:03

Re: useself skill bug?

#2 Post by -Saint Seiya- »

does any iro players have these kind of problem?
iMikeLance
Moderators
Moderators
Posts: 208
Joined: 01 Feb 2010, 17:37
Noob?: No
Location: Brazil - MG

Re: useself skill bug?

#3 Post by iMikeLance »

Have you tried to move your character to another location? Please try to move it to a place with no NPCs nearby.
Habacucc
Noob
Noob
Posts: 4
Joined: 19 Jun 2010, 22:41
Noob?: Yes

Re: useself skill bug?

#4 Post by Habacucc »

Sorry if I'm necroing this post, but I found a solution for this problem. Instead of using the full console message error ("any work in progress (npc dialog manufacturing...)quit and try again"), I used a regular expression. Works just fine, here's the macro (thanks to Inserio for the original code):
#### Fix Double Tele ####

automacro fix_tele {
console /any work/
timeout 5
call thefix
}

macro thefix {
pause 1
do warp cancel
pause .2
do ai on
pause .2
do reload config
pause .2
do reload macros
release all
}