sotid Posted December 31, 2017 Posted December 31, 2017 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?
0 Horse Posted January 3, 2018 Posted January 3, 2018 (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 January 3, 2018 by Horse
0 sotid Posted January 4, 2018 Author Posted January 4, 2018 On 1/3/2018 at 8: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 . Expand 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 protoftw Posted January 20, 2018 Posted January 20, 2018 You need to change the zone type inside the code..There is a line about it ,find it and change the number.
0 SweeTs Posted January 26, 2018 Posted January 26, 2018 It's using arena zone as far as I remember, that's why you don't get pvp.
0 protoftw Posted January 26, 2018 Posted January 26, 2018 (edited) On 12/7/2016 at 12: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 Expand 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 January 26, 2018 by protoftw
0 sotid Posted January 28, 2018 Author Posted January 28, 2018 (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 January 28, 2018 by sotid added some more text
0 SweeTs Posted February 14, 2018 Posted February 14, 2018 On 2/14/2018 at 2:04 PM, sotid said: bump Expand Follow rules and stop bumping. You know the rules, at least you should.
Question
sotid
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