WhiteEagle 6 Posted March 13, 2020 I would like to change the @follow command so that it is only available on the same map and aborts when changing the map as long as it is used by a GM level below 90. To block @follow on some maps, a custom mapflag "nofollow" would be helpful to keep the settings simple. Can anyone do this? Quote Share this post Link to post Share on other sites
0 Kenpachi 65 Posted March 15, 2020 Hi. Quote I would like to change the @follow command so that it is only available on the same map and aborts when changing the map as long as it is used by a GM level below 90. at_follow.diff Quote To block @follow on some maps, a custom mapflag "nofollow" would be helpful to keep the settings simple. Create a new zone in db/(pre-)re/map_zone_db.conf. For example: { name: "NoFollow" disabled_commands: { follow: 90 } } And add the maps where you want to disable @follow to npc/mapflag/zone.txt, For example: geffen mapflag zone NoFollow payon mapflag zone NoFollow yuno mapflag zone NoFollow ~Kenpachi 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
0 Zero Human 0 Posted March 15, 2020 Wow, special thanks Kenpachi. Give's any src tutorials to learn source edits? Btw, greetings from Germany ~ ^-^ Quote Share this post Link to post Share on other sites
I would like to change the @follow command so that it is only available on the same map
and aborts when changing the map as long as it is used by a GM level below 90.
To block @follow on some maps, a custom mapflag "nofollow" would be helpful to keep the settings simple.
Can anyone do this?
Share this post
Link to post
Share on other sites