- 履歴一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windower/Lua/Buff へ行く。
- 1 (2025-01-13 (月) 11:17:39)
- 2 (2025-01-13 (月) 11:21:30)
- 3 (2025-06-03 (火) 17:29:06)
- https://github.com/banggugyangu/LuaCast/blob/master/ffxi/buff.lua
local self = get_player() for k,v in pairs( self.Buffs ) do
- https://fr.ffxiah.com/forum/topic/56399/handling-buffs-and-debuffs/
function undoom() local player = windower.ffxi.get_player() if S(player.buffs):contains(15) then send_command('@input /item "Holy Water" <me>') end end