Getting rid of the small arm delay

Ask for help

Moderators: Murderator+, Murderator

Post Reply
sillicontoast
Posts: 17
Joined: 2004-07-17 16:42:24

Getting rid of the small arm delay

Post by sillicontoast »

In my shard is necessary to put a dressspeed of something like 643ms, until there is ok, but when i send arm command the client do a little stop because of the delay of ms.

There's a way to get rid of that little "stop issue"? This is harassing me when i need to heal and arm in a front of a monster!!! :evil:
Daioh
Posts: 63
Joined: 2004-06-28 19:06:26
Contact:

Post by Daioh »

uo.setdressspeed(delay_ms)
sillicontoast
Posts: 17
Joined: 2004-07-17 16:42:24

Post by sillicontoast »

i know HOW to put dressspeed, but the character do a little stop if there's more _ms than 0. I want to get rid of this little stop.
sillicontoast
Posts: 17
Joined: 2004-07-17 16:42:24

Post by sillicontoast »

well, i've typed at client:

,setarm 1 when i was holding shield and sword
,setdressspeed 643 (the delay needed to safely equip the two itens)

created 2 hotkeys:
insert for arm 1
delete for disarm

when i press insert the client do a very little stop and then put the 2 weapons on hand. There's such a way to avoid this little stop?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

yes if you will use script without these commands.
use uo.equip/equipt/unequip
Post Reply