Jump to content

[Share] Olympiad GvE system


DominiQue

Recommended Posts

Go to :

java.net.sf.l2j.gameserver.model.olympiad.OlympiadGame.java

 

1.Find:

_playerOne.teleToLocation(x1, y1, z1, true);

1.Add:

_playerOne.setTeam(_playerOne.getFactionId());

 

2.Find:

_playerTwo.teleToLocation(x2, y2, z2, true);

2.Add:

_playerTwo.setTeam(_playerTwo.getFactionId());

 

 

I saw it on a server and I created it for MxC ;D !

 

CREDITS : V3ndetta[ME}
Link to comment
Share on other sites

  • 1 month later...

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
Reply to this topic...

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