suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

(Help) List of guilds #2330

Closed RafaelRBizachi closed 8 months ago

RafaelRBizachi commented 9 months ago

I'm trying to create a list of created guilds where the player who doesn't have a guild can see existing guilds and request access With this, the guild leader receives the request and decides whether to accept it or not.

I added the UI Guild List script, prepared the prefab with the buttons by calling the OnClickSendGuildRequest() function, but when I start the server and create some guilds this menu is not populated with the created guilds so that other players can send the request

Maybe I was wrong and this script doesn't work for that

insthync commented 8 months ago

The service is not implemented yet :P

RafaelRBizachi commented 8 months ago

Ah, I understand, and I saw the same scripts as friendRequest and I thought it was already implemented🥹, thank you for your patience