Guys i want to ask something..
I know with java you can do everything you want,i mean everything is posible:P
biohazrd code :
/////
int num = Math.round(Rnd.get(_notInfected.size()-1));
L2PcInstance infectFirst = ((L2PcInstance[])getAllNotInfected())[num];
infectPlayer(infectFirst);
/////
i think this the code where the system randomly select a player and transform it to zombie..
well my question is..
if we have 10 registered players in the event,the system will transform only 1 player and this is too easy for the other to kill him 9 vs 1 :(
i would like to ask if we can transform for example .. if we have 10 player registered we should have 5 infected and 5 noinfected..
this would be more fair..
how we can achieve that,can someone help?
Sry for my english..