Jump to content

Question

Posted

Hi guys, 

Anyone know how to make a place to safe zone or a town to pvp zone?

 

Can you please tell me how to do that ? thank you

 

Also, I was thinking to make 2 PvP zones,

1- FFA (Free For All) PvP zone that will not show the name of the player so they cannot know each other. For example like L2Pride server

2- Or team PvP if you are with your Clan/Friend 

 

Thank you

7 answers to this question

Recommended Posts

  • 0
Posted (edited)

Hi guys, 

Anyone know how to make a place to safe zone or a town to pvp zone?

 

Can you please tell me how to do that ? thank you

 

Also, I was thinking to make 2 PvP zones,

1- FFA (Free For All) PvP zone that will not show the name of the player so they cannot know each other. For example like L2Pride server

2- Or team PvP if you are with your Clan/Friend 

 

Thank you

Well you need play with WriteS(getName());

 

when he enter the zone. So instead of write his name to write WriteS(" "); 

Search a bit in your source.

 

Now about team PvP in case of party just  go at  L2PcInstance   doDie  and add

if (killer.isInsideZone(L2Character.PVP_ZONE && !(killer.getparty() == null)) 

{

    for (L2PcInstance p : killer.getParty().getPartyMembers().value)

{

  p.addItem(BABLABLA);

}

}

 

Ps. this was for freya, just to get the idea... 

Edited by AccessDenied
  • 0
Posted (edited)

!(killer.getParty() == null) om omm ommm   :okey:  killer.getParty != null, more sexy.

I am working from 7:00 morning to 18:00... if you think i can write fast and clear a line

ok....

 

you are cute tho.

Edited by AccessDenied

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..