Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Guild Management Info #67

Merged
merged 7 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/server/guilds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,20 @@ If you have existing quest scripts that use client:GuildRank() or $client->Guild

## Tributes

In order for tributes to function, you will need to source the tributes and tribute_level tables. These are included within a new install, and can also be sourced from the peq content [database](https://db.projecteq.net/)
As of release 22.44.5, the guild tribute data can be sourced from content_database. Prior to this release, the guild tribute must be sourced from the peq_content tributes and tribute_level tables. These are included within a new install, and can also be sourced from the peq content [database](https://db.projecteq.net/)

## Defaults

There have been many questions about the default behaviour of guild permissions. Care was taken to align with Live. If you encounter any discrepancies, please report them as an issue on github. Also, please checkout the [Default](./defaults.md) section.

## Player Event Logging

The following player events are available.

|Rule Name|Default|Retention|
|:---|:---|:---|
|Guild Tribute Donate Item|Enabled|7 days|
|Guild Tribute Donate Platinum|Enabled|7 days|

## Known Issues

Expand Down
11 changes: 10 additions & 1 deletion docs/server/guilds/defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
description: This page describes the guild management defaults on your EQEmu Server.
---

### Ranks

|Guild Rank Name|Guild Rank #|
|---------------|:---:|
|Leader|1|
Expand All @@ -14,7 +16,7 @@ description: This page describes the guild management defaults on your EQEmu Ser
|Recruit|8|


Default Invite Rank
### Default Invite Rank

|Client|Rank|
|:---|:---|
Expand All @@ -25,3 +27,10 @@ Default Invite Rank
Guild Banker

By default, the guild leader is a guild banker.

### Permissions

When creating a new guild, the following permissions are set as a default.

![image](https://github.com/EQEmu/Server/assets/65987027/5e5d4a21-8b44-4f05-b185-774141ef0f18)