Clans REBORN

Clans REBORN 3.0.45

Refactored hooks to work in unison with the universal Clans API

Added hooks
"OnClanAllianceCreated(string tag, string alliedTag)"
"OnClanAllianceDissolved(string tag, string alliedTag)"
"OnClanMemberJoined(string tag, ulong joining, List<ulong> members)"
"OnClanMemberJoined(string tag, string joining, List<string> members)"
"OnClanMemberGone(string tag, ulong leaving, List<ulong> members)"
"OnClanMemberGone(string tag, string leaving, List<string> members)"
"OnClanDisbanded(string tag, List<ulong> members)"
"OnClanDisbanded(string tag, List<string> members)"

Deprecated hooks
"OnClanMemberJoined(ulong joining, string tag)"
"OnClanMemberJoined(string joining, List<ulong> members)"
"OnClanMemberGone(ulong leaving, string tag)"
"OnClanMemberGone(ulong leaving, List<ulong> members)"
"OnClanDisbanded(string tag)"
"OnClanDisbanded(List<ulong> members)"
This is for the upcoming Rust update. Do not update prior to the game update
This is for the upcoming Rust update. Do not install prior to the game update
Update deprecated hook
  • Like
Reactions: NikoStreamsVT(real)
Removed Oxide hook for Rust team leader promotion
Added harmony patches for both forms of Rust team promotion since only the look at variant is covered by the hook
Promoting to team leader via Rust team sets the promoted player to clan leader instead of just bumping their clan role to the next level. The previous clan leader takes the previous role of the newly promoted player.
Changed to make ClansUI work with Carbons compiler
Updated for pool changes
Revert because I am an idiot
This is for the coming Rust update. Do not update prior

Pool changes per Rust update
Cast userID arguments in hooks using to ulong