C# Class DarkEmu_GameServer.Global.drop_database

Show file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
ID List

Public Methods

Method Description
GetAmount ( byte mobType, string itemType ) : int
GetDrop ( int moblevel, int mobID, string itemType, int filterRace ) : int
GetQuantity ( byte mobType, string itemType ) : byte
GetSpawnType ( string itemType ) : byte
drop_database ( ) : System

Method Details

GetAmount() public method

public GetAmount ( byte mobType, string itemType ) : int
mobType byte
itemType string
return int

GetDrop() public method

public GetDrop ( int moblevel, int mobID, string itemType, int filterRace ) : int
moblevel int
mobID int
itemType string
filterRace int
return int

GetQuantity() public method

public GetQuantity ( byte mobType, string itemType ) : byte
mobType byte
itemType string
return byte

GetSpawnType() public method

public GetSpawnType ( string itemType ) : byte
itemType string
return byte

drop_database() public method

public drop_database ( ) : System
return System

Property Details

ID public property

public List ID
return List