GaijinDev Heir Customer May 19, 2025 #1 Can someone please tell me if I'm doing something wrong? I want to leave Barakiel with just 1 hwid. Attachments IMG_3083.webp 857.2 KB · Views: 16 DCB9C1D0-41D2-4512-BA3E-0CBE6107DD17.webp 671.9 KB · Views: 16 IMG_3080.webp 1 MB · Views: 16 IMG_3084.webp 41.5 KB · Views: 15
zerohero Heir Customer May 19, 2025 #2 Thread 'How to create a zone limited by a unique HWID.' Jan 28, 2020 Path: data/zone Format: XML To limit, we take any zone, for example: XML: <zone name="[queen_ant_epic]" type="epic" > <polygon> <coords loc="-23176 185080 -6000 -5500" /> <coords loc="-20104 185080 -6000 -5500" /> <coords loc="-20104 177928 -6000 -5500" /> <coords loc="-23176 177928 -6000 -5500" /> </polygon> </zone> Next, we need to add parameters to it that will introduce restrictions: XML: <zone name="[queen_ant_epic]" type="epic" > <set name="uniqHwidLimit" val="1" /> <polygon> <coords loc="-23176 185080...
Thread 'How to create a zone limited by a unique HWID.' Jan 28, 2020 Path: data/zone Format: XML To limit, we take any zone, for example: XML: <zone name="[queen_ant_epic]" type="epic" > <polygon> <coords loc="-23176 185080 -6000 -5500" /> <coords loc="-20104 185080 -6000 -5500" /> <coords loc="-20104 177928 -6000 -5500" /> <coords loc="-23176 177928 -6000 -5500" /> </polygon> </zone> Next, we need to add parameters to it that will introduce restrictions: XML: <zone name="[queen_ant_epic]" type="epic" > <set name="uniqHwidLimit" val="1" /> <polygon> <coords loc="-23176 185080...