This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------------- | |
-- Trust: AAEV | |
----------------------------------- | |
---@type TSpellTrust | |
local spellObject = {} | |
spellObject.onMagicCastingCheck = function(caster, target, spell) | |
return xi.trust.canCast(caster, spell) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------------- | |
-- 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 = | |
{ |