| 这个脚本运作的时候,通灵、冥想、集中三种技能均能同步提升,速度较快。
不需魔法、首饰支持,需船,把船开到无限航道,用EUO读取并运行之,一觉醒来都GM了,呵呵,个人感觉不错,值得推荐。
使用的时候把下面两横线间的脚本复制到EUO脚本窗口栏、然后点击START即可。
initevent setup: chooseskill spir set %currskill #skill msg #smc slow forward$
mainloop: gosub skill gosub check1 goto mainloop
sub skill set %currskill #skill event macro 13 32 wait 15 return
sub check1 wait 15 if #skill > %currskill { msg #smc stop$ set %attempt 1 goto gain } wait 60 return
gain: gosub moveeight nextgain: gosub skill gosub check2 if %attempt < 4 { wait 80 goto nextgain } msg #smc slow forward$ wait 90 goto mainloop
sub moveeight for %i 1 8 { wait 10 msg #smc one forward $ } return
sub check2 wait 10 if #skill > %currskill { wait 15 set %attempt 1 goto gain } set %attempt %attempt + 1 return
|