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

Subplugin Submission Zombie Plague Advanced Classes


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
HoRRoR [CSM]
Member
Join Date: May 2009
Old 07-11-2009 , 03:43   Zombie Plague Advanced Classes
Reply With Quote #1

This is an idea to give every zombie on the ability, in the manner of WarTFT fashion. I ask for help if needed. Standart classes of zombies must be disabled.

Plugin Status: Beta
Languge: only English

Description of each class:
---------------------------------------------------------------------------
Jumper. Ability - Multijump (passive)
It can jump in the air, the number of jumps depends of the number of players, which it infected.

1800 HP, 250 speed, gravity 0.6, 2.5 knockback
---------------------------------------------------------------------------
Warlock. Ability - Renew. Cooldown 30 seconds.
Completely restores health in small radius. The number of how many times warlock will be able to heal depends on how many He infected the players.

1500 HP, 255 speed, gravity 1.0, 1.0 knockback
---------------------------------------------------------------------------
Hunter. Ability - Sprint. Cooldown 20 seconds.
At 2 seconds, its velocity increases until 1000.

2000 HP, 260 speed, 1.15 gravity, 2.5 knockback
---------------------------------------------------------------------------
Ghost. The ability - Stealth. Cooldown 60 sec.
Passive: the farther from the zombie player, the worse you can see zombies
for this player.
Stealth: 5 seconds to become completely invisible. Each time an infected increases the ability to 1 second.

1350 HP, 260 speed, gravity 0.75, 1.5 knockback
---------------------------------------------------------------------------
Necro. Ability - Resurrection. Cooldown 60 sec.
Resurrects all the dead zombies on the map. Can resurrect once, as you, but if someone infected, it will be able to resurrect again.

1750 HP, 240 speed, gravity 1.0, 0.5 knockback
---------------------------------------------------------------------------
Tank. Ability - Revenge (passive). Cooldown 30 seconds.
There is a chance of 2.5%, which when released into the bullets in the tank, a who fired at the tank blind for 4 seconds, and the tank cured for 10% of their current health. When tank cast his spell, he can't cast again during cooldown time (30 sec)

2500 HP, 250 speed, gravity 1.0, 0.25 knockback
---------------------------------------------------------------------------

Ability to apply by pressing F1 (autobind) or a console command ability1


How to install:
1. the contents of the archive to unpack in the folder cstrike
2. open source code, put models such, what you have
4. compile
5. open /cstrike/addons/amxmodx/configs/plugins-zplague.ini and removes all classes of zombies (or comment)
6. insert this block after zombie_plague40.amxx:
Quote:
; Zombie classes
zp_zcls_hunter.amxx; At 2 seconds can increase his speed up to 1000
zp_zcls_tank.amxx; can blind the enemy
zp_zcls_warlock.amxx; may heal allies, who are near him
zp_zcls_necro.amxx; may resurrect all zombies
zp_zcls_jumper.amxx; can jump in the air
zp_zcls_ghost.amxx; can become completely invisible
You can put the classes in any order, but (!) Hunter class should be first, or depart from a server error, when the time comes to the appearance of zombies. You can also install a separate class, then there must be a zp_zclasses40.amxx in the list of plugins (!)



As a result, plugins-zplague.ini should look like:
Quote:
; Main plugin
zombie_plague40.amxx

; Zombie Classes
zp_zcls_hunter.amxx
...
zp_zcls_ghost.amxx

; Other plugins
...
Note: Jumper zombie class is not me. This is a slightly modified plug Tight.

Russian topic here. / Русским сюда

Changelog:
1.0 - first relise
1.1 - fixed casting spells after death (ghost, hunter, warlock, necro)
1.2 - (warlock) now can heal one time in swarm or plague mode (check config block)
1.3 - (ghost) fixed reset render mode after unfozen
Attached Files
File Type: rar sounds.rar (484.7 KB, 9808 views)
File Type: sma Get Plugin or Get Source (zp_zcls_jumper.sma - 11269 views - 3.5 KB)
File Type: sma Get Plugin or Get Source (zp_zcls_hunter.sma - 9450 views - 5.4 KB)
File Type: sma Get Plugin or Get Source (zp_zcls_necro.sma - 8734 views - 5.6 KB)
File Type: sma Get Plugin or Get Source (zp_zcls_tank.sma - 8839 views - 4.2 KB)
File Type: sma Get Plugin or Get Source (zp_zcls_warlock.sma - 8466 views - 5.7 KB)
File Type: sma Get Plugin or Get Source (zp_zcls_ghost.sma - 9847 views - 6.8 KB)

Last edited by HoRRoR [CSM]; 08-02-2009 at 15:36.
HoRRoR [CSM] is offline
Fry!
Veteran Member
Join Date: Apr 2008
Location: Latvia
Old 07-11-2009 , 03:53   Re: Zombie Plague Advanced Classes
Reply With Quote #2

