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

zombie plague 4.3 fix5a bug ??


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 09-12-2017 , 13:55   zombie plague 4.3 fix5a bug ??
Reply With Quote #1

hello
i noticed something in ZP 4.3 fix5a

that is nemesis and assassin get more dmg with weapon !
i used m4a1 weapon, and it's dmg 93 on headshoots at Zombie, well ?
but it's dmg 124 dmg on headshoots at nemesis and assassin !!
that mean, assassin + Nemesis get more Dmg !!
anyone have idea about it ? i have searched much about it !
can't be found !
bakir123 is offline
Send a message via Skype™ to bakir123
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 09-13-2017 , 02:35   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #2

zp_zombie_armor cvar
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 09-13-2017 , 06:27   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #3

Quote:
Originally Posted by georgik57 View Post
zp_zombie_armor cvar
not this !

still doing more dmg for nem & assa
bakir123 is offline
Send a message via Skype™ to bakir123
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 09-13-2017 , 07:44   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #4

you're not doing more damage to nem and ass, you're doing less damage to zombies.
set that cvar to 1.0 and see the same damage to zombies and nem/ass.
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 09-13-2017 , 09:31   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #5

Quote:
Originally Posted by georgik57 View Post
you're not doing more damage to nem and ass, you're doing less damage to zombies.
set that cvar to 1.0 and see the same damage to zombies and nem/ass.
aha

Thanks !

but look
can i make nemesis and assassin get same dmg as zombie ? as that cvar ? 0.75
bakir123 is offline
Send a message via Skype™ to bakir123
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 09-13-2017 , 09:46   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #6

not without a plugin. just increase their hps by 25% and it will be the same thing.
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 09-13-2017 , 09:53   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #7

Quote:
Originally Posted by georgik57 View Post
not without a plugin. just increase their hps by 25% and it will be the same thing.

no, i don't need a plugin

you can check this code

PHP Code:
        // Armor multiplier for the final damage on normal zombies
        
if (g_nemesis[victim] && g_assassin[victim] && !g_sniper[attacker])
        {
            
damage *= get_pcvar_float(cvar_zombiearmor)
            
SetHamParamFloat(4damage)
        } 
i want nemesis and assassin get 0.75 , like zombie exactly (follow cvar zp_zombie_armor)

i tried to remove ! from nemesis and asassin , but not worked as i want
bakir123 is offline
Send a message via Skype™ to bakir123
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 09-13-2017 , 09:56   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #8

if (g_nemesis[victim] && g_assassin[victim] && !g_sniper[attacker])
->
if (g_zombie[victim])
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 09-13-2017 , 09:59   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #9

Quote:
Originally Posted by georgik57 View Post
if (g_nemesis[victim] && g_assassin[victim] && !g_sniper[attacker])
->
if (g_zombie[victim])

&& !g_sniper ?? add it ?


Edited : i tested your code, still same, not work !

Last edited by bakir123; 09-13-2017 at 10:24.
bakir123 is offline
Send a message via Skype™ to bakir123
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 09-14-2017 , 08:56   Re: zombie plague 4.3 fix5a bug ??
Reply With Quote #10

Nvm
Problem has been solved
bakir123 is offline
Send a message via Skype™ to bakir123
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 02:42.


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