Raised This Month: $32 Target: $400
 8% 

Subplugin Submission [zp50] Zombie Class : Brute Mother v1.1.0 [08-30-11]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-03-2011 , 17:17   [zp50] Zombie Class : Brute Mother v1.1.0 [08-30-11]
Reply With Quote #1

[zp50] Brute Mother v1.1.0


What's new?
Code:
v1.1.0:
   - Added: support CSO In-Game Theme 5.4 or higher
Description:
This Zombie class can heal another Zombies by holding use button (+use).
You can not heal yourself, but you get ammo packs or money if enough heals counted.
CZ bots are all time healing, bots are stupit and don't press +use.

Requirements:
AMXX: Version 1.8.0 or later
Module: fakemeta, hamsandwich


Cvars:
zp_mother_interval 0.2 // interval of healing
zp_mother_amount 10 // heal amount
zp_mother_range 128 // heal range in cs units
zp_mother_counter 200 // healed players befor get ammo packs or money

Changelog:
Code:
v1.1.0:
   - Added: support CSO In-Game Theme 5.4 or higher

v1.0.0:
   - Initial release Privat (15th Aug 2010)
   - Initial release Alliedmodders (3rd Feb 2011)
Please post all bugs, feedbacks, suggestions, comments or improvements you may have.


v1.0.0 views 175
Attached Files
File Type: sma Get Plugin or Get Source (zp_zclass_brute_mother.sma - 2927 views - 10.3 KB)
File Type: sma Get Plugin or Get Source (zp50_class_zombie_brute_mother.sma - 2504 views - 11.1 KB)
__________________

Working on:
nothing

Last edited by schmurgel1983; 02-29-2012 at 04:49. Reason: added gametracker
schmurgel1983 is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 02-03-2011 , 18:21   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #2

Thanks for sharing, i found a similar plugin like this 2 years ago, posted by csmhorror he created that plugin, same zombie classes as you do but only 2 different:
1. can self heal / team heal
2. no AP gain for healing teammate.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
nikhilgupta345
Veteran Member
Join Date: Aug 2009
Location: Virginia
Old 02-03-2011 , 18:34   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #3

Instead of checking for player pressing +USE in prethink, I think it would be more efficient to do it in FM_CmdStart instead, as i'm pretty sure it's only called when the user presses a button, which is less often than PreThink.
__________________
Quote:
Originally Posted by DarkGod View Post
nikhilgupta generates his plugins using sheer awesome.
If you like my work, please
nikhilgupta345 is offline
Send a message via ICQ to nikhilgupta345 Send a message via Yahoo to nikhilgupta345
teobrvt1995
Senior Member
Join Date: Aug 2010
Location: Việt Nam
Old 02-04-2011 , 00:41   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #4

like Heal zombie in CSO ?
teobrvt1995 is offline
Send a message via Yahoo to teobrvt1995
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-04-2011 , 02:17   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #5

Quote:
Originally Posted by yokomo View Post
Thanks for sharing, i found a similar plugin like this 2 years ago, posted by csmhorror he created that plugin, same zombie classes as you do but only 2 different:
1. can self heal / team heal
2. no AP gain for healing teammate.
np, i was scripting this class on 15th Aug 2010 for privat a very old and good zp gamer tell me this class so i scripting this for him, and now i release for all zp gamer

Quote:
Originally Posted by nikhilgupta345 View Post
Instead of checking for player pressing +USE in prethink, I think it would be more efficient to do it in FM_CmdStart instead, as i'm pretty sure it's only called when the user presses a button, which is less often than PreThink.
the old plugin do FM_CmdStart
Code:
public fw_CmdStart(id, handle)
{
    if (!g_is_mother[id] || !is_user_alive(id))
        return;
    
    static buttons
    buttons = get_uc(handle, UC_Buttons)
    if (buttons == IN_USE)
        g_is_healing[id] = true
    else
        g_is_healing[id] = false
}
but the problem by FM_CmdStart is when walk/move or attack so stop the healing, if u ducking stop the healing, only if u stay still on place and only push use do heal with FM_CmdStart...

Quote:
Originally Posted by teobrvt1995 View Post
like Heal zombie in CSO ?
i don't know xD
__________________

Working on:
nothing

Last edited by schmurgel1983; 02-04-2011 at 02:33.
schmurgel1983 is offline
wisam187
Senior Member
Join Date: Jan 2011
Location: In My Own World
Old 02-04-2011 , 03:15   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #6

whats the difference between this zombie and necro zombie?

but..... good job
__________________
If you fail to plan..... you plan to fail.

the real mistake is the one which we dont learn from it
wisam187 is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-04-2011 , 05:23   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #7

Quote:
Originally Posted by wisam187 View Post
whats the difference between this zombie and necro zombie?

but..... good job
I do not know the zombie necro
__________________

Working on:
nothing
schmurgel1983 is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 02-04-2011 , 08:51   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #8

lol necro zombie respawns teammates
this zombie heals them(adds hp)
thanks schmurgel
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
DonKisgot
Senior Member
Join Date: Dec 2010
Old 02-06-2011 , 09:54   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #9

Can you add a cvar about self-healing ?

ex: self_heal 0 / [ 0 = Heal Zombies No Self Heal | 1 = Self Heal | 2 = Self + Zombie Heal

İf you add This it Makes This Class More Popular I think
DonKisgot is offline
schmurgel1983
Veteran Member
Join Date: Aug 2006
Location: Germany
Old 02-06-2011 , 14:46   Re: [ZP] Class : Brute Mother [02-03-11]
Reply With Quote #10

Quote:
Originally Posted by DonKisgot View Post
Can you add a cvar about self-healing ?

ex: self_heal 0 / [ 0 = Heal Zombies No Self Heal | 1 = Self Heal | 2 = Self + Zombie Heal

İf you add This it Makes This Class More Popular I think
Cool ^^
but when u will a zombie with only self heal use regeneration zombie.
this zombie are healing another zombies and get ap for that work...
a brute mother can heal all another zombies like bruter mother xD nemesis etc.
but only not self heal.
__________________

Working on:
nothing

Last edited by schmurgel1983; 02-06-2011 at 14:54.
schmurgel1983 is offline
Reply


Thread Tools
Display Modes

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 05:37.


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