C# Class hds.ServerPackets

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode Description
sendAttribute ( WorldClient client, UInt16 attributeValue, byte type ) : void
sendChatMessage ( WorldClient fromClient, string message, UInt32 charId, string handle, string scope ) : void
sendDeleteViewPacket ( WorldClient client, UInt16 viewIdToDelete ) : void
sendEXPCurrent ( WorldClient client, UInt32 exp ) : void
sendEmotePerform ( WorldClient client, UInt32 emoteID ) : void
sendFactionName ( WorldClient client, UInt32 factionID, string factionName ) : void
sendISCurrent ( WorldClient client, UInt16 innerStrengthValue ) : void
sendInfoCurrent ( WorldClient client, UInt32 info ) : void
sendInventoryItemAdd ( UInt16 freeSlot, UInt32 itemId, ushort amount, UInt16 type, WorldClient client ) : void
sendInventoryItemDelete ( ) : void
sendInventoryItemMove ( UInt16 sourceSlot, UInt16 destSlot, WorldClient client ) : void
sendMarketPlaceList ( WorldClient client ) : void
sendMissionAbort ( WorldClient client ) : void
sendMissionAccept ( WorldClient client, UInt16 contactId, ushort missionId ) : void
sendMissionDownloadMap ( ) : void
sendMissionInfo ( WorldClient client ) : void
sendMissionList ( UInt16 contactId, uint orgID, WorldClient client ) : void
sendMoodChange ( WorldClient client, byte moodByte ) : void
sendPlayFXOnView ( UInt16 viewId, WorldClient client, byte animation, UInt16 incrementCounter ) : void
sendPlayerAnimation ( WorldClient client, String hexAnimation ) : void
sendPlayerAttributes ( WorldClient client ) : void
sendPlayerFriendList ( WorldClient client ) : void
sendPlayerSpawn ( WorldClient receiverClient, WorldClient otherClient, UInt16 viewId ) : void
sendSaveCharDataMessage ( WorldClient client, string handle ) : void
sendSetMissionObjective ( ushort id, ushort state, string missionObjective, WorldClient client ) : void
sendSystemChatMessage ( WorldClient client, string message, string type ) : void
sendTeamCreation ( WorldClient client, string missionTeamName ) : void
sendTeamInvitation ( WorldClient client, string inviterCharname, string missionTeamName ) : void

Method Details

sendAttribute() public méthode

public sendAttribute ( WorldClient client, UInt16 attributeValue, byte type ) : void
client WorldClient
attributeValue System.UInt16
type byte
Résultat void

sendChatMessage() public méthode

public sendChatMessage ( WorldClient fromClient, string message, UInt32 charId, string handle, string scope ) : void
fromClient WorldClient
message string
charId System.UInt32
handle string
scope string
Résultat void

sendDeleteViewPacket() public méthode

public sendDeleteViewPacket ( WorldClient client, UInt16 viewIdToDelete ) : void
client WorldClient
viewIdToDelete System.UInt16
Résultat void

sendEXPCurrent() public méthode

public sendEXPCurrent ( WorldClient client, UInt32 exp ) : void
client WorldClient
exp System.UInt32
Résultat void

sendEmotePerform() public méthode

public sendEmotePerform ( WorldClient client, UInt32 emoteID ) : void
client WorldClient
emoteID System.UInt32
Résultat void

sendFactionName() public méthode

public sendFactionName ( WorldClient client, UInt32 factionID, string factionName ) : void
client WorldClient
factionID System.UInt32
factionName string
Résultat void

sendISCurrent() public méthode

public sendISCurrent ( WorldClient client, UInt16 innerStrengthValue ) : void
client WorldClient
innerStrengthValue System.UInt16
Résultat void

sendInfoCurrent() public méthode

public sendInfoCurrent ( WorldClient client, UInt32 info ) : void
client WorldClient
info System.UInt32
Résultat void

sendInventoryItemAdd() public méthode

public sendInventoryItemAdd ( UInt16 freeSlot, UInt32 itemId, ushort amount, UInt16 type, WorldClient client ) : void
freeSlot System.UInt16
itemId System.UInt32
amount ushort
type System.UInt16
client WorldClient
Résultat void

sendInventoryItemDelete() public méthode

public sendInventoryItemDelete ( ) : void
Résultat void

sendInventoryItemMove() public méthode

public sendInventoryItemMove ( UInt16 sourceSlot, UInt16 destSlot, WorldClient client ) : void
sourceSlot System.UInt16
destSlot System.UInt16
client WorldClient
Résultat void

sendMarketPlaceList() public méthode

public sendMarketPlaceList ( WorldClient client ) : void
client WorldClient
Résultat void

sendMissionAbort() public méthode

public sendMissionAbort ( WorldClient client ) : void
client WorldClient
Résultat void

sendMissionAccept() public méthode

public sendMissionAccept ( WorldClient client, UInt16 contactId, ushort missionId ) : void
client WorldClient
contactId System.UInt16
missionId ushort
Résultat void

sendMissionDownloadMap() public méthode

public sendMissionDownloadMap ( ) : void
Résultat void

sendMissionInfo() public méthode

public sendMissionInfo ( WorldClient client ) : void
client WorldClient
Résultat void

sendMissionList() public méthode

public sendMissionList ( UInt16 contactId, uint orgID, WorldClient client ) : void
contactId System.UInt16
orgID uint
client WorldClient
Résultat void

sendMoodChange() public méthode

public sendMoodChange ( WorldClient client, byte moodByte ) : void
client WorldClient
moodByte byte
Résultat void

sendPlayFXOnView() public méthode

public sendPlayFXOnView ( UInt16 viewId, WorldClient client, byte animation, UInt16 incrementCounter ) : void
viewId System.UInt16
client WorldClient
animation byte
incrementCounter System.UInt16
Résultat void

sendPlayerAnimation() public méthode

public sendPlayerAnimation ( WorldClient client, String hexAnimation ) : void
client WorldClient
hexAnimation String
Résultat void

sendPlayerAttributes() public méthode

public sendPlayerAttributes ( WorldClient client ) : void
client WorldClient
Résultat void

sendPlayerFriendList() public méthode

public sendPlayerFriendList ( WorldClient client ) : void
client WorldClient
Résultat void

sendPlayerSpawn() public méthode

public sendPlayerSpawn ( WorldClient receiverClient, WorldClient otherClient, UInt16 viewId ) : void
receiverClient WorldClient
otherClient WorldClient
viewId System.UInt16
Résultat void

sendSaveCharDataMessage() public méthode

public sendSaveCharDataMessage ( WorldClient client, string handle ) : void
client WorldClient
handle string
Résultat void

sendSetMissionObjective() public méthode

public sendSetMissionObjective ( ushort id, ushort state, string missionObjective, WorldClient client ) : void
id ushort
state ushort
missionObjective string
client WorldClient
Résultat void

sendSystemChatMessage() public méthode

public sendSystemChatMessage ( WorldClient client, string message, string type ) : void
client WorldClient
message string
type string
Résultat void

sendTeamCreation() public méthode

public sendTeamCreation ( WorldClient client, string missionTeamName ) : void
client WorldClient
missionTeamName string
Résultat void

sendTeamInvitation() public méthode

public sendTeamInvitation ( WorldClient client, string inviterCharname, string missionTeamName ) : void
client WorldClient
inviterCharname string
missionTeamName string
Résultat void