Completed Weapon HIT Properties is working when parried

Closed bug reports will be moved here.
Locked
3dot
Posts: 63

Weapon HIT Properties is working when parried

Post by 3dot »

Here is working even then parried...

Right workly:
All weapon hits property (hld, hitspell, ...) are missed when parried at Osi.

Osi Test:
https://youtu.be/xMW5d_2hNBQ
3dot
Posts: 63

Re: Weapon HIT Properties is working when parried

Post by 3dot »

I was checking both codes Runuo Code and Servuo Code (BaseWeapon.cs -> CheckParry Method).

It's basically same code without masteryskill, but servuo code has this:

Code: Select all

                if (shield != null && success)
                {
                    shield.LastParryChance = (int)(chance * 100);
                    shield.InvalidateProperties();
                }
...

                if (success)
                {
                    weapon.LastParryChance = (int)(chance * 100);
                    weapon.InvalidateProperties();
                }
Fonts:
Runuo Code: https://github.com/runuo/runuo/blob/mas ... eWeapon.cs
Servuo Code: https://github.com/ServUO/ServUO/blob/0 ... n.cs#L1425
3dot
Posts: 63

Re: Weapon HIT Properties is working when parried

Post by 3dot »

Bump, what is it missing?
User avatar
Dysis
Demise Staff Member
Posts: 21

Re: Weapon HIT Properties is working when parried

Post by Dysis »

Greetings player, We are currently working on it.
Dysis
UO Demise - Game Master

PM me for general support.
If you are experiencing game issues please page for a staff member in-game.

Thank you for your continued support of UO: Demise.


Shard Rules - Last Publish - F.A.Q
3dot likes this.
Top
3dot
Posts: 63

Re: Weapon HIT Properties is working when parried

Post by 3dot »

Bump? Almost 2 month... There has a video about how it should work. Demise isnt working as video.. There is a code about what it is missing...
3dot
Posts: 63

Re: Weapon HIT Properties is working when parried

Post by 3dot »

Dysis wrote: March 25th, 2021, 7:16 pm Greetings player, We are currently working on it.
???
3dot
Posts: 63

Re: Weapon HIT Properties is working when parried

Post by 3dot »

Thank you for update @eos @Dysis
User avatar
mguerine
Posts: 22
Location: Vitória - ES - Brasil

Re: Weapon HIT Properties is working when parried

Post by mguerine »

Not sure if its a bug, but after the recent changes velocity is still hiting the opponent even when an attack is parried.
“Men fight wars. Women win them.”
User avatar
Dysis
Demise Staff Member
Posts: 21

Re: Weapon HIT Properties is working when parried

Post by Dysis »

mguerine wrote: July 1st, 2021, 5:08 am Not sure if its a bug, but after the recent changes velocity is still hiting the opponent even when an attack is parried.
You might be right, noted down.
Dysis
UO Demise - Game Master

PM me for general support.
If you are experiencing game issues please page for a staff member in-game.

Thank you for your continued support of UO: Demise.


Shard Rules - Last Publish - F.A.Q
User avatar
mguerine
Posts: 22
Location: Vitória - ES - Brasil

Re: Weapon HIT Properties is working when parried

Post by mguerine »

Dysis wrote: July 20th, 2021, 9:39 pm
mguerine wrote: July 1st, 2021, 5:08 am Not sure if its a bug, but after the recent changes velocity is still hiting the opponent even when an attack is parried.
You might be right, noted down.
Any update? Velocity is still hiting even when the attack is parried. :)
“Men fight wars. Women win them.”
User avatar
Dysis
Demise Staff Member
Posts: 21

Re: Weapon HIT Properties is working when parried

Post by Dysis »

mguerine wrote: November 8th, 2021, 12:58 pm
Dysis wrote: July 20th, 2021, 9:39 pm
mguerine wrote: July 1st, 2021, 5:08 am Not sure if its a bug, but after the recent changes velocity is still hiting the opponent even when an attack is parried.
You might be right, noted down.
Any update? Velocity is still hiting even when the attack is parried. :)
Should be fixed in next update.
Dysis
UO Demise - Game Master

PM me for general support.
If you are experiencing game issues please page for a staff member in-game.

Thank you for your continued support of UO: Demise.


Shard Rules - Last Publish - F.A.Q
Locked