Property | Type | Description | |
---|---|---|---|
aggregateHunt | bool | ||
clearOnStartup | bool | ||
dbtableid | int | ||
name | string | ||
sideHunt | bool | ||
temporary | bool | ||
totalExp | long | ||
totalTime | double | ||
trackAllCreatures | bool | ||
trackedCreatures | string |
Method | Description | |
---|---|---|
AddItem ( Item item, int count ) : void | ||
AddKillToHunt ( int>.Tuple |
||
AddSkin ( string message, Tibialyzer.Creature cr, Item item, int count, string timestamp ) : void | ||
AddUsedItems ( Dictionary |
||
AddUsedItems ( int>.List |
||
ContainsLootCreature ( Tibialyzer.Creature cr ) : bool | ||
DeleteCreature ( Tibialyzer.Creature cr ) : void | ||
DeleteCreatureWithThreshold ( int killThreshold ) : void | ||
DeleteLogMessage ( string logMessage ) : bool | ||
GetCreatureKills ( ) : int>.Dictionary |
||
GetCreatureKills ( Tibialyzer.Creature filter ) : int>.Dictionary |
||
GetCreatureKills ( List |
||
GetHighestKillCreature ( ) : Tibialyzer.Creature | ||
GetTableName ( ) : string | ||
GetTrackedCreatures ( ) : List |
||
GetUsedItems ( ) : int>>.List |
||
GetWasteTableName ( ) : string | ||
IterateCreatures ( ) : IEnumerable |
||
IterateLogMessages ( ) : IEnumerable |
||
IterateLoot ( ) : IEnumerable |
||
RefreshLootCreatures ( ) : List |
||
Reset ( int clearMinutes ) : void | ||
ToString ( ) : string |
public AddItem ( Item item, int count ) : void | ||
item | Item | |
count | int | |
return | void |
public AddKillToHunt ( int>.Tuple |
||
resultList | int>.Tuple | |
t | string | |
message | string | |
return | void |
public AddSkin ( string message, Tibialyzer.Creature cr, Item item, int count, string timestamp ) : void | ||
message | string | |
cr | Tibialyzer.Creature | |
item | Item | |
count | int | |
timestamp | string | |
return | void |
public AddUsedItems ( Dictionary |
||
newItems | Dictionary |
|
return | bool |
public AddUsedItems ( int>.List |
||
items | int>.List | |
return | void |
public ContainsLootCreature ( Tibialyzer.Creature cr ) : bool | ||
cr | Tibialyzer.Creature | |
return | bool |
public DeleteCreature ( Tibialyzer.Creature cr ) : void | ||
cr | Tibialyzer.Creature | |
return | void |
public DeleteCreatureWithThreshold ( int killThreshold ) : void | ||
killThreshold | int | |
return | void |
public DeleteLogMessage ( string logMessage ) : bool | ||
logMessage | string | |
return | bool |
public GetCreatureKills ( ) : int>.Dictionary |
||
return | int>.Dictionary |
public GetCreatureKills ( Tibialyzer.Creature filter ) : int>.Dictionary |
||
filter | Tibialyzer.Creature | |
return | int>.Dictionary |
public GetCreatureKills ( List |
||
filterCreatures | List |
|
return | int>.Dictionary |
public GetHighestKillCreature ( ) : Tibialyzer.Creature | ||
return | Tibialyzer.Creature |