Rebornbuddy
|
Handles fishing related information. More...
Public Types | |
enum | AvailableMooch : byte { None = 0 , Mooch = 1 , MoochTwo = 2 , Both = Mooch | MoochTwo } |
Static Public Member Functions | |
static bool | CanHookId (uint HookSpellId) |
Checks if the given hook spell can be cast. | |
static void | Chum () |
Attempts to cast the Chum action. | |
static void | Hook () |
Attempts to cast the regular hook. | |
static bool | CanHookSpecial (uint hookId) |
Checks if the given hook spell can be cast. | |
static void | HookSpecial (uint hookId) |
Attempts to cast one of the hook ids. | |
static bool | CanCastPatience (uint patienceId) |
Checks if Patience(4102) or Patience II (4106) can be cast. | |
static void | Patience (uint patienceId) |
Attempts to cast Patience(4102) or Patience II (4106) can be cast. | |
static RunStatus | Mooch () |
Attempts to cast Mooch. | |
static RunStatus | MoochTwo () |
Attempts to cast Mooch II. | |
static void | Cast () |
Attempts to Cast. |
Static Public Attributes | |
const uint | RegularHook = 296 |
Regular hook id. | |
const uint | PowerfullHook = 4103 |
Powerful hook id. | |
const uint | PrecisionHook = 4179 |
Precision hook id. | |
static int | MoochLevel |
Counter indicating the current mooch level. | |
static readonly WaitTimer | ChumLockTimer = new WaitTimer(new TimeSpan(0, 0, 0, 0, 250)) |
Timer used to prevent chum from being spammed. |
Properties | |
static IntPtr | Base [get] |
Base pointer for fishing stuff might usful for information not directly provided. | |
static FishingState | State [get] |
Gets the current FishingState | |
static uint | SelectedBaitItemId [get] |
Gets the itemid that is currently selected as the active bait. | |
static bool | HasPatience [get] |
Checks if the Patience Aura is currently active. | |
static TugType | TugType [get] |
Gets the current TugType on the line. | |
static bool | CanChum [get] |
Checks if Chum can be used. | |
static bool | CanHook [get] |
Checks if the regular hook can be used. | |
static bool | CanMooch [get] |
Checks if regular mooch can be done. | |
static AvailableMooch | CanMoochAny [get] |
Checks if any level of mooching is possible. |
Handles fishing related information.
enum ff14bot.Managers.FishingManager.AvailableMooch : byte |
|
static |
Checks if Patience(4102) or Patience II (4106) can be cast.
patienceId |
|
static |
Checks if the given hook spell can be cast.
HookSpellId |
|
static |
Checks if the given hook spell can be cast.
hookId |
|
static |
Attempts to Cast.
|
static |
Attempts to cast the Chum action.
|
static |
Attempts to cast the regular hook.
|
static |
Attempts to cast one of the hook ids.
hookId |
|
static |
Attempts to cast Mooch.
|
static |
Attempts to cast Mooch II.
|
static |
Attempts to cast Patience(4102) or Patience II (4106) can be cast.
patienceId |
|
static |
Timer used to prevent chum from being spammed.
|
static |
Counter indicating the current mooch level.
|
static |
Powerful hook id.
|
static |
Precision hook id.
|
static |
Regular hook id.
|
staticget |
Base pointer for fishing stuff might usful for information not directly provided.
|
staticget |
Checks if Chum can be used.
|
staticget |
Checks if the regular hook can be used.
|
staticget |
Checks if regular mooch can be done.
|
staticget |
Checks if any level of mooching is possible.
|
staticget |
Checks if the Patience Aura is currently active.
|
staticget |
Gets the itemid that is currently selected as the active bait.
|
staticget |
Gets the current FishingState