• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

Changing EDP effect

testconta

New member
Messages
20
Points
0
Hi friends, I would like to know how to edit the effect of EDP, when equipping a shield the effect will end.

Thanks.

 
Actually edp ends when you unequip your weapon.

In pc.c

Comment sc_edp

Code:
ifdef RENEWAL
		SC_LKCONCENTRATION,
		//SC_EDP,
#endif
 
Back
Top