-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ranklist完善,主要是nsp_client与nsp_server的完善
未完成:tdb_brief 离线简要数据,需要一开始就汇入到服务器内存 (明天去实现)
- Loading branch information
1 parent
916581c
commit 7350f7b
Showing
13 changed files
with
1,336 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
|
||
��ȡ��ǰ������ʱ�� | ||
/time | ||
|
||
������ | ||
/name ������ | ||
|
||
����ҵȼ� | ||
/lv �ȼ�����(����Ϊ����) | ||
|
||
����ҽ������ | ||
/gold �������(��������) | ||
|
||
������������� | ||
/silver ��������(��������) | ||
|
||
����������Ϣ | ||
������ | ||
enum enum_logic_chat | ||
{ | ||
get_chat_list = 0; // ��ȡ�����б� | ||
chat_speak = 1; // ���� | ||
updata_speck = 2; // �������� | ||
}; | ||
��������: | ||
enum enum_chat_channel | ||
{ | ||
enum_chat_zero = 0; | ||
enum_chat_ordinary = 1; // ���� | ||
enum_chat_cross_ordinary= 2; // ��� | ||
enum_chat_none = 3; // ���� | ||
}; | ||
/chat ���� �������� (����Ϊ1����Ҫ�����������������) | ||
|
||
actor�л�game���� | ||
/switch ��·id | ||
|
||
����һ�������� | ||
/createorder ��ֵid | ||
|
||
��ȡ���� | ||
/notices | ||
|
||
��ȡ�ʼ��б� | ||
/mails | ||
|
||
�������� | ||
/create_family �������� | ||
|
||
��ȡ�����б� | ||
/family | ||
|
||
������� | ||
/join_family ����id | ||
|
||
ȡ��������� | ||
/cancel_join_family ����id | ||
|
||
��������� | ||
/ratify_family | ||
|
||
�ܾ���Ҽ������ | ||
/cede_family ���id | ||
|
||
�뿪���� | ||
/leave_family ����id | ||
|
||
�ľ������� | ||
/change_familyname ����id ������ | ||
|
||
����ǩ�� | ||
/sign_family ����id | ||
|
||
��ȡ���а��б� | ||
������� | ||
enum eranklist | ||
{ | ||
lv = 0; // �ȼ����� | ||
count = 1; | ||
} | ||
/ranklist ����/���(0/1) ������� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.