Jump to content

  •  

rai523

Member Since 20 Apr 2014
Offline Last Active May 26 2017 09:34 AM
-----

Posts I've Made

In Topic: How do I disable certain maps and fields?

18 February 2015 - 10:31 PM

You can remake your mapcache by running mapcache.exe if you've compiled it when compiling your server.

Thank you again :)


In Topic: How do I disable certain maps and fields?

18 February 2015 - 02:41 PM

 

This might help you solve with your problem -> http://herc.ws/board...rt-pre-renewal/

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.


In Topic: How do I disable certain maps and fields?

17 February 2015 - 11:21 AM

This might help you solve with your problem -> http://herc.ws/board...rt-pre-renewal/

Sir thank you but I already know how to disable the renewal mechanics. I'm asking on how to disable new maps.