ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Pearls on July 03, 2014, 02:59:19 AM

Title: Stuck in "You must wait a few moments to use another skill"
Post by: Pearls on July 03, 2014, 02:59:19 AM
Whilst working on a script, i received the message "You must wait a few moments to use another skill".

Now i want to debug this script and correct the waits, see if i need to check for a gump or whatever. I'm learning :P
Now i've stopped the script and i'm manually clicking the skill button 'Imbuing' in the client and even then it keeps giving me the message. Can't seem to "unlock", "undo", "revert" it to normal behaviour...

Anyone ever encountered this before? I could restart the client but i'd like to know what's causing this and how to undo it :)
Title: Re: Stuck in "You must wait a few moments to use another skill"
Post by: gimlet on July 03, 2014, 06:13:46 AM
http://stratics.com/community/threads/you-must-wait-a-few-moments-to-use-another-skill.125617/ (http://stratics.com/community/threads/you-must-wait-a-few-moments-to-use-another-skill.125617/)
Title: Re: Stuck in "You must wait a few moments to use another skill"
Post by: Crome969 on July 03, 2014, 06:53:50 AM
Isnt there also existing a debuff? I remember i wanted to handle those with stealth longer ago.
Title: Re: Stuck in "You must wait a few moments to use another skill"
Post by: Pearls on July 03, 2014, 07:22:19 AM
http://stratics.com/community/threads/you-must-wait-a-few-moments-to-use-another-skill.125617/ (http://stratics.com/community/threads/you-must-wait-a-few-moments-to-use-another-skill.125617/)

Ah, thought it'd be an EasyUO thing that makes it get stuck :) Restarting the client worked without any problems.
Title: Re: Stuck in "You must wait a few moments to use another skill"
Post by: Crome969 on July 03, 2014, 08:26:22 AM
http://stratics.com/community/threads/you-must-wait-a-few-moments-to-use-another-skill.125617/ (http://stratics.com/community/threads/you-must-wait-a-few-moments-to-use-another-skill.125617/)

Ah, thought it'd be an EasyUO thing that makes it get stuck :) Restarting the client worked without any problems.

No each skill has a designated delay wich he gets from server. Some skills have Zero delay, some 1 sec, some 10 sec.Since the setup is done serversided it must be any flag on client wich gives the timespan.
In stealth you could handle buffs\debuffs, so i guess Endless Scanner in EASYUO could also.
alternative count cout delay and write it as delay static to your scripts.