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
OSI Weapon Speeds
Author Message
anora
Apprentice
*

Posts: 10
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Dec 2015
Reputation: 0



Post: #7
RE: OSI Weapon Speeds
http://uo.stratics.com/content/arms-armor/arms.php - weapon speeds

Formula

Code:
SPEEDSCALEFACTOR / ( ( DEX + 100 ) * SPEED )

Default SPEEDSCALEFACTOR (in sphere.ini) = 15000
SPEED = Weapon's SPEED value
DEX = Character's Dexterity

My katana's template

Code:
[ITEMDEF 013fe]
DEFNAME=i_katana
RESOURCES=8 i_ingot_iron
WEIGHT=8
TYPE=T_WEAPON_SWORD
FLIP=1
DAM=11,13
SPEED=30
SKILL=Swordsmanship
REQSTR=25
TWOHANDS=N
DUPELIST=013ff
SKILLMAKE=BLACKSMITHING 44.1
CATEGORY=Provisions - Weapons
SUBSECTION=Swords
DESCRIPTION=Katana

ON=@Create
    HITPOINTS={50 60}

SPEED value is the key point. I have 30. Let's use this in formula.

Code:
SPEEDSCALEFACTOR / ( ( DEX + 100 ) * SPEED )
15000 / ( (100 + 100) * 30 ) = 2,5 sec.


Now, I want to double my weapon speed.
Change your weapon's speed value to = 60

Code:
...
FLIP=1
DAM=11,13
SPEED=60
SKILL=Swordsmanship
REQSTR=25
...

Code:
SPEEDSCALEFACTOR / ( ( DEX + 100 ) * SPEED )
15000 / ( (100 + 100) * 60 ) = 1,25 sec.

I hope that's the right way but I'm not sure Tongue Btw sorry for my grammar.
01-03-2016 07:42 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
OSI Weapon Speeds - Extreme - 08-30-2014, 02:59 PM
RE: OSI Weapon Speeds - darksun84 - 08-31-2014, 05:47 AM
RE: OSI Weapon Speeds - Extreme - 08-31-2014, 06:04 AM
RE: OSI Weapon Speeds - kn4tseb - 09-01-2014, 04:54 AM
RE: OSI Weapon Speeds - Extreme - 09-01-2014, 06:13 AM
RE: OSI Weapon Speeds - evening - 01-03-2016, 03:04 AM
RE: OSI Weapon Speeds - anora - 01-03-2016 07:42 AM
RE: OSI Weapon Speeds - Coruja - 01-04-2016, 02:18 AM
RE: OSI Weapon Speeds - Mad Gunther - 01-20-2016, 07:07 AM
RE: OSI Weapon Speeds - XuN - 01-20-2016, 08:11 PM
RE: OSI Weapon Speeds - Coruja - 01-21-2016, 05:45 AM
RE: OSI Weapon Speeds - Mad Gunther - 01-22-2016, 09:37 AM

Forum Jump:


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