virusa Posted January 2, 2010 Posted January 2, 2010 The worst thing of this is that people from same roter can`t fight each other in oly. The script works for L2J Gracia final but it may work for other chronicles too.Try it Index: java/net/sf/l2j/gameserver/model/olympiad/OlympiadGame.java =================================================================== --- java/net/sf/l2j/gameserver/model/olympiad/OlympiadGame.java (revision 3296) +++ java/net/sf/l2j/gameserver/model/olympiad/OlympiadGame.java (working copy) @@ -185,6 +185,9 @@ { if (_aborted) return; + String ip1 = _playerOne.getClient().getActiveChar().getClient().getConnection().getInetAddress().getHostAddress(); + String ip2 = _playerTwo.getClient().getActiveChar().getClient().getConnection().getInetAddress().getHostAddress(); + if (ip1.equals(ip2))return; if (_playerOne == null || _playerTwo == null) return; Credits:l2jbg.com Quote
Coyote™ Posted January 2, 2010 Posted January 2, 2010 stop giving us stuff shared in mxc with credits to another forum >_> Quote
Necrid Posted January 2, 2010 Posted January 2, 2010 stop giving us stuff shared in mxc with credits to another forum >_> and how do you know that it was first shared in here? Quote
CrazyDeagle Posted January 2, 2010 Posted January 2, 2010 http://www.maxcheaters.com/forum/index.php?topic=46761.0 here you have the protection from the Same Ip Quote
Versus Posted January 3, 2010 Posted January 3, 2010 http://www.maxcheaters.com/forum/index.php?topic=46761.0 here you have the protection from the Same Ip Which is not working >.> Quote
MaestroLuke Posted January 4, 2010 Posted January 4, 2010 http://www.maxcheaters.com/forum/index.php?topic=46761.0 here you have the protection from the Same Ip this seems to send to every1 that they are from same ip =D Quote
Recommended Posts
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.