Jump to content
  • 0

[QUESTION]Safe Zone PVP


Question

Posted

Good day ,does someone have time to answer me how to make players hit "Flagged Players" in town ?

 

Explanation:

A flagged player in a pvp zone goes to town and that player can be hitted by any player in town ,of course ,the player that hits him gets flag as well

 

5 answers to this question

Recommended Posts

  • 0
Posted

Good day ,does someone have time to answer me how to make players hit "Flagged Players" in town ?

 

Explanation:

A flagged player in a pvp zone goes to town and that player can be hitted by any player in town ,of course ,the player that hits him gets flag as well

 

 

Most of the people that hang around this forum that actually know what they're doing mostly agree that: Try first then if it fails ask questions.

 

You have to do a few things:

1) You've got a bunch of posts asking for help where you make your text bold and alternate the colors. Fucking stop, that's retarded and annoying and serves no purpose other than to hurt people's eye sight.

2) [i'm using aCis, I don't know if you're still using DC so this may be different] Goto your gameserver data folder, goto XML and then zones and it should look something like:

9jLpz.jpg

3) Look inside any file, it doesn't matter just pick one and look for something that looks like:

<zone name="talking_island_town_peace_zone1" type="PeaceZone" shape="NPoly" minZ="-3966" maxZ="-3466"> <!-- [17_25] -->

 

You have two options, you can either modify the behavior of the PeaceZone, or you can make a new one. Normally something I do is when I make modifications I keep the original content and make my own custom things. If I do use or need the original stuff afterwards, I make a copy and throw the other away.

 

the type= area refers to a class, which is derived from L2ZoneType class. You can look at examples such as:

EZi4G.jpg

 

From here you're on your own.

  • 0
Posted

1. I'l ask for help when i want ,at every minute ,il preffer to get answers while i "try" so i would make things fasters

2. Thanks again for your time to help me here ,i'l see what i can do ,it seems easy

 

3. Im using L2J now ,i will do server in l2j but if i manage to update to dc modifying all scripts then GG (with DC you have to develop all l2j scripts in order to add them ,i need time for that so i will work with l2j now]

  • 0
Posted

1. I'l ask for help when i want ,at every minute ,il preffer to get answers while i "try" so i would make things fasters

2. Thanks again for your time to help me here ,i'l see what i can do ,it seems easy

 

3. Im using L2J now ,i will do server in l2j but if i manage to update to dc modifying all scripts then GG (with DC you have to develop all l2j scripts in order to add them ,i need time for that so i will work with l2j now]

 

I'm not saying you can't ask for help, but it seems like you're not actually trying. Also with the colors, FUCKING STOP.

  • 0
Posted

dpbBryan ,do i really need eclipse in order to do this ? ,eclipse seems useless for me since i dont wanna edit inside >> ,maybe npc colors name xD or title xD

  • 0
Posted

dpbBryan ,do i really need eclipse in order to do this ? ,eclipse seems useless for me since i dont wanna edit inside >> ,maybe npc colors name xD or title xD

 

Well a zone modification isn't really just npc colors and such. But no, you don't need eclipse. L2j is just made to be used in eclipse so it's just much easier if you use it.

 

The alternative is to do everything in notepad, create a .bat file and run it through javac.exe

http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javac.html

 

This is for JDK 1.4.2, but I'm sure it hasn't changed much in the versions.

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...