24 lines
831 B
Markdown
24 lines
831 B
Markdown
# Auto Fishing Stool
|
|
|
|
Auto Fishing Stool is a small Dalamud plugin that uses `/sit` once after the player enters fishing mode. It waits for fishing to remain active and for any fishing action to finish before sitting.
|
|
|
|
## Build
|
|
|
|
From this directory, run:
|
|
|
|
```powershell
|
|
dotnet build
|
|
```
|
|
|
|
The development DLL is produced at `bin/Debug/AutoFishingStool.dll`.
|
|
|
|
## Load in Dalamud
|
|
|
|
1. Start Final Fantasy XIV through XIVLauncher with Dalamud enabled.
|
|
2. Run `/xlsettings` and open the Experimental tab.
|
|
3. Select `bin/Debug/AutoFishingStool.dll` under Dev Plugin Locations.
|
|
4. Run `/xlplugins` and open Dev Tools, then Installed Dev Plugins.
|
|
5. Enable Auto Fishing Stool.
|
|
|
|
The development plugin location only needs to be added once. Rebuild the plugin and reload it from the installed development plugins screen after future changes.
|