C# Class BattleNet.AlphaBot

Inheritance: ClientlessBot
Show file Open project: dkuwahara/AlphaBot

Protected Properties

Property Type Description
m_botThread Thread
m_pindle System.Boolean
m_redPortal Entity

Public Methods

Method Description
AlphaBot ( bool pindle, bool eld, bool shenk, DataManager dm, String bnetServer, String account, String password, String classicKey, String expansionKey, uint potlife, uint chickenlife, String binaryDirectory, GameDifficulty difficulty, String gamepass ) : System
BotThreadFunction ( ) : void
DoPindle ( ) : void
EnterRedPortal ( ) : void
MoveToAct5 ( ) : void
ReceivedGameServerPacket ( List data ) : void
ReviveMerc ( ) : bool
VisitMalah ( ) : bool

Private Methods

Method Description
Main ( string args ) : void

Method Details

AlphaBot() public method

public AlphaBot ( bool pindle, bool eld, bool shenk, DataManager dm, String bnetServer, String account, String password, String classicKey, String expansionKey, uint potlife, uint chickenlife, String binaryDirectory, GameDifficulty difficulty, String gamepass ) : System
pindle bool
eld bool
shenk bool
dm DataManager
bnetServer String
account String
password String
classicKey String
expansionKey String
potlife uint
chickenlife uint
binaryDirectory String
difficulty GameDifficulty
gamepass String
return System

BotThreadFunction() public method

public BotThreadFunction ( ) : void
return void

DoPindle() public method

public DoPindle ( ) : void
return void

EnterRedPortal() public method

public EnterRedPortal ( ) : void
return void

MoveToAct5() public method

public MoveToAct5 ( ) : void
return void

ReceivedGameServerPacket() public method

public ReceivedGameServerPacket ( List data ) : void
data List
return void

ReviveMerc() public method

public ReviveMerc ( ) : bool
return bool

VisitMalah() public method

public VisitMalah ( ) : bool
return bool

Property Details

m_botThread protected property

protected Thread m_botThread
return Thread

m_pindle protected property

protected Boolean,System m_pindle
return System.Boolean

m_redPortal protected property

protected Entity m_redPortal
return Entity