The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






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

Posts: 98
Likes Given: 11
Likes Received: 9 in 3 posts
Joined: Jun 2019
Reputation: 2



Post: #3
RE: Parrying AR Increase
We do this with tag

Code:
if <act.type> == t_shield
    LOCAL.ModAR=((<parrying>)*(<hval <src.findlayer.2.armor>>))
    TAG.ModAR2=((<eval <LOCAL.ModAR>>/1000))
    modar += <TAG0.ModAR2>
endif

ON=@ItemUnequip
if <act.type> == t_shield
    modar -= <TAG0.ModAR2>
    TAG.ModAR2=
endif

https://www.uocryptonite.com/
(This post was last modified: 11-06-2020 05:40 AM by Jhobean.)
11-06-2020 05:39 AM
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)