Jump to content

Devlin

Banned
  • Posts

    1,643
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. By the way, check your karma. XAXAXA mathew σύντομα..
  2. Guys, you have to download the new patch in order to play.
  3. To do what? Give us more information about the subject.
  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. Dude read what he needs.
  7. ### 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.
  8. How we are supposed to know all private projects? Everyone has own private project.
  9. Όταν κάνεις restart με τον char τα έχεις μετά?
  10. @@ -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;
  11. Ovenus is the owner of this pack, pm him.
  12. Εγώ.
  13. Καλά σε έκανα add στο skype για να κοιτάξω το πρόβλημα σου.
  14. Μεγάλο λάθος το να δώσεις χρήματα για τέτοιου είδους πρόβλημα. Πολύ απλά κάνε report στα forum του pack που χρησιμοποιείς για να σου δώσουν εκείνοι την λύση.
  15. It can't work without java edit.
  16. Not even close.
  17. Devlin

    Trance

    It is for Trance, oh my god.
  18. This Nicolas isn't Coolis. They are using the same name.
  19. Αυτό ισχύει αλλά για multisell τώρα δεν λέει το restart. Για scripts να πεις εντάξει.
  20. Hello, To be honest, I tested your server and it seems very good. I wish you good luck!
  21. Good luck dude, we are with you!!
  22. dat W&W <3
  23. http://seismoi.gr/index.htm
×
×
  • 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