while True:
item = hero.findNearestItem() # Tìm món đồ gần nhất
if item:
# Lưu vị trí của món đồ vào các biến x và y
itemposx = item.pos.x
itemposy = item.pos.y
hero.moveXY(itemposx,itemposy) # Di chuyển đến vị trí món đồ
pass
Hello and welcome to the codecombat discourse, @Ph_m_Th_Ng_c_L! If you haven’t already, please read the rules here: Welcome to CodeCombat Discourse Forums!
unfortunately I think your hero is too slow for this level
some of the levels don’t work if you use subscription heroes, especially Okar, without using the Speed Ring.
If you switch to a faster hero or equip the Speed Ring it should work
Try using amara arrowhead she has decent speed and she is free

