43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
# AutoFish module
|
|
AutoFish.Enabled = 1
|
|
|
|
# Delay between checking the bobber for a fish
|
|
# Values: 0-15000
|
|
AuoFish.TickMs = 200
|
|
|
|
# Max distance to look for your own Bobber
|
|
# Values: 1.0-100.0
|
|
AutoFish.ScanRange = 30.0
|
|
|
|
# Bobber entries to watch
|
|
# Values: ID(s) of the bobber entities, comma separated
|
|
AutoFish.BobberEntries = 35591
|
|
|
|
# Automatically loot fish
|
|
# Values: 1 for on, 0 for off
|
|
AutoFish.ServerAutoLoot = 1
|
|
|
|
# Automatically Recast the fishing line
|
|
# Values: 1 for on, 0 for off
|
|
AutoFish.AutoRecast = 1
|
|
|
|
# Delay before recasting the fishing line
|
|
# Values:
|
|
AutoFish.RecastDelayMs = 500
|
|
|
|
# Spell ID used to recast the fishing line
|
|
# Values: Spell ID of "Fishing"
|
|
AutoFish.RecastSpell = 18248
|
|
|
|
# Delay before looting from the loot window)
|
|
# Values: 0-3000
|
|
AutoFish.AutoLootDelayMs = 120
|
|
|
|
# Bag item required to activate autofish
|
|
# Values: Item ID, if 0 then no item required
|
|
AutoFish.RequiredItemId = 0
|
|
|
|
# Equipped item required to activate autofish
|
|
# Values: Item ID, if 0 then no item required
|
|
AutoFish.RequiredEquipId = 0
|