Map zones not working

2Wire

New member
Messages
4
Points
0
Age
43
Emulator
Hello everyone. I'm creating a custom zone like this:

Code:
{    name: "CustomZone"        mapflags: (        "pvp    off",        "nightenabled",    )    disabled_skills: {        WL_JACKFROST: "PLAYER"    }},
Code:
prontera	mapflag	zone	CustomZone
 
 
Mapflags "pvp off" and "nightenabled" works fine, however, every player and GM can cast Jack Frost in Prontera. But, when i put the Jack Frost restriction in the "Normal" zone, it works perfectly (i have PK mode enabled).
 
So, my custom zone is working with the mapflag part, but ignoring the disabled_skills part.
Thanks for the help 
default_smile.png

 
 
 
 
 
It might not be it, but can you try to switch "mapflags" and "disabled_skills" in position, so "disabled_skills" comes first? I have a strong suspicion it'll just leave it out unless they are in the right order.

 
It might not be it, but can you try to switch "mapflags" and "disabled_skills" in position, so "disabled_skills" comes first? I have a strong suspicion it'll just leave it out unless they are in the right order.
Hi. I tried that too, but it's the same problem. 
default_sad.png


 
Back
Top