Skip to content

Commit

Permalink
Archdragon peak bell ringing implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Sep 1, 2021
1 parent 6689e8d commit 5bc00c8
Show file tree
Hide file tree
Showing 10 changed files with 212 additions and 173 deletions.
4 changes: 2 additions & 2 deletions Protobuf/Frpg2RequestMessage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ message RequestRejectVisitResponse {

message RequestNotifyRingBell {
required uint32 online_area_id = 1;
required bytes metadata = 2; // "\001\000\000\000\004\000\000\000\001\000\000\000"
required bytes data = 2; // "\001\000\000\000\004\000\000\000\001\000\000\000"
}

message RequestNotifyRingBellResponse {
Expand All @@ -1003,7 +1003,7 @@ message PushRequestNotifyRingBell {
required PushMessageId push_message_id = 1; // Almost certainly a push message id.
required uint32 player_id = 2;
required uint32 online_area_id = 3;
required bytes metadata = 4; // "\001\000\000\000\004\000\000\000\002\000\000\000" or "\001\000\000\000\004\000\000\000\001\000\000\000"
required bytes data = 4; // "\001\000\000\000\004\000\000\000\002\000\000\000" or "\001\000\000\000\004\000\000\000\001\000\000\000"
}

// ------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ We're slowly going through and implementing all the games online functionality,
- [x] Visitors (Summoning via covenant)
- [x] Matchmaking (eg. Correctly matching summoning/invasions/visits with player level)
- [x] Roster of knights
- [x] Archdragon peak bell ringing
- [ ] Undead match
- [ ] Archdragon peak bell ringing
- [ ] Telemetry and misc server calls
- [ ] Regulation file distribution (likely won't be implemented as it involves distributing copyrighted content)

Expand Down
80 changes: 40 additions & 40 deletions Source/Server/Protobuf/Frpg2RequestMessage.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5bc00c8

Please sign in to comment.