# What levels do you need to do to get to the desert after rich forager

**URL:** https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187
**Category:** Uncategorized
**Created:** [June 10, 2015, 12:58pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187 "2015-06-10T12:58:23Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Autri\_Basu](https://avatars.discourse-cdn.com/v4/letter/a/e9a140/32.png) [@Autri\_Basu](https://discourse.codecombat.com/u/Autri_Basu)
#### Post date: [June 10, 2015, 12:58pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/1 "2015-06-10T12:58:23Z")

</div>

I have 175 health on Tharin (i am free to play) and I cant seem to beat this level no matter what. I only have 1736 gems, so getting new gear is out of question. Can someone help me?

---

<div class="post-metadata">

### Author: ![Autri\_Basu](https://avatars.discourse-cdn.com/v4/letter/a/e9a140/32.png) [@Autri\_Basu](https://discourse.codecombat.com/u/Autri_Basu)
#### Post date: [June 10, 2015, 12:59pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/2 "2015-06-10T12:59:05Z")

</div>

also as the title says, after rich forager, which levels do you have to do to get to the desert?

---

<div class="post-metadata">

### Author: ![Magicfloatincow](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/magicfloatincow/32/3855_2.png) [@Magicfloatincow](https://discourse.codecombat.com/u/Magicfloatincow)
#### Post date: [June 10, 2015, 1:09pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/3 "2015-06-10T13:09:35Z")

</div>

Did you or did you not beat the level Siege of stonehold? If you can send me a screenshot of this that would be nice. Do you got access to the dessert I need to know. Your going to have to be more descriptive then that.

---

<div class="post-metadata">

### Author: ![Autri\_Basu](https://avatars.discourse-cdn.com/v4/letter/a/e9a140/32.png) [@Autri\_Basu](https://discourse.codecombat.com/u/Autri_Basu)
#### Post date: [June 10, 2015, 3:26pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/4 "2015-06-10T15:26:39Z")

</div>

no i dont have access to the desert

---

<div class="post-metadata">

### Author: ![Autri\_Basu](https://avatars.discourse-cdn.com/v4/letter/a/e9a140/32.png) [@Autri\_Basu](https://discourse.codecombat.com/u/Autri_Basu)
#### Post date: [June 10, 2015, 3:28pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/5 "2015-06-10T15:28:25Z")

</div>

I dont know where siege of stonehold is

---

<div class="post-metadata">

### Author: ![Magicfloatincow](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/magicfloatincow/32/3855_2.png) [@Magicfloatincow](https://discourse.codecombat.com/u/Magicfloatincow)
#### Post date: [June 10, 2015, 3:29pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/6 "2015-06-10T15:29:38Z")

</div>

So your stuck on rich forager, If so I would like to see your code to see if there can be any improvements.  
siege of stonehold is next level of rich forager. If your code is not working see your code carefully for any Mistypes.

---

<div class="post-metadata">

### Author: ![Autri\_Basu](https://avatars.discourse-cdn.com/v4/letter/a/e9a140/32.png) [@Autri\_Basu](https://discourse.codecombat.com/u/Autri_Basu)
#### Post date: [June 10, 2015, 3:33pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/7 "2015-06-10T15:33:09Z")

</div>

loop:  
flag = self.findFlag()  
enemy = self.findNearestEnemy()  
item = self.findNearestItem()

```
if flag:
    self.pickUpFlag(flag)

elif enemy:
    self.attack(enemy)
    self.attack(enemy)
    self.attack(enemy)
    if self.isReady("cleave"):
        if self.distanceTo(enemy) < 5:
            self.cleave(enemy)
elif item:
        pos = item.pos
        itemX = pos.x
        itemY = pos.y
        self.moveXY(pos.x, pos.y)

```

this is my code

**Merged Multi-post**

i usually die on the last batch of enemies

**Merged Multi-post**

Also which world is the level “Minesweeper” in?

**Merged Multi-post**

i Got a hat which gives me 48 extra health. think thats enough health for me to win?

**Merged Multi-post**

I allso got the rusted iron breastplate

---

<div class="post-metadata">

### Author: ![Magicfloatincow](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/magicfloatincow/32/3855_2.png) [@Magicfloatincow](https://discourse.codecombat.com/u/Magicfloatincow)
#### Post date: [June 10, 2015, 4:12pm UTC](https://discourse.codecombat.com/t/what-levels-do-you-need-to-do-to-get-to-the-desert-after-rich-forager/4187/12 "2015-06-10T16:12:43Z")

</div>

I am trying your code with dragon helmet only.  
[Edit]  
I just think you need more health you can earn gems by simulating games [http://codecombat.com/play/ladder/cavern-survival](http://codecombat.com/play/ladder/cavern-survival)
