#author("2025-03-10T03:49:58+00:00","default:yoya","yoya")
#author("2025-03-10T03:50:27+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/Warp]] (移動)
- [[Windower/Lua/Item]] (アイテム)
- [[Windower/Lua/Bags]] (バッグ、収納)
- [[Windower/Lua/Trade]] (アイテム交換)
- [[Windower/Lua/Equip]] (装備)
- [[Windower/Lua/Equip]] (装備、武器、装束)
- [[Windower/Lua/Sell]] (売る)
- [[Windower/Lua/Buy]] (購入)
- [[Windower/Lua/Buy]] (買う)
- [[Windower/Lua/Buff]] (強化)
- [[Windower/Lua/Pet]] (ペット)
- [[Windower/Lua/IPC]] (内部通信)
* 入門 [#j7eceb10]
- Lua Guide for programmers
-- https://forums.windower.net/index.php@sharelink=download%3BaHR0cDovL2ZvcnVtcy53aW5kb3dlci5uZXQvaW5kZXgucGhwPy90b3BpYy82OTctbHVhLWd1aWRlLWZvci1wcm9ncmFtbWVycy8,%3BTHVhIEd1aWRlIGZvciBwcm9ncmFtbWVycw,,.html
-- Here are some of my major dislikes with the language: ([[Lua/Defact#windower]])
--- https://forums.windower.net/index.php@sharelink=download%3BaHR0cDovL2ZvcnVtcy53aW5kb3dlci5uZXQvaW5kZXgucGhwPy90b3BpYy82OTctbHVhLWd1aWRlLWZvci1wcm9ncmFtbWVycy8,%3BTHVhIEd1aWRlIGZvciBwcm9ncmFtbWVycw,,.html#entry4230
* 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