I like idea about Warlock zombie but,

Why do you post zombies that already exists?

1) http://forums.alliedmods.net/showthread.php?t=79191
2) http://forums.alliedmods.net/showthread.php?t=80358
__________________
Quote:
Originally Posted by wisam187
why all the great scriptors..... always.... leave and let their works go into oblivion ???
i miss your way in making outstanding plugins...
this forum needs lots of the likes of you..... and less of the idiots that spread right now.
Fry! is offline
HoRRoR [CSM]
Member
Join Date: May 2009
Old 07-11-2009 , 04:13   Re: Zombie Plague Advanced Classes
Reply With Quote #3

Jumper - yes, the basic code from there, but slightly modified, for depending on the number of players who are infected zombies. I wrote this note and the source of the plugin authors and has indicated a link to the plugin.

Ghost - before it was the Ghost, but of the plug was only rendering method.


Why do you post zombies that already exists?
Another ability to jumper, I thought not: (
but the ability of Ghost works quite differently.

And yet, plug-ins differ from each other.

Last edited by HoRRoR [CSM]; 07-11-2009 at 04:18.
HoRRoR [CSM] is offline
Old 07-11-2009, 04:17
HoRRoR [CSM]
This message has been deleted by HoRRoR [CSM].
Old 07-11-2009, 04:17
Fry!
This message has been deleted by Fry!.
CHyCMyMpNk
Senior Member
Join Date: Jun 2008
Location: PTZ
Old 07-11-2009 , 04:21   Re: Zombie Plague Advanced Classes
Reply With Quote #4

Very , very good job !
Fry , jumper & gost better than yours . lol ^^
CHyCMyMpNk is offline
Send a message via ICQ to CHyCMyMpNk
HoRRoR [CSM]
Member
Join Date: May 2009
Old 07-11-2009 , 04:30   Re: Zombie Plague Advanced Classes
Reply With Quote #5

Fry!, a don't understand you.. :E

Ghost demo video >_<
http://www.mediafire.com/file/xymmgg4z2um/ghost.avi
HoRRoR [CSM] is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 07-11-2009 , 04:33   Re: Zombie Plague Advanced Classes
Reply With Quote #6

Quote:
Note: Jumper zombie class is not me. This is a slightly modified plug Tight.
Code:
#define PLUGIN "[ZP] Class - Jumper" #define VERSION "1.0" #define AUTHOR "HoRRoR"

Contradict self much?
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
HoRRoR [CSM]
Member
Join Date: May 2009
Old 07-11-2009 , 04:39   Re: Zombie Plague Advanced Classes
Reply With Quote #7

Code:
#define PLUGIN "[ZP] Class - Jumper"
#define VERSION "1.0"
#define AUTHOR "HoRRoR, twistedeuphoria, Dabbi, B!gBud"
so better?
HoRRoR [CSM] is offline
Fry!
Veteran Member
Join Date: Apr 2008
Location: Latvia
Old 07-11-2009 , 07:38   Re: Zombie Plague Advanced Classes
Reply With Quote #8

Damn... I wanted to say that mine Ghost Zombie has at least a cvars for colors and invisible so you can change it... And idea for Original Ghost zombie was mine... In fact why I said it cuz in mine ghost zombie has already silent footsteps ... It's a shame. You could give at least Credit ...

@ CHyCMyMpNk

Really?? Congrats then...
__________________
Quote:
Originally Posted by wisam187
why all the great scriptors..... always.... leave and let their works go into oblivion ???
i miss your way in making outstanding plugins...
this forum needs lots of the likes of you..... and less of the idiots that spread right now.
Fry! is offline
CHyCMyMpNk
Senior Member
Join Date: Jun 2008
Location: PTZ
Old 07-11-2009 , 09:09   Re: Zombie Plague Advanced Classes
Reply With Quote #9

Quote:
Originally Posted by Fry! View Post
Damn... I wanted to say that mine Ghost Zombie has at least a cvars for colors and invisible so you can change it... And idea for Original Ghost zombie was mine... In fact why I said it cuz in mine ghost zombie has already silent footsteps ... It's a shame. You could give at least Credit ...
You sorehead =)

Quote:
Originally Posted by Fry! View Post
@ CHyCMyMpNk

Really?? Congrats then...
Your tired already, and even with bag'si.
In many of these opportunities are just fun =)
CHyCMyMpNk is offline
Send a message via ICQ to CHyCMyMpNk
ifx
Senior Member
Join Date: Apr 2008
Old 07-11-2009 , 09:44   Re: Zombie Plague Advanced Classes
Reply With Quote #10

Quote:
Originally Posted by HoRRoR [CSM] View Post
This is an idea to give every zombie on the ability, in the manner of WarTFT fashion.
Russian topic here. / Русским сюда
ахуительно, спасибо!
this is awesome, thanks!
ifx 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 18:15.


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