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-nmm6 (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-nmm6 (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-nmm6 (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
Combat_osidamagemod
Author Message
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #1
Combat_osidamagemod
First, sry for my english ^_^

I have this in my sphere.ini...

// COMBAT_OSIDAMAGEMOD 00080 // modify weapon damage OSI-style (taking anatomy, tactics, lumberjacking into account)

This feature works... And the STR modify the damage too. But my question is: This how works? what number of % is the weapon bonus damage?

This works only in all weapons? [Like Mace, Sword, Fencing and Archery?] or something other skill?

THanks ! Smile

[Image: 2hy9q0y.png]
07-22-2012 05:02 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #2
RE: Combat_osidamagemod
PHP Code:
05-10-2006Nazghul
AddedINI flag OF_OSIDamageMod (0x04)
  
Modifying weapon damage OSI styleaccording to this formulas (originally provided by ClouD_Br):
  
Tactics Damage Bonus% = Tactics � 1.6 (Add 6.25% if Tactics >= 100)
  
Anatomy Damage Bonus% = (Anatomy � 2) + 5
  Lumberjack Damage Bonus
% = Lumberjack � 2 (Add 10% if Lumberjacking >= 100)
  
Strength Damage Bonus% = Strength 0.3 (Add 5% if Strength >= 100)
  Final 
Damage Bonus% = Tactics Bonus Anatomy Bonus Lumber Bonus Strangth Bonus Damage Increase Items*
  Final 
Damage Base Damage + (Base Damage * Final Damage Bonus%)
  * 
Damage Increase is capped at 100%. 

description from revisions, but i suggest you to not use this. you can modify argn1 on hit trigger. softcoded solutions always good because you have full control on them.
07-22-2012 06:16 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #3
RE: Combat_osidamagemod
(07-22-2012 06:16 AM)Shaklaban Wrote:  
PHP Code:
05-10-2006Nazghul
AddedINI flag OF_OSIDamageMod (0x04)
  
Modifying weapon damage OSI styleaccording to this formulas (originally provided by ClouD_Br):
  
Tactics Damage Bonus% = Tactics � 1.6 (Add 6.25% if Tactics >= 100)
  
Anatomy Damage Bonus% = (Anatomy � 2) + 5
  Lumberjack Damage Bonus
% = Lumberjack � 2 (Add 10% if Lumberjacking >= 100)
  
Strength Damage Bonus% = Strength 0.3 (Add 5% if Strength >= 100)
  Final 
Damage Bonus% = Tactics Bonus Anatomy Bonus Lumber Bonus Strangth Bonus Damage Increase Items*
  Final 
Damage Base Damage + (Base Damage * Final Damage Bonus%)
  * 
Damage Increase is capped at 100%. 

description from revisions, but i suggest you to not use this. you can modify argn1 on hit trigger. softcoded solutions always good because you have full control on them.

I think it's fine to my server, i guess. I don't wan't to change the value if they works fine.
Anatomy = 20%?
Tactics = 16%+ 6.25% in 1000?
Lumberjacking= 20%+10% in 1000?
Str= ?? ?
That's right?

What's that symbol ? �

[Image: 2hy9q0y.png]
(This post was last modified: 07-22-2012 08:50 AM by Lazarus.)
07-22-2012 08:42 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #4
RE: Combat_osidamagemod
Strength * 0.3, if Strength >= 100, +5%
Example: STR = 120, STR Bonus is 36%+5%.

The symbol is * (multiply)

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
(This post was last modified: 07-22-2012 08:55 AM by Extreme.)
07-22-2012 08:54 AM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #5
RE: Combat_osidamagemod
(07-22-2012 08:54 AM)Extreme Wrote:  Strength * 0.3, if Strength >= 100, +5%
Example: STR = 120, STR Bonus is 36%+5%.

The symbol is * (multiply)

Thanks!
I'll use this ^_^

Rly, guys, are doing this so easy and great Smile

[Image: 2hy9q0y.png]
07-22-2012 09:07 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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