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

Feat(Methods/Guild): Add new Guild methods #228

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

iThorgrim
Copy link

This pull request introduces a series of new API functions for the Guild system in mod-Eluna.

The new features include methods for setting guild names, updating member data, sending messages, handling guild bank transactions, and more.

New Functions

1. Guild Name Management

  • SetName: Updates the name of a specific guild.

2. Member Data Management

  • UpdateMemberData: Updates a player’s data in the guild member list.

3. Messaging

  • SendMessage: Sends a message to the guild from a specific player, with support for officer-only messages and languages.

4. Event Invitations

  • MassInviteToEvent: Invites guild members to events based on level and rank filters.

5. Guild Bank Management

  • SwapItems: Transfers items between tabs and slots in the guild bank.
  • SwapItemsWithInventory: Allows swapping of items between the guild bank and a player’s inventory.
  • ModifyBankMoney: Deposits or withdraws money from the guild bank.
  • GetTotalBankMoney: Retrieves the total money in the guild bank.

6. Guild Metadata

  • GetCreatedDate: Returns the date the guild was created.
  • ResetTimes: Resets the daily withdrawal item's for all guild members.

@iThorgrim iThorgrim changed the title New Guild API Features Feat(Methods/Guild): Add new Guild methods Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant