Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Damage balanced


Alphahim
 Share

Recommended Posts

Hello, So here came near the end of my project I started to make weapons, NPCs, the damage , but I can not assayed fixed damage. When I type that I always -2 -8 -27 -4 -3 then its troubles me greatly as I can not therefore balanced here I would like to know if there is a way , I use Skywyre v7 , Thanks in advance.
Link to comment
Share on other sites

The damage algorithm adds a random value between 1 and 20 after it calculates a value based on strength/weapon base damage/level.
If you want to get rid of it, look in modCombat (server side) for "+ rand(1, 20)" and remove every instance of it (or even better, adjust the damage algorithm into something you'd be happy with).

Take backups before making source edits. ~
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...