Raised This Month: $51 Target: $400
 12% 

[L4D/L4D2] Modified Infected Damage


Post New Thread Reply   
 
Thread Tools Display Modes
Author
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Plugin ID:
5199
Plugin Version:
3.0
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Allows modifications of damages taken from Spitters, Chargers, Tanks, and Witches.
    Old 05-21-2016 , 10:01   [L4D/L4D2] Modified Infected Damage
    Reply With Quote #1

    Alright, now that I'm back from a week vacation, many of you don't know this but I started working on updating all my plugins.

    All this does now is tweaks the damages taken from Witches while also fixing the damage for incapacitated, tweaks the damages inflicted to Tanks pounding incapacitated survivors and rock throws, tweaks the damages taken from acid spits, and [NEW] tweaks damages taken from chargers.

    Quote:
    Changelog: 05-21-16
    - First release.

    05-22-16
    - Fixed something that prevented getting incapacitated/killed from Witch scratches.

    05-29-16
    - No longer uses "player_hurt" event hook since it does nothing and replaced it with SDKHook with the help of my friend.
    - Added damage modifications to Tank's rock throw ability and pounding on incapacitated survivors.
    - Works 100% without bugs since I thoroughly tested it.

    05-31-16
    - Last post.
    - Attached compiled .smx file because it requires l4d2d_timers include from L4D2 Direct.

    06-08-16
    - Added tweaking of damages taken from chargers.
    Attached Files
    File Type: sp Get Plugin or Get Source (modified_infected_damage.sp - 1408 views - 9.9 KB)
    File Type: smx modified_infected_damage.smx (9.7 KB, 1329 views)

    Last edited by cravenge; 06-07-2016 at 12:17. Reason: New Version
    cravenge is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 05-22-2016 , 00:00   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #2

    I'm Sure this is not you https://github.com/jacob404/Pro-Mod-4.0/releases/latest

    also using SetEntityHealth, does not let you get incapped, you can only set it to 1, which is why for stuff like that use point_hurt entity's
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D
    Lux is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 05-22-2016 , 00:02   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #3

    Quote:
    Originally Posted by Ludastar View Post
    I'm Sure this is not you https://github.com/jacob404/Pro-Mod-4.0/releases/latest

    also using SetEntityHealth, does not let you get incapped, you can only set it to 1, which is why for stuff like that use point_hurt entity's
    Hmmm, I'll add that to my to do list and I have nothing related to that link you posted.
    cravenge is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 05-22-2016 , 00:10   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #4

    Quote:
    Originally Posted by cravenge View Post
    Hmmm, I'll add that to my to do list and I have nothing related to that link you posted.
    But it's in your plugin info tho, no i'm just saying

    Code:
    public Plugin:myinfo =
    {
        name = "Modified Witch Damage",
        author = "cravenge",
        description = "Allows Modifications Of Damages Taken From Witches.",
        version = "1.0",
        url = "https://github.com/jacob404/Pro-Mod-4.0/releases/latest"
    };
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D
    Lux is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 05-22-2016 , 00:13   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #5

    Quote:
    Originally Posted by Ludastar View Post
    But it's in your plugin info tho, no i'm just saying

    Code:
    public Plugin:myinfo =
    {
        name = "Modified Witch Damage",
        author = "cravenge",
        description = "Allows Modifications Of Damages Taken From Witches.",
        version = "1.0",
        url = "https://github.com/jacob404/Pro-Mod-4.0/releases/latest"
    };
    LOL, I forgot to remove that. I'm just (you know) assuming as a part of their team. Hehehehehe XD..
    cravenge is offline
    Lux
    Veteran Member
    Join Date: Jan 2015
    Location: Cat
    Old 05-22-2016 , 00:18   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #6

    WHAT! you forgot? O.O how can you forget, stuff like that can only happen in a copy and paste, but ill assume that you just copying the plugin info template
    __________________
    Connect
    My Plugins: KlickME
    [My GitHub]

    Commission me for L4D

    Last edited by Lux; 05-22-2016 at 00:19.
    Lux is offline
    cravenge
    Veteran Member
    Join Date: Nov 2015
    Location: Chocolate Factory
    Old 05-22-2016 , 00:25   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #7

    Updated to 1.1:

    ==> When players' healths reach 25 or below and getting scratched by a Witch, they will now die quickly if in black and white mode or get incapacitated instead.
    ==> Removed the URL since I don't belong to that link.

    Last edited by cravenge; 05-22-2016 at 00:25.
    cravenge is offline
    eyal282
    Veteran Member
    Join Date: Aug 2011
    Old 06-09-2018 , 19:04   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #8

    Quote:
    Originally Posted by Lux View Post
    WHAT! you forgot? O.O how can you forget, stuff like that can only happen in a copy and paste, but ill assume that you just copying the plugin info template
    I do that often so give him credit
    __________________
    I am available to make plugins for pay.

    Discord: Eyal282#1334
    eyal282 is offline
    Psyk0tik
    Veteran Member
    Join Date: May 2012
    Location: Homeless
    Old 06-09-2018 , 19:09   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #9

    Quote:
    Originally Posted by eyal282 View Post
    I do that often so give him credit
    I love how you reply to that post more than 2 years later. xD

    5/21/2016 to 6/9/2018 lmao
    __________________
    Psyk0tik is offline
    eyal282
    Veteran Member
    Join Date: Aug 2011
    Old 06-10-2018 , 02:18   Re: [L4D/L4D2] Modified Witch Damage
    Reply With Quote #10

    Quote:
    Originally Posted by Crasher_3637 View Post
    I love how you reply to that post more than 2 years later. xD

    5/21/2016 to 6/9/2018 lmao
    Justice has no expiration date!
    __________________
    I am available to make plugins for pay.

    Discord: Eyal282#1334

    Last edited by eyal282; 06-10-2018 at 02:18.
    eyal282 is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 02:15.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode