Results 1 to 5 of 5

Thread: How to put damage at head..

  1. #1
    Private First Class
    Join Date
    Jul 2013
    Posts
    170
    Thanks
    44
    Thanked 16 Times in 11 Posts

    How to put damage at head..

    How to put damage at head to you need 1 shot for kill?

    and in body 10 shots..

    How to make that on rifle?

  2. #2
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    Play around with iDamage in Callback_PlayerDamage() section

  3. #3
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    hitloc in weaponfile

  4. #4
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by Ni3ls View Post
    hitloc in weaponfile
    in the weapon file of the mp44 you have got this:
    PHP Code:
    damage\40\minDamage\40\meleeDamage\150\maxDamageRange\1500\minDamageRange\2500\locNone\1\locHelmet\3\locHead\3\locNeck\1.5\locTorsoUpper\1
    change it to:
    PHP Code:
    damage\40\minDamage\40\meleeDamage\150\maxDamageRange\1500\minDamageRange\2500\locNone\1\locHelmet\3\locHead\99\locNeck\1.5\locTorsoUpper\1
    Now the damage is 99 * 40 = 3960 (originally it is 120)
    Last edited by Mitch; 25th March 2014 at 12:43.

  5. The Following User Says Thank You to Mitch For This Useful Post:

    Rocky (25th March 2014)

  6. #5
    Private First Class
    Join Date
    Jul 2013
    Posts
    170
    Thanks
    44
    Thanked 16 Times in 11 Posts
    So... Just change that locHead at 99... ty!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •