- 履歴一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windower/Lua/Buff へ行く。
- 1 (2025-01-13 (月) 11:17:39)
- 2 (2025-01-13 (月) 11:21:30)
- 3 (2025-06-03 (火) 17:29:06)
Id†
- https://github.com/Windower/Lua/wiki/Game-ID-Reference#buff-ids (空っぽ)
- https://github.com/Windower/Resources/blob/master/resources_data/buffs.lua
[69] = {id=69,en="Invisible",ja="インビジ",enl="Invisible",jal="インビジ"}, [70] = {id=70,en="Deodorize",ja="デオード",enl="Deodorize",jal="デオード"}, [71] = {id=71,en="Sneak",ja="スニーク",enl="Sneak",jal="スニーク"},
cancel†
- https://github.com/Windower/Lua/wiki/FFXI-Functions#windowerffxicancel_buffid
windower.ffxi.cancel_buff(id)
.†
- 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