Jump to content

CrazyDeagle

Members
  • Posts

    1,042
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by CrazyDeagle

  1. Maybe but staid real unstable. Petru will see it. No sure.
  2. No found i found the ExOlympiadMatchEnd.java but nothing teleport /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package l2.universe.gameserver.network.serverpackets; /** * * @author GodKratos */ public class ExOlympiadMatchEnd extends L2GameServerPacket { public static final ExOlympiadMatchEnd STATIC_PACKET = new ExOlympiadMatchEnd(); private ExOlympiadMatchEnd() { } @Override protected final void writeImpl() { writeC(0xFE); writeH(0x2D); } @Override public String getType() { return "[s] FE:2D ExOlympiadMatchEnd"; } }
  3. Hello everyone i have aproblem when i try add Laike system faction i try to add it on freya Index: java/net/sf/l2j/gameserver/model/olympiad/OlympiadGame.java =================================================================== --- java/net/sf/l2j/gameserver/model/olympiad/OlympiadGame.java (revision 3695) +++ java/net/sf/l2j/gameserver/model/olympiad/OlympiadGame.java (working copy) @@ -34,6 +34,7 @@ import net.sf.l2j.gameserver.model.actor.instance.L2CubicInstance; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.actor.instance.L2PetInstance; +import net.sf.l2j.gameserver.model.itemcontainer.Inventory; import net.sf.l2j.gameserver.model.olympiad.Olympiad.COMP_TYPE; import net.sf.l2j.gameserver.network.SystemMessageId; import net.sf.l2j.gameserver.network.clientpackets.Say2; @@ -47,6 +48,7 @@ import net.sf.l2j.gameserver.network.serverpackets.SystemMessage; import net.sf.l2j.gameserver.templates.StatsSet; import net.sf.l2j.gameserver.templates.chars.L2NpcTemplate; +import net.sf.l2j.gameserver.templates.item.L2Item; import net.sf.l2j.util.L2FastList; /** @@ -391,12 +393,14 @@ { _playerOne.sendPacket(new ExOlympiadMatchEnd()); _playerOne.teleToLocation(x1, y1, z1, true); + _playerOne.setTeam(_playerOne.getFactionId()); } if (_playerTwo != null) { _playerTwo.sendPacket(new ExOlympiadMatchEnd()); _playerTwo.teleToLocation(x2, y2, z2, true); + _playerTwo.setTeam(_playerTwo.getFactionId()); } } Not found in freya dont have anymore OlympiadGame.java so i try to open a gracia final source and this code is below this protected final void portPlayersBack() On freya like it OlympiadgameNormal.java @Override protected final void portPlayersBack() { if (_playerOne.player != null && !_playerOne.defaulted && !_playerOne.disconnected) portPlayerBack(_playerOne.player); if (_playerTwo.player != null && !_playerTwo.defaulted && !_playerTwo.disconnected) portPlayerBack(_playerTwo.player); } so i add it && !_playerTwo.getFactionId()) and remove the ) in this && !_playerTwo.disconnected) i make the same for the one and get error on compile... who can help me thanks you
  4. Project like dead :/ no real dead you can add code. The svn is public because admin no have more free time... but still a good project
  5. The set look all time the same... No wargen and troll set?
  6. Welcome in MxC!
  7. Real nice armor you take the time for make it i see when i talk to you. Good Luck. Ps: For the people who want he share it and make free. You want a good server with nice custom Put the price. Trust Seller i recommand him share is fine. Good luck bro Maybe a price?
  8. hello guy read the rules before make anything. Have fun
  9. ok said us if is fixed or not if not send me a PM with your multisell and merchant html thanks.
  10. Welcome!
  11. Can you translate in english maybe i can help you. thanks you
  12. check your multisell if you put a bad ID. Halisha ID: 6720
  13. Ok i try to recover the Vote map event. http://www.4shared.com/file/ZW7-uKW6/delete.html i need more help for know what is good or not to keep this code and adapt it for L2Universe. I Begin the work but now i dont know what i need to keep or delete
  14. Question is me or the button search dont work just confirm me it thanks you
  15. Yeh sorry bro. ^^" I Change i use stefoulis15 Faction System. But i try to take the event mapfaction from The Faction Mod Pack by Laikeriz but i cant, can you extract it for me :D"...? please I Look event engine but for start this event engine, and the system votemap look nice. Thanks you matim
  16. Search Button Off Again... :/
  17. Search Button No work? Search Button now works!
  18. Hello i trying to add this http://www.4shared.com/file/QKMtp-LH/Faction_MOD.htm On my L2Universe Last rev server. But when i put i get a problem L2Universe have a lot of custom with townwar and i dont know how add the code from the faction To L2PcInstance and OlympiadGame. Thanks you if someone can help me.
  19. The Lineage logo at the top left Lineage 2 freya when you play a replay on L2.exe
  20. Sorry for a later post but i have something to said. This is real usefull for PvP server. No need wait to nobless or waiting someone to nobless you. When you get the nobless you can - Dont lost Buff - Get Tittle - Go in Olympiad. So is real usefull for PvP server, but not good for PvE server. Thanks for your sharing.
  21. i testing replay and reccord wih fraps. BUT how remove the Logo? on the replay mode?
  22. Ok thanks you i will try. For my computer i dont think is the graphic card because i can open 5 L2 without ram/lag ^^. i wil ltry it
  23. can u give more info how setting because i testing and the movie like lag
×
×
  • Create New...