📄CustomPVPZone.txt

File used to create areas with and without PvP, with and without PK mode on maps.

MAP = Map Number IPX = Initial Position X IPY = Initial Position Y FPX = Final Position X FPY = Final Position Y TYPE: 0 = Area without PVP 1 = Area with PVP without PK counting 2 = Area with PVP with PK counting Usage Example:

//========================================
//MAP    IPX    IPY    FPX    FPY    TYPE
//========================================
6        0	    0      255    255	   0    //Stadium without PVP
6        42     52     52     62	   1    //Stadium cage with PVP but no PK
6        42     34     52     44	   2    //Stadium cage with PVP and PK
end

Last updated