Jump to content
  • 0

Olympiad New BUG


Question

Posted

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!

3 answers to this question

Recommended Posts

  • 0
Posted

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());

Guest
This topic is now closed to further replies.


×
×
  • Create New...