Jump to content
  • 0

Olympiad New BUG


drakoo

Question

Hello guys!

I have a problem in the Grave olympiads ...

 

The players now before they are teleported to stadio, they run, and die pros guards of the cities, after waiting and are teleported to the stadium.

They killed it within reach, and if the opponent's hp is low skill by agumar Active Etc, he wins even when dead.

If the opponent's HP is full TIE happens.

I await the help of you and I use the svn l2jteon ready to be worked.

I await your help thanks!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Here is a temporary fix:

 

Olympiad.java


+                              //Revive the player if he/she is dead
+                              if (player.isDead())
+                              {
+                                      player.doRevive();
+                              }



			// Heal Player fully
			player.setCurrentCp(player.getMaxCp());
			player.setCurrentHp(player.getMaxHp());
			player.setCurrentMp(player.getMaxMp());

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • 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