若是你卡在這里了,那么看看這個攻略吧

思緒1,簡單粗暴,不要慫,就是懟,裝備好就是可覺得所欲為1選擇英雄和編程說話

2選擇裝備

3寫代碼
while True:
enemy = hero.findNearestEnemy()
if enemy:
hero.attack(enemy)

4運行

思緒2,團隊合作,沉著闡發1選擇英雄和編程說話

2【極客戰記-保衛要塞】選擇裝備

3寫代碼
# 殺失落所有進攻的食人魔
# 利用旗子遠離那些危險的食人魔
def xx():
while True:
enemy = hero.findNearestEnemy()
if enemy:
while True:
hero.attack(enemy)
if enemy.health<0:
break
else:
break
while True:
enemy = hero.findNearestEnemy()
if enemy:
#if enemy.type!="munchkin" and enemy.type!="ogre" and enemy.type!="scout" and enemy.type!="shaman":
#hero.say(enemy.type)
if hero.time>30 and (enemy.type=="shaman" or enemy.type=="thrower"):
hero.say("我得跑曩昔打長途了")
xx()
elif hero.pos.x<48:
hero.moveXY(48,26)
hero.shield()
猜你喜歡
- 保衛蘿卜2 第78關通關攻略
- 極客戰記-小心陷阱
- 極客戰記-穿越
- 極客戰記-金幣屑
- 微信保衛蘿卜迅游版第30關攻略
- 極客戰記-If的盛宴
- 極客戰記-Kithgard地牢
- 【保衛蘿卜3】不聯網就能玩的單機模式攻略
- 保衛蘿卜2地下莊園D1攻略 飛機輕松清道具
- 微信保衛蘿卜迅玩版第28關攻略
