» Find Revision
L2J Revision 4425:
L2JDP Revision 7669:
Completely screwed, what went wrong exactly? need help desperately...
let me simply explained what i've tried so far:
I've tried to add a custom pvp zone in giran, i've changed the coordinate of a peace zone which interfered my pvp zone (see photo below), and my pvp zone still doesnt work. I've tried to take out the type "town zone" from giran, no luck either. All coordinates seem to be right to me, at least thats how I took out that octangle from the peace zone giran.
zone.xml
Code: Select all
<!-- custom pvp --> <zone id="22222" type="ArenaZone" shape="NPoly" minZ="-3470" maxZ="-2900"> <!-- [22_22] custom_pvp --> <spawn X="82533" Y="148585" Z="-3472" /> </zone>
Code: Select all
INSERT INTO `zone_vertices` (`id`, `order`, `x`, `y`) VALUES(22222, 0, 82392, 148417),(22222, 1, 82392, 148802),(22222, 2, 82117, 149078),(22222, 3, 81727, 149078),(22222, 4, 81451, 148804),(22222, 5, 81451, 148413),(22222, 6, 81725, 148135),(22222, 7, 82115, 148135); DELETE FROM `l2jdb`.`zone_vertices` WHERE `zone_vertices`.`id` = 10821; INSERT INTO `l2jdb`.`zone_vertices` (`id` ,`order` ,`x` ,`y` )VALUES('10821', '0', '81450', '148412'),('10821', '1', '81450', '148804'),('10821', '2', '81725', '148134'),('10821', '3', '82115', '148134'),('10821', '4', '82393', '148417'),('10821', '5', '82393', '148802'),('10821', '6', '82117', '149079'),('10821', '7', '81727', '149079'),('10821', '8', '81450', '148413'),('10821', '9', '79195', '148413'),('10821', '10', '79198', '149858'),('10821', '11', '85148', '149864'),('10821', '12', '85019', '144748'),('10821', '13', '79193', '144776'),('10821', '14', '79195', '148412');
what went wrong???
