C# Class hds.PlayerHelper

Mostra file Open project: hdneo/mxo-hd

Public Methods

Method Description
changeRsi ( string part, int value ) : byte[]
processChangeMoaRSI ( byte rsi ) : void
processDecreaseCash ( UInt16 amount, UInt16 type ) : void
processFXfromPlayer ( UInt16 viewID, byte animation ) : void
processIncreaseCash ( UInt16 amount, UInt16 type ) : void
processLoadAbility ( byte &packet ) : void
processSelfUpdateHealth ( UInt16 viewId, UInt16 healthC ) : void
processSelfUpdateHealthIS ( UInt16 viewID, UInt16 healthC, UInt16 isC ) : void
processTargetChange ( byte &rpcData, WorldClient currentClient ) : void
processUpdateExp ( ) : void
savePlayerInfo ( WorldClient client ) : void

Helper Methods

teleport ( int x, int y, int z ) : byte[]

Method Details

changeRsi() public method

public changeRsi ( string part, int value ) : byte[]
part string
value int
return byte[]

processChangeMoaRSI() public method

public processChangeMoaRSI ( byte rsi ) : void
rsi byte
return void

processDecreaseCash() public method

public processDecreaseCash ( UInt16 amount, UInt16 type ) : void
amount System.UInt16
type System.UInt16
return void

processFXfromPlayer() public method

public processFXfromPlayer ( UInt16 viewID, byte animation ) : void
viewID System.UInt16
animation byte
return void

processIncreaseCash() public method

public processIncreaseCash ( UInt16 amount, UInt16 type ) : void
amount System.UInt16
type System.UInt16
return void

processLoadAbility() public method

public processLoadAbility ( byte &packet ) : void
packet byte
return void

processSelfUpdateHealth() public method

public processSelfUpdateHealth ( UInt16 viewId, UInt16 healthC ) : void
viewId System.UInt16
healthC System.UInt16
return void

processSelfUpdateHealthIS() public method

public processSelfUpdateHealthIS ( UInt16 viewID, UInt16 healthC, UInt16 isC ) : void
viewID System.UInt16
healthC System.UInt16
isC System.UInt16
return void

processTargetChange() public method

public processTargetChange ( byte &rpcData, WorldClient currentClient ) : void
rpcData byte
currentClient WorldClient
return void

processUpdateExp() public method

public processUpdateExp ( ) : void
return void

savePlayerInfo() public method

Helper Methods
public savePlayerInfo ( WorldClient client ) : void
client WorldClient
return void

teleport() public method

public teleport ( int x, int y, int z ) : byte[]
x int
y int
z int
return byte[]