请问以前的流程可以设置运行次数,更新后怎么实现?
-
此回复已被删除!
-
jh fb 29 start2
cr gumu/gumukou 1 0
go enter;go east
@kill 杨过
@cd
cr over
@renew大佬请问我这个命令行更新后怎么设置运行次数?
-
#input ($repeat) = 重复次数,1 #config ($number)=0 [while] (number) < (repeat) jh fb 29 start2 cr gumu/gumukou 1 0 go enter;go east @kill 杨过 @cd cr over @renew ($number) = (number) + 1
复制上方代码没测试,不会在这论坛格式,就是WHILE后面的行都空2格
-
@老实人 在 欢迎大家在此分享流程,请注意以下几点 中说:
#input ($repeat) = 重复次数,1 #config ($number)=0 [while] (number) < (repeat) jh fb 29 start2 cr gumu/gumukou 1 0 go enter;go east @kill 杨过 @cd cr over @renew ($number) = (number) + 1
复制上方代码没测试,不会在这论坛格式,就是WHILE后面的行都空2格
棒棒哒
-
麻烦问一下 cr指令的作用是?像是
cr gumu/gumukou 1 0
复制上方代码这里的是确认自己是不是在古墓的古墓口这个位置嘛?
另外想问一下...除了上顿号还有没有别的隔开代码的方法鸭,上顿号好像不太好打...虽然也只是我自己的问题; w ;
-
@riga 这个进副本的系统指令就是这样的,我也不知道为什么
顿号是指分号吗?;
这个是 pluginss 规定的,他会按照分号分割指令
-
#select ($_DungeonWaitSkillCD) = Boss战前等待技能冷却,打开|关闭,关闭 #input ($repeat) = 重复次数,1 #config <-recordGains <-stopSSAuto ($num) = 0 [while] (num) < (repeat) @renew jh fb 17 start1;cr cdmengnlin go east @tip 你从巨鳄 go north @tip 你从巨鳄 $wait 6000 go east @tip 你从巨鳄 $wait 6000 go west go north @tip 你从巨鳄 $wait 6000 look lu kan lu go north @tip 你从火龙 go north @tip 你从火龙 go north @tip 你从火龙 go north @tip 惨嚎一声 cr;cr over ($num) = (num) + 1 stopSSAuto-> recordGains-> $to 扬州城-药铺 sell all $zdwk
复制上方代码为什么我加了循环后,一运行,网页就卡住?
-
给你修改了一下,需要有缩进 表示在 while 的作用范围内
-
谢谢,找出原因了,循环下的语句要加4个空格。
-
@Bob-cn 缩进,只能是4个空格吗? 我用Tab网页直接卡死了。也不能是2个空格?
@Bob-cn 在 请问以前的流程可以设置运行次数,更新后怎么实现? 中说:
给你修改了一下,需要有缩进 表示在 while 的作用范围内