#author("2024-11-20T06:41:23+00:00","default:yoya","yoya")
#author("2025-01-01T14:41:14+00:00","default:yoya","yoya")
[[FF11]] | [[Windower]] | [[Lua]]
- https://github.com/Windower/Lua/wiki
-- https://github.com/Windower/Lua/wiki/Functions
- https://github.com/Windower/Lua/wiki/Game-ID-Reference
- https://github.com/Windower/Lua/wiki/FFXI-Functions#windowerffxiget_abilities
- https://github.com/Windower/Lua/wiki/FFXI-Functions#windowerffxiget_party
- https://docs.windower.net/commands/keymapping/
- [[Windower/Lua/Bags]]
- [[Windower/Lua/Trade]]
- [[Windower/Lua/Item]]
- [[Windower/Lua/Warp]]
* Enter入力 [#p1e3200d]
- https://forums.windower.net/index.php@sharelink=download%3BaHR0cDovL2ZvcnVtcy53aW5kb3dlci5uZXQvaW5kZXgucGhwPy90b3BpYy82MTQtbHVhLWhvdy10by1zZW5kLWEtc3BlY2lmaWMta2V5LXRvLWNsaWVudC1yZWctZW50ZXItb3Iv%3BTFVBOiBIb3cgdG8gc2VuZCBhIHNwZWNpZmljIGtleSB0byBjbGl.html
>
Like i said, i want to simulate ENTER to advance a cutscene or - to open the main menu. Very simple. I tried
windower.send_command('setkey enter down;setkey enter up')
and that worked. It's not pretty but it does the trick.
- Addon の Enternity で十分かも?
* サンプル [#f1047587]
- キャラクターを移動させる
-- https://yyoshisaur.hatenablog.com/entry/2020/12/14/200000
- モンスターに自動追随?
-- https://github.com/SammehFFXI/FFXIAddons/blob/master/mobmon/mobmon.lua
- これは?
-- https://github.com/ekrividus/autoAssist/blob/main/autoAssist.lua
* その他 [#d9021016]
- https://docs.windower.net/addons/gearswap/reference/
- WindowerのLuaは特殊バージョン
-- https://yamamikan.blogspot.com/2018/12/windowerlua_11.html
- S{}ってなんだ!?
-- https://yamamikan.blogspot.com/2018/12/s.html