Jump to content

Clan System


Aleos

Recommended Posts


  • Group:  Development Manager
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  732
  • Reputation:   525
  • Joined:  12/13/11
  • Last Seen:  

Clan System
As of Git Hash: ecc8cf9, rAthena supports the official Clans!

Features:

  • Requires 2013-12-23 client or newer.
  • Includes the Sword, Arc Wand, Golden Mace, and Cross Bow Clans.
    • Jumping Clan is not yet implemented as more information is needed.
  • Includes official NPC to join and leave Clans.
  • Side note: Confirm your chat window has the Clan Info setting enabled to display messages.
  • Added clan_join and clan_leave script commands.
Quote

*clan_join(<clan id>{,<char id>});

The attached player joins the clan with the <clan id>. On a successful join,
true is returned, else false if the join failed.
If <char id> is specified, the specified player is used rather than the attached one.

---------------------------------------

*clan_leave({<char id>});

The attached player will leave their clan. On a successful leave, true is returned,
else false if the leave failed.
If <char id> is specified, the specified player is used rather than the attached one.

Thanks to @Lemongrass for implementing this!

Don't forget to update your SQL tables with upgrade_20161116.sql!

  • Upvote 11
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...