Method | Description | |
---|---|---|
AddItemToDatabase ( int CharacterItemIndexDestination, uint model, byte type, byte quantity, byte durability, byte plusvalue, byte blueamount ) : void | ||
CreateItem ( |
||
CreateSpawnPacket ( Item general, |
||
DeleteFromDatabase ( int CharacterItemIndexSource ) : void | ||
EquipCape ( int Index_ ) : void | ||
FreeSlot ( int CharacterItemIndex ) : byte | ||
MoveItem ( byte ptr, int Index_ ) : void | ||
MoveItemToDatabase ( int CharacterItemIndexSource, int CharacterItemIndexDestination, string CharacterName ) : void | ||
OnUseItem ( |
Method | Description | |
---|---|---|
CheckItemGender ( |
||
CheckItemLevel ( |
||
EquipItem ( int Index_, int CharacterItemSourceIndex, int CharacterItemDestinationIndex ) : void | ||
UnEnquipShield ( int Index_, int CharacterItemIndex, int CharacterShieldIndex ) : byte | ||
UnEnquipWeapon ( int Index_, int CharacterItemIndex, int CharacterItemSourceIndex ) : byte | ||
UnEquipItem ( int Index_, int CharacterItemSourceIndex, int CharacterItemDestinationIndex ) : void |
public static AddItemToDatabase ( int CharacterItemIndexDestination, uint model, byte type, byte quantity, byte durability, byte plusvalue, byte blueamount ) : void | ||
CharacterItemIndexDestination | int | |
model | uint | |
type | byte | |
quantity | byte | |
durability | byte | |
plusvalue | byte | |
blueamount | byte | |
return | void |
public static CreateItem ( |
||
reader_ | ||
Index_ | int | |
return | void |
public static CreateSpawnPacket ( Item general, |
||
general | Item | |
pos | ||
return | byte[] |
public static DeleteFromDatabase ( int CharacterItemIndexSource ) : void | ||
CharacterItemIndexSource | int | |
return | void |
public static EquipCape ( int Index_ ) : void | ||
Index_ | int | |
return | void |
public static FreeSlot ( int CharacterItemIndex ) : byte | ||
CharacterItemIndex | int | |
return | byte |
public static MoveItem ( byte ptr, int Index_ ) : void | ||
ptr | byte | |
Index_ | int | |
return | void |
public static MoveItemToDatabase ( int CharacterItemIndexSource, int CharacterItemIndexDestination, string CharacterName ) : void | ||
CharacterItemIndexSource | int | |
CharacterItemIndexDestination | int | |
CharacterName | string | |
return | void |
public static OnUseItem ( |
||
reader | ||
Index_ | int | |
return | void |