Alex King 0d23ffe5e5
[Zones] Add Max Level Check to Zones. (#2714)
* [Zones] Add Max Level Check to Zones.

# Perl
- Add `$client->CanEnterZone(zone_short_name)`.
- Add `$client->CanEnterZone(zone_short_name, instance_version)`.

# Lua
- Add `client:CanEnterZone(zone_short_name)`.
- Add `client:CanEnterZone(zone_short_name, instance_version)`.

# Notes
- Allows operators to limit zones to a maximum level.
- Allows operators to see if a player can enter a zone before sending them.
- Keeps players from entering via `#peqzone` and `#zone` as well if they do not meet the requirements or are not high enough status to bypass the requirements.

* Cleanup.
2023-01-10 20:47:37 -05:00
..
2013-02-16 18:05:41 -08:00
2013-03-24 08:36:53 -04:00
2013-04-08 22:33:19 -04:00
2013-11-06 13:48:35 -08:00
2014-03-02 17:36:18 -05:00
2014-04-28 17:18:23 -04:00
2014-07-09 19:19:51 -04:00
SQL
2014-08-02 10:43:48 -04:00
fix
2014-11-14 00:34:17 -05:00
2015-07-04 12:12:18 -04:00
2017-04-10 11:03:36 -07:00
2017-07-24 14:35:22 -04:00
2019-07-03 00:59:49 -05:00
2019-07-10 03:39:07 -05:00