DominiQue Posted December 14, 2009 Posted December 14, 2009 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 !
ExTrEmEDwarf Posted December 14, 2009 Posted December 14, 2009 this is like infinitel2 olympiad style?
DominiQue Posted December 14, 2009 Author Posted December 14, 2009 this is like infinitel2 olympiad style? Yes
DominiQue Posted December 14, 2009 Author Posted December 14, 2009 Can you explain what it is GvE System ? Good vs Evil[Faction Mode] Like L2mafia :P
Emrys Posted December 14, 2009 Posted December 14, 2009 This will not work :( Maybe if you have faction system installed but if you dont dont even put it ..
RєVєnGeR^ Posted December 14, 2009 Posted December 14, 2009 Well , thats a pretty good share indeed but as TheEnd says you have to implent a Gve system before.. Nice idea although
Setekh Posted December 16, 2009 Posted December 16, 2009 amm... dude what if the faction id is 3? or 4? :D
Gorion Posted February 1, 2010 Posted February 1, 2010 Go to : Quote java.net.sf.l2j.gameserver.model.olympiad.OlympiadGame.java 1.Find: Quote _playerOne.teleToLocation(x1, y1, z1, true); 1.Add: Quote _playerOne.setTeam(_playerOne.getFactionId()); 2.Find: Quote _playerTwo.teleToLocation(x2, y2, z2, true); 2.Add: Quote _playerTwo.setTeam(_playerTwo.getFactionId()); I saw it on a server and I created it for MxC ;D ! Hi, I tried to modify the lines for my own needs but I had error. Would you be able to help me guys? Instead of .getFactionId()); I want put .isgood and .isevil Could you guide me please?
Coyote™ Posted February 1, 2010 Posted February 1, 2010 Hi, I tried to modify the lines for my own needs but I had error. Would you be able to help me guys? Instead of .getFactionId()); I want put .isgood and .isevil Could you guide me please? it reads the id of the faction (it will be 1 or 2 proly) in order to enter oly, it doesn't name the factions..
Recommended Posts