Sir thank you but I already know how to disable the renewal mechanics. I'm asking on how to disable new maps.
I've not tested but it probably works:
Go to your db folder and open map_index.txt, comment the maps you don't want to have in your server, then go to conf/maps.conf and comment them too.
(Maybe you'll have to remake your makecache)
For cities on @go you'll have to edit the source:
Open src/map/atcommand.c and find this:
ACMD(go)
Comment the lines with cities that you don't want and recompile, probably this will change the @go number of maps that came after the commented lines.
If the map that you want is from places that have portal to, you have to disable these portals in their scripts.
I hope it helps
Thanks will try this later, and also how do you remake mapcache or makecache? @go will not be a problem cause I won't put it to the commands list for normal players.