Property | Type | Description | |
---|---|---|---|
AcceptStateMe | int | ||
AcceptStatePartner | int | ||
Billance | double | ||
Donating | bool | ||
Gambling | bool | ||
Giving | bool | ||
MyItemList | |||
PartnerTradeItemsList | |||
PutOnSale | bool | ||
SentThanks | bool | ||
TradeTimer | System.Timers.Timer | ||
Trading | bool | ||
claimingPrize | bool | ||
depositMade | bool | ||
idleTradeTime | int | ||
idleWarningSent | bool | ||
invalidItem | bool | ||
itemTraded | bool | ||
itemsFoundInStorage | bool | ||
makingDeposit | bool | ||
makingWithdraw | bool | ||
openingStorage | bool | ||
storageAvailable | bool | ||
storageOpen | bool | ||
totalCalculated | bool | ||
totalOwed | double | ||
username | string | ||
withdrawMade | bool |
Method | Description | |
---|---|---|
AddTrade ( int KnownItemsSqlID, double price, uint quantity, string action ) : void | ||
AmITrading ( ) : bool | ||
LogTrade ( ) : void | ||
PutItemsOnTrade ( int SQLID, uint quantity ) : uint | ||
PutItemsOnTrade ( int SQLID, uint quantity, bool fromInventory ) : uint | ||
TradeHandler ( |
||
stopTimer ( ) : void |
Method | Description | |
---|---|---|
CheckBuyingItems ( TradeItem &MyTradeItem ) : bool | ||
GET_TRADE_ABORT ( byte buffer ) : void | ||
GET_TRADE_ACCEPT ( byte buffer ) : void | ||
GET_TRADE_OBJECT ( byte buffer ) : void | ||
GET_TRADE_REJECT ( byte buffer ) : void | ||
GET_YOUR_TRADE_OBJECTS ( byte data ) : void | ||
INVENTORY_ITEM_TEXT ( byte data ) : void | ||
OnGotAbortTrade ( object sender, System e ) : void | ||
OnGotCommand ( object sender, |
||
OnGotNewInventoryList ( object sender, cs_elbot.Inventory e ) : void | ||
OnGotPM ( object sender, BasicCommunication e ) : void | ||
OnGotTradeRequest ( object sender, BasicCommunication e ) : void | ||
OnGotTradeRequest ( object sender, BasicCommunication e, bool junk ) : void | ||
REMOVE_TRADE_OBJECT ( byte buffer ) : void | ||
STORAGE_ITEMS ( byte data ) : void | ||
STORAGE_LIST ( byte data ) : void | ||
STORAGE_TEXT ( byte data ) : void | ||
TradeTimer_Tick ( object sender, System eArgs ) : void | ||
doTotal ( string username, bool fromPM ) : void |
public AddTrade ( int KnownItemsSqlID, double price, uint quantity, string action ) : void | ||
KnownItemsSqlID | int | |
price | double | |
quantity | uint | |
action | string | |
return | void |
public PutItemsOnTrade ( int SQLID, uint quantity ) : uint | ||
SQLID | int | |
quantity | uint | |
return | uint |
public PutItemsOnTrade ( int SQLID, uint quantity, bool fromInventory ) : uint | ||
SQLID | int | |
quantity | uint | |
fromInventory | bool | |
return | uint |
public TradeHandler ( |
||
MyTCPWrapper | ||
MyMessageParser | BasicCommunication | |
MyMySqlManager | ||
MyInventory | cs_elbot.Inventory | |
MyActorHandler | AdvancedCommunication | |
MyLogger | Logger | |
MyStorage | cs_elbot.Storage | |
MyErrorHandler | cs_elbot.errorHandler | |
MyHelpCommandHandler | AdvancedCommunication | |
return | System |
public ArrayList,System.Collections MyItemList | ||
return |
public Hashtable,System.Collections PartnerTradeItemsList | ||
return |