Zirius
New member
- Messages
- 261
- Points
- 0
Hello! I am trying to disable "recall" skills to my PVP maps since they are level restricted. Some low level GM(guild masters) uses Emergency call to summon level 99 players in my PVP maps designated only for low levels (they are carnaging everyone), so.
I added this to my map_zone_db.conf
{ name: "PVP_no_calling" disabled_skills: { WE_CALLPARTNER: "PLAYER" WE_CALLPARENT: "PLAYER" WE_CALLBABY: "PLAYER" GD_EMERGENCYCALL: "PLAYER" }}
Then at my mapflags:
pvp_y_7-2 mapflag pvp zone PVP_no_calling
But still, the GMs are able to summon them, what am I doing wrong?
I added this to my map_zone_db.conf
{ name: "PVP_no_calling" disabled_skills: { WE_CALLPARTNER: "PLAYER" WE_CALLPARENT: "PLAYER" WE_CALLBABY: "PLAYER" GD_EMERGENCYCALL: "PLAYER" }}
Then at my mapflags:
pvp_y_7-2 mapflag pvp zone PVP_no_calling
But still, the GMs are able to summon them, what am I doing wrong?
Last edited by a moderator: