Skip to content

Instantly share code, notes, and snippets.

@sruon
sruon / CEXI.bat
Created February 27, 2025 08:06
CEXI Windower
@echo off
echo NOTE: Make sure this .bat file is located in the C:\catseyexi\catseyexi-client\Game directory (or whichever folder you installed)
echo.
net session >nul 2>&1
if %errorLevel% == 0 (
echo Administrative permissions confirmed.
echo.
echo This .bat will re-register FFXi.dll, FFXiMain.dll, and FFXiVersions.dll for this folder's install.
echo If you have placed this Switch.bat correctly per the note above, hit any key to continue.
pause
@sruon
sruon / aaev.lua
Created January 26, 2025 10:44
ArkEV LSB
-----------------------------------
-- Trust: AAEV
-----------------------------------
---@type TSpellTrust
local spellObject = {}
spellObject.onMagicCastingCheck = function(caster, target, spell)
return xi.trust.canCast(caster, spell)
end
@sruon
sruon / automatontest.lua
Created January 20, 2025 07:49
LSB command to test PUP attachments
-----------------------------------
-- func: automatontest
-- desc: equips and test every attachments, creates a CSV with the results
-- note: For testing only (GM level 5)
-----------------------------------
---@type TCommand
local commandObj = {}
commandObj.cmdprops =
{