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.

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...