crazyshock Posted May 1, 2011 Posted May 1, 2011 Hiii !! How can I let the event balanced? Example: 4 players 2 = Zumbie , 2 = No Infected It is Topic: http://maxcheaters.com/forum/index.php?topic=193636.0 Thansk FOr Help! Quote
0 vampir Posted May 2, 2011 Posted May 2, 2011 you will need to change this code: + int num = Math.round(Rnd.get(_notInfected.size()-1)); + L2PcInstance infectFirst = ((L2PcInstance[])getAllNotInfected())[num]; + infectPlayer(infectFirst); to soemthing like: for(int i = 0;i<_notInfected.size();i+=2){ infectPlayer(((L2PcInstance[])getAllNotInfected())[i]); } test it and let me know, i didnt test it Quote
0 crazyshock Posted May 2, 2011 Author Posted May 2, 2011 I will try and say what he did. Thank until then. Others question.. Vampir .. I do not know if you can help me, but every time I start this event with the GM, GM's my character gets caught, why did this happen? Quote
0 vampir Posted May 2, 2011 Posted May 2, 2011 no idea but with changed code wont happend for sure :) Quote
0 crazyshock Posted May 4, 2011 Author Posted May 4, 2011 Thanks vampir.. Other Problem..: I am wondering how to do that when the player is in the form of zombie he did not use the skill to dispel. Because the time he turns zombie wins only skill that nullifies the effect back to normal but the Czech event in a way that buy the object and ends .. Quote
0 Matim Posted May 4, 2011 Posted May 4, 2011 You can block usage of selected skills. For example check basic L2J TvT Event, there are blocked skills such as party recall as far as I remember. Quote
Question
crazyshock
Hiii !!
How can I let the event balanced?
Example: 4 players 2 = Zumbie , 2 = No Infected
It is Topic:
http://maxcheaters.com/forum/index.php?topic=193636.0
Thansk FOr Help!
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.