Added an optional rule value that forces startzones to be the same as the bind zone and enabled bind xyz once again.

This commit is contained in:
E Spause
2017-03-12 03:41:21 -04:00
parent 262bcf5c29
commit 04ce4f66ed
3 changed files with 13 additions and 7 deletions
+1
View File
@@ -226,6 +226,7 @@ RULE_BOOL (World, IsGMPetitionWindowEnabled, false)
RULE_INT (World, FVNoDropFlag, 0) // Sets the Firiona Vie settings on the client. If set to 2, the flag will be set for GMs only, allowing trading of no-drop items.
RULE_BOOL (World, IPLimitDisconnectAll, false)
RULE_INT (World, TellQueueSize, 20)
RULE_BOOL(World, StartZoneSameAsBindOnCreation, true) //Should the start zone ALWAYS be the same location as your bind?
RULE_CATEGORY_END()
RULE_CATEGORY(Zone)