You want to remove @warp to mvp map. But you not change your warper setting. Player still can use warper to warp to mvp map.
For example Anthell. Maya at level 2. So, you need to remove the warp for Anthell level 2.
OR the simple thing to setting your warper:
OnInit:
.Satan_Morocc = true; // false will enable moc_fild 4,5,6,8,9,10,14,15 while disable moc_fild 20,21,22 Default is true.
.OnlyFirstFld = false; // true will teleport to the first level of the Fields Default is false.
.OnlyFirstDun = false; // true will teleport to the first level of the Dungeons Default is false.
}
change to:
OnInit:
.Satan_Morocc = true; // false will enable moc_fild 4,5,6,8,9,10,14,15 while disable moc_fild 20,21,22 Default is true.
.OnlyFirstFld = true; // true will teleport to the first level of the Fields Default is false.
.OnlyFirstDun = true; // true will teleport to the first level of the Dungeons Default is false.
}
And don't forget about the mapflag. Hope this will help you.