Updated 317 Send message (mediawiki)

This commit is contained in:
Pure_ 2015-07-05 21:56:37 +01:00
parent 6c47900c6a
commit 658a37804d
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
=== Description ===
Sends a server side message (e.g. 'Welcome to RuneScape'), or trade/duel request (:tradereq:playername and :duelreq:playername) to the client.
Sends a server side message (e.g. 'Welcome to RuneScape'), or trade/duel/challenge request.
The format for sending such requests is: '[player name][request type]'. Where request type can be one of the following: ':duelreq:', ':chalreq:' or ':tradereq:'. An example for trading the player 'mopar' would be: 'mopar:tradereq:'.
=== Packet Structure ===