Advertisement
Erictemponi

Player Starting Guild Worldserver.conf

Aug 12th, 2020 (edited)
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ###################################################################################################
  2. # STARTING GUILD
  3. #
  4. # These settings control the Starting Guild functionality
  5. #
  6. # StartingGuild.Enable
  7. # Description: Enables or Disables the Starting Guild functionality.
  8. # Default: 0 - (Disabled)
  9. # 1 - (Enabled)
  10.  
  11. StartingGuild.Enable = 0
  12.  
  13. #
  14. # StartingGuild.GuildID.Alliance
  15. # Description: The identifier (ID) of the Alliance Guild. It must be an integer number
  16. # Default: 1
  17.  
  18. StartingGuild.GuildID.Alliance = 1
  19.  
  20. #
  21. # StartingGuild.GuildID.Horde
  22. # Description: The identifier (ID) of the Horde Guild. It must be an integer number
  23. # Default: 1
  24.  
  25. StartingGuild.GuildID.Horde = 2
  26.  
  27. #
  28. ###################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement