青城山副本流程
-
小号刷踏歌顺便搞了个
// raid.flow #select ($_DungeonWaitSkillCD) = Boss战前等待技能冷却,打开|关闭,关闭 #input ($repeat) = 重复次数,1 #config <-recordGains <-stopSSAuto ($num) = 0 [while] (num) < (repeat) @tidyBag @renew jh fb 13 start1 cr wuyue/qingcheng/shanlu go westup @kill 青城派弟子,青城派弟子 go north go northup go eastup @kill 青城派弟子,青城派弟子 go northup @kill 洪人雄 go north[3] @kill 于人豪 go north @kill 侯人英,罗人杰 go south,go east @kill 余人彦 go north [if] (_DungeonWaitSkillCD) == 打开 @cd @kill 余沧海 cr;cr over @tidyBag ($num) = (num) + 1 stopSSAuto-> recordGains-> $zdwk
复制上方代码
-
boss战前血量恢复怎么搞啊?
-
@liaoshang
-
@矮大瓜 等待CD应该在go north的前面,不然往上走了以后就自动进入战斗了
// raid.flow // raid.flow #select ($_DungeonWaitSkillCD) = Boss战前等待技能冷却,打开|关闭,关闭 #input ($repeat) = 重复次数,1 #config <-recordGains <-stopSSAuto ($num) = 0 [while] (num) < (repeat) @tidyBag @renew jh fb 13 start1 cr wuyue/qingcheng/shanlu go westup @kill 青城派弟子,青城派弟子 go north go northup go eastup @kill 青城派弟子,青城派弟子 go northup @kill 洪人雄 go north[3] @kill 于人豪 go north @kill 侯人英,罗人杰 go south,go east @kill 余人彦 [if] (_DungeonWaitSkillCD) == 打开 @cd go north @kill 余沧海 cr;cr over @tidyBag ($num) = (num) + 1 stopSSAuto-> recordGains-> $zdwk
复制上方代码
-
@有生之年 又学到了,我刚自己写云梦沼泽的,不懂添加刷本次数和等待cd的语句,刚好学到了。