Jump to content
  • 0

[Help] Bihozard Event -


Question

5 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted

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?

  • 0
Posted

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 ..

  • 0
Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock