签到天数: 1 天 [LV.1]无主之魂
网站编辑
- 积分
- 645
- 怒气
- 65
- 声望
- 100
- 战力
- 15
|
輸入上,下,+[寵物技能操作鍵]時
先设置输入指令,再调用触发。
Pvftool写法:
[command]
{6=`(UP)`}
{8=`,`}
{6=`(DOWN)`}
{8=`,`}
{6=`(CREATURE)`}
[/command]
[if]
[use command]
1
[cooltime]
120000
[/if]
--------------------------------------------------------------------------------
DE写法:
暂无
相关参数:
上:UP
下:DOWN
左:LEFT
右:RIGHT
宠物技能键:CREATURE
攻击键:ATTACK
技能1键:SKILL
技能2键:BUFF
SuperPVF的技能指令:
[@05][command]
[@06](UP)
[@08],
[@06](DOWN)
[@08],
[@06](CREATURE)
[@05][/command]
[@05][if]
[@05][use command]
[@02]1
[@05][cooltime]
[@02]15000
[@05][/if]
|
|