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
weapon speed trouble
Author Message
svf
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2013
Reputation: 0



Post: #3
RE: weapon speed trouble
(03-02-2017 05:54 AM)Russian Wrote:  Hello.
As example it work:
Code:
[EVENTS E_WAR]
ON=@HITTRY
ARGN1=70
Set this event on player.
It if works on all types of weapon try this:

Code:
ON=@HITTRY
IF (<FINDLAYER.1.ISWEAPON>)
LOCAL.ATTACK_SPEED_FACTOR=<EVAL <DEF.<FINDLAYER.1.DISPID>_SPEED>>
ELIF (<FINDLAYER.2.ISWEAPON>)
LOCAL.ATTACK_SPEED_FACTOR=<EVAL <DEF.<FINDLAYER.2.DISPID>_SPEED>>
LOCAL.ATTACK_SPEED_FACTOR=50
ELIF (<ACTION>==SKILL_Wrestling)
LOCAL.ATTACK_SPEED_FACTOR=30
ENDIF

ARGN1=<DLOCAL.ATTACK_SPEED_FACTOR>

[DEFNAME WEAPONS_SPEED]
I_BOW_SPEED=26
013b2_SPEED=26

I_BOW_COMPOSITE_SPEED=30
9932_SPEED=30
//For each weapon type write speed...

argn1 not working with ranged weapon
(This post was last modified: 03-02-2017 06:44 AM by svf.)
03-02-2017 06:41 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
weapon speed trouble - svf - 03-02-2017, 04:10 AM
RE: weapon speed trouble - Russian - 03-02-2017, 05:54 AM
RE: weapon speed trouble - svf - 03-02-2017 06:41 AM
RE: weapon speed trouble - massis87 - 03-18-2017, 05:55 PM
RE: weapon speed trouble - Coruja - 03-20-2017, 09:04 AM

Forum Jump:


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