Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parrying AR Increase
Author Message
Loki
Apprentice
*

Posts: 2
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Nov 2020
Reputation: 0



Post: #1
Parrying AR Increase
I am trying to figure out how to get Armour value to increase on shields beyond the parrying skill of 100.00 as it seems to be the default that if its over 100.0 it will not increase further.

https://forum.spherecommunity.net/Thread...ight=modar

I have used this as a reference but I think I am out of my knowledge base now.

Under SKILLCLASS 0 I have the following

PHP Code:
ON=@ItemEquip
 
if <act.type> == t_shield
   modar 
= <EVAL (<act.modar> + <parrying>)/100>

ON=@ItemUnequip
    
if <act.type> == t_shield
modar 
-= <EVAL (<parrying> - <act.modar>)/100

This works fine however if I increase the players parrying by 50 or 100 and they unequip the shield they will have less AR then they did before.

I started playing around with ON=@SkillChange and ON=@Gain but have come short.
11-04-2020 10:15 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Parrying AR Increase - Loki - 11-04-2020 10:15 PM
RE: Parrying AR Increase - Loki - 11-05-2020, 08:15 AM
RE: Parrying AR Increase - Jhobean - 11-06-2020, 05:39 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)