Skip to content

aregowe/auto_samurai_ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Auto Samurai WS

A Windower 4 addon for Final Fantasy XI that automatically executes Samurai weaponskills at configurable TP thresholds with GearSwap integration.

Features

  • Automatic Weaponskill Execution: Fires your chosen weaponskill when TP threshold is reached
  • GearSwap Integration: Automatically swaps to pre-WS and post-WS equipment sets
  • Configurable Settings: Customize TP threshold, equipment sets, and timing
  • On-Screen Display: Real-time display showing current WS, TP threshold, and current TP
  • Quick WS Switching: Change weaponskills on-the-fly with simple commands
  • Short Name Support: Use abbreviated names like "fudo" instead of "Tachi: Fudo"

Installation

  1. Place the auto_samurai_ws folder in your Windower addons directory
  2. Load the addon in-game with: //lua load auto_samurai_ws
  3. Configure your settings by editing the USER CONFIGURATION section in auto_samurai_ws.lua

Configuration

Edit the top section of auto_samurai_ws.lua:

local ws_name = "Tachi: Fudo"  -- Default weaponskill
local equip_pre  = 11          -- GearSwap set before WS
local equip_post = 12          -- GearSwap set after WS
local tp_threshold = 2500      -- Minimum TP to trigger WS
local wait_pre     = 1         -- Wait before WS (seconds)
local wait_post    = 2         -- Wait after WS (seconds)
local ws_cooldown  = 1.0       -- Cooldown between attempts

Commands

  • //asws - Display current weaponskill
  • //asws status - Show all current settings
  • //asws <ws_name> - Change weaponskill (e.g., //asws fudo or //asws Tachi: Shoha)

Supported Weaponskill Shortcuts

  • fudo → Tachi: Fudo
  • shoha → Tachi: Shoha
  • kasha → Tachi: Kasha
  • gekko → Tachi: Gekko
  • yukikaze → Tachi: Yukikaze
  • jinpu → Tachi: Jinpu
  • kagero → Tachi: Kagero
  • rana → Tachi: Rana
  • kaiten → Tachi: Kaiten
  • enpi → Tachi: Enpi
  • hobaku → Tachi: Hobaku
  • goten → Tachi: Goten
  • ageha → Tachi: Ageha
  • koki → Tachi: Koki

Requirements

  • Windower 4
  • GearSwap addon (for equipment swapping functionality)

Version

Current Version: 1.9

Author

TheGwardian

License

This addon is provided as-is for use with Windower 4 and Final Fantasy XI.

About

Windower 4 addon for FFXI Samurai job - Automated weaponskill execution at configurable TP thresholds with GearSwap integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages