Recent Topics

Ads

Interrupts

Talk about the development of the emulator and related services.
Check out new and upcoming features to be implemented onto the server.
Forum rules
Before posting on this forum, be sure to read the Terms of Use
Londo
Posts: 217

Interrupts

Post#1 » Thu Feb 12, 2015 5:05 am

Finally figured out why some animations get stuck when interrupt is used.

When clients uses an ability, F_DO_ABILITY is sent. Original dyox code only reads first 23 bytes and ignore the rest. 24th byte has vital information, and that's CastSequence. Cast sequence must be sent in F_USE_ABILITY in the 18th byte. This way client knows which specific ability to affect. Client might have sent multiple abilities before server responded, so AbiliytID is not enough to identify which ability server is referring to, you also need sequence number that client assigns to each cast. (New CastSequence is generated each time hotbar is pressed, regardless if activity went off or on gcd).

25th byte through 29th byte is a clients current time. This important in calculating exact moment a projectile will collide (server needs to calculate damage at point of impact, not on initial cast).

Ads
User avatar
Mez
Posts: 727

Re: Interrupts

Post#2 » Thu Feb 12, 2015 10:19 am

Hi
Word of Pain and Boiling Blood are no longer able to proc anything. The Bright Wizard College has confirmed this is a big deal. (stealth nerf)
https://bugs.returnofreckoning.com/view.php?id=18255

User avatar
Azarael
Posts: 5332

Re: Interrupts

Post#3 » Thu Feb 12, 2015 10:39 am

Known about cast sequence for a while and it should be implemented in the patch of this morning. It wasn't implemented sooner because using the sequence number required correctly implementing projectile speed/range in F USE ABILITY.

Who is online

Users browsing this forum: No registered users and 17 guests