speed and delay

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 097.
Note: Core 097 is no longer officially supported.
Post Reply
phao
Grandmaster Poster
Posts: 129
Joined: Fri Aug 31, 2007 2:25 pm

speed and delay

Post by phao »

Code: Select all

Speed            (int weapon attack speed)
[Delay           (int weapon delay in ms {default 0})]
what is the difference? are they related? can i just specify that my weapon have a delay of 1000 instead of speed X (suposing X speed == 1000ms)??
CrazyMan
Expert Poster
Posts: 71
Joined: Wed Apr 05, 2006 8:08 am

Post by CrazyMan »

if you use attackhook:
delay is pause(ms) before attack script have next start.
When Delay is definded parametr speed be ignored by Core.
Post Reply