Jump to content
  • 0

About Multifactionzone


Question

Posted

So I am using this code for multifactiozone working pretty good although I have a problem .

 

when you pvp to this are you dont get any pvps . Can I fix that somehow?

 

8 answers to this question

Recommended Posts

  • 0
Posted (edited)

Do you become flagged in this zone? If you not, then enable the pvp flag feature. As i read this zone has one.

 

Or you can simple add this zone as an exception at the "onkillupdate" in the L2PcInstance, so even if you are not flagged but in this zone you receive pvp .

Edited by Horse
  • 0
Posted
On 1/3/2018 at 10:28 AM, Horse said:

Do you become flagged in this zone? If you not, then enable the pvp flag feature. As i read this zone has one.

 

Or you can simple add this zone as an exception at the "onkillupdate" in the L2PcInstance, so even if you are not flagged but in this zone you receive pvp .

 

Yea you become flagged when you get in the zone but when you pvp the pvps dont count.

 

about the second option can you be more specific ?

  • 0
Posted

You need to change the zone type inside the code..There is a line about it ,find it and change the number.

  • 0
Posted (edited)
On 7/12/2016 at 2:18 AM, protoftw said:

for frozen you need to change the zone ID from L2Character.java

 

 

/** The Constant ZONE_MULTIFUNCTION. */

+       public static final int ZONE_MULTIFUNCTION = 16385;
 
change 16385 with 32 and your pvps wlll count

 

I guess if you are using acis , it might be slightly different but that's the logic. You may have to change the zone from the .xml files in acis.

Edited by protoftw
  • 0
Posted (edited)

Thanks for your answers I am using frozen .  I did change the 16385 to 32 as you said but players still dont get flagged.

Also changed it at the zones file.

Edited by sotid
added some more text
Guest
This topic is now closed to further replies.


×
×
  • Create New...