Jump to content
  • 0

tarakudo1993

Question

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

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

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
Link to comment
Share on other sites

  • 0

!(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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...