Completed Weapon HIT Properties is working when parried
Weapon HIT Properties is working when parried
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
Right workly:
All weapon hits property (hld, hitspell, ...) are missed when parried at Osi.
Osi Test:
https://youtu.be/xMW5d_2hNBQ
The Silvertiger and Calvin like this.
Top
Re: Weapon HIT Properties is working when parried
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:
Fonts:
Runuo Code: https://github.com/runuo/runuo/blob/mas ... eWeapon.cs
Servuo Code: https://github.com/ServUO/ServUO/blob/0 ... n.cs#L1425
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();
}
Runuo Code: https://github.com/runuo/runuo/blob/mas ... eWeapon.cs
Servuo Code: https://github.com/ServUO/ServUO/blob/0 ... n.cs#L1425
The Silvertiger likes this.
Top
Re: Weapon HIT Properties is working when parried
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
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
Re: Weapon HIT Properties is working when parried
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...
Re: Weapon HIT Properties is working when parried
Thank you for update @eos @Dysis
Re: Weapon HIT Properties is working when parried
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.”
Re: Weapon HIT Properties is working when 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
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
Re: Weapon HIT Properties is working when parried
Any update? Velocity is still hiting even when the attack is parried.

“Men fight wars. Women win them.”
Re: Weapon HIT Properties is working when 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
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