@follow change request

WhiteEagle

New member
Messages
52
Points
0
Emulator
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?

 
Hi.

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.
View attachment at_follow.diff

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

 
Back
Top