Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. για αυτό είπα σύντομα :D
  2. By the way, check your karma. XAXAXA mathew σύντομα..
  3. Guys, you have to download the new patch in order to play.
  4. Author, check this one. ### Eclipse Workspace Patch 1.0 #P L2jFrozen_GameServer Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java (revision 1004) +++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -8037,7 +8037,7 @@ return; // If in Arena, do nothing - if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP)) + if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP) && !isInsideZone(ZONE_SIEGE) && !targetPlayer.isInsideZone(ZONE_SIEGE)) return; // check anti-farm
  5. I can't understand you, anyway I download l2jfrozen in order to finish it.
  6. ### Eclipse Workspace Patch 1.0 #P aCis_gameserver Index: java/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java =================================================================== --- java/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java (revision 19) +++ java/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java (working copy) @@ -20,6 +20,7 @@ import net.sf.l2j.gameserver.model.Location; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.itemcontainer.Inventory; +import net.sf.l2j.gameserver.model.zone.ZoneId; import net.sf.l2j.gameserver.skills.AbnormalEffect; public class CharInfo extends L2GameServerPacket @@ -67,7 +68,10 @@ writeD(_z); writeD(_heading); writeD(_activeChar.getObjectId()); - writeS(_activeChar.getName()); + if (_activeChar.isInsideZone(ZoneId.PVP)) + writeS("Random Player"); + else + writeS(_activeChar.getName()); writeD(_activeChar.getRace().ordinal()); writeD(_activeChar.getAppearance().getSex() ? 1 : 0); Coded on aCis. In case that you want to do it only in selected zones just create a new zone type.
  7. How we are supposed to know all private projects? Everyone has own private project.
  8. Όταν κάνεις restart με τον char τα έχεις μετά?
  9. @@ -4260,18 +4451,30 @@ return; // If in pvp zone, do nothing. - if (isInsideZone(ZoneId.PVP) || targetPlayer.isInsideZone(ZoneId.PVP)) + if (isInsideZone(ZoneId.PVP) || targetPlayer.isInsideZone(ZoneId.PVP) && (!isInSiege() && !targetPlayer.isInSiege())) return;
  10. Ovenus is the owner of this pack, pm him.
  11. Καλά σε έκανα add στο skype για να κοιτάξω το πρόβλημα σου.
  12. Μεγάλο λάθος το να δώσεις χρήματα για τέτοιου είδους πρόβλημα. Πολύ απλά κάνε report στα forum του pack που χρησιμοποιείς για να σου δώσουν εκείνοι την λύση.
  13. Devlin

    Trance

    It is for Trance, oh my god.
  14. This Nicolas isn't Coolis. They are using the same name.
  15. Αυτό ισχύει αλλά για multisell τώρα δεν λέει το restart. Για scripts να πεις εντάξει.
  16. Hello, To be honest, I tested your server and it seems very good. I wish you good luck!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock