Author Topic: Need help with pricing and picking out weapons  (Read 532 times)

basically what the title says. I'm just not very good at pricing and picking out good guns to use for a trench warfare. Could use some help!

PAssword is: hi

Come to the server

So basically, its hard, cause I test it on bots, and if its like 7 hits per shot, what do I multiple, subtract, divide, add, etcc.... by?

Also, I'm using Tier + Tactical

I would look at the script of the weapons to get exact numbers, then I would do a small calculation:

Price = ((directDamage+(radiusDamage x radius)) x Clip count) / (ReloadSpeed + nextBulletSpeed)

For the default gun it would be:
((30+(0 x 0)) x 1) / (0 + 0.15) = 200

For the default Rocket launcher it would be:
((30+(100 x 3) x 1) / (0 + 0.51) = 647

By then multiplying it with a constant, you can get more realistic prices:
200 x 0.25 = 50$
647 x 0.25 = 162$