
按右边joycon最下面小房子图案的home键回到系统主界面,这时可以看到你正在玩的游戏显示正在运行,此时按X或Y键会跳出关闭游戏的选项,然后按A选择关闭游戏,一定不要未关闭游戏就拔出卡带,这样有可能造成卡带损坏。
https://tieba.baidu.com/p/8691976650....
阅读全文

https://segmentfault.com/q/1010000015419627
AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
apache的配置出错
1、打开 /www/server/a....
阅读全文
2023
11-13
Buff/Debuff判断条件:
-------------------------
-if[Not]{Buff,Debuff}Duration{<,>}XXs={buff1,buff2,...} (player only) --buff/debuff持续时间(只能判断玩家本身)
-if[Not]{Buff,Debuff}TitleDuration{<,>}XXs....
阅读全文
2023
11-12
物品判断条件:
----------------
-if[Not]ItemCooldown{<,>}XXs={item1,item2,...} --物品冷却时间
-if[Not]ItemInCooldown={item1,item2,...} --物品冷却中....
阅读全文

定制脚本,不是最终完全形态,但升级够用了。等级不够的可以注释相关技能后使用。
cancelBuff=cat-ifNotHasBuff=thorns-ifHasBuff=cat-ifNotHasBuff=prowl-ifNotInCombat
cancelBuff=bear-ifNotHasB....
阅读全文
2023
11-10
动作判断条件:
----------------
-everyXXs --每隔X秒(X秒内只执行一次)
-if[Not]{Ctrl,Alt,Shift}Down (see note #1) --判断按键是否按下(Ctrl,Alt,Shift),注意使用此判断条件时,不能在游戏内将Ctrl/Alt/Shift键绑定技能,注1
-if[Not]Cooldown{&l....
阅读全文

作者:illyasever https://www.bilibili.com/read/cv20250331/ 出处:bilibili
准备工具1:DBI 2:JKSV 3:一根可以连接游戏机正常使用的type-c数据线
安装完毕游戏后,打开JKSV,切换到Cache选项,按X呼....
阅读全文
2023
11-08
目标判断条件:
----------------
-if[Not]CanDebuff --可以上Debuff
-if[Not]HaveTarget --有目标
-if[Not]TargetAlive --目标存活
-if[Not]TargetAttackable --目标可以被攻击
-if[Not]TargetBoss --目标是Boss
-if[Not]TargetClass=....
阅读全文
玩家、宠物、目标判断条件:
------------------------------
-if[Not]{[Player],Target}{Blocked, Dodged, Parried, Resisted}[{<,>}XX.XXs] (defaults to <5s, see note #11) --玩家,目标格挡,闪避,招架,抵抗,注11
-if[Not]{[P....
阅读全文
宠物判断条件:
----------------
-if[Not]HasPet --已有宠物
-if[Not]PetAlive --宠物存活
-if[Not]Pet{Attacking, Following, Staying, Aggressive, Defensive, Passive} --宠物状态(攻击,跟随,停留,主动型,防御型,被动型)
-if[Not]PetFamily=....
阅读全文