📄 bot - code reference.txt
字号:
[ Commands ]
/command Sends specified string as command Syntax丗/command /wave
/end End statement Syntax丗/end
/foreground Make specified window foremost Syntax丗/foreground FFXiApp
/keypush Presses specified key Syntax丗/keypush VK_A
/keydown Presses and holds specified key Syntax丗/keydown VK_A
/keyup Releases specified key Syntax丗/keyup VK_A
/log Shows specified string in the log Syntax丗/log text,0
/loop Specifies frequency between loop tags Syntax丗/loop 5 LOOP
/macro Executes specified macro Syntax丗/macro C0
/searchnpcid Sets target ID Syntax丗/searchnpcid 1
/wait Sets specified Wait time Syntax丗/wait 1000
/warp Warps to specified coordinates Syntax丗/warp 1.0,1.0,1.0
[ Details ]
丒/keypush /keydown /keyup
Refer to the list below for the specified key code.
丒/log
"," is placed at end of character string then 0 - 9
丒/loop
/loop Frequency Tag
Syntax丗
<LOOP>
/command /wave
/loop 5 LOOP
丒/macro
C0=Ctrl1,A0=Alt1
0-9 possible
丒/searchnpcid
Use NPC.exe to find ID
It reacts when targets X-coordinate changes, or HP goes from 0% to 100%
丒/warp
The location information from POS can be used (ie /warp 4.581819,-2.000000,5.914192)
[ Key Codes ]
VK_BACK
VK_TAB
VK_RETURN
VK_SHIFT
VK_CONTROL
VK_ESCAPE
VK_SPACE
VK_END
VK_HOME
VK_LEFT
VK_UP
VK_RIGHT
VK_DOWN
VK_PRINT
VK_SNAPSHOT
VK_INSERT
VK_DELETE
VK_HELP
VK_0 ~ VK_9
VK_A ~ VK_Z
VK_NUMPAD0 ~ VK_NUMPAD9
VK_MULTIPLY
VK_ADD
VK_SEPARATOR
VK_SUBTRACT
VK_DECIMAL
VK_DIVIDE
VK_F1 ~ VK_F12
VK_NUMLOCK
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -