過不去的看看這個
 腳色
 裝備
 方針
 
 默認代碼
 代碼
# 逃離右邊的地圖
# 為了逃走的雪人,你必需讓本身更快。
# 利用resetCooldown來施法更頻仍
# manaBlast能幫我們清理道路
while True:
if hero.canCast("haste", hero):
hero.cast("haste", hero)
else:
cooldown = hero.getCooldown("haste")
if cooldown!=0:
hero.resetCooldown("haste")
hero.move({'x': hero.pos.x+100, 'y': hero.pos.y})
if hero.pos.x>107:
hero.manaBlast()
 過關
 0 篇文章
如果覺得我的文章對您有用,請隨意打賞。你的支持將鼓勵我繼續創作!