# How do you make sure that hero.consecrate() is ready?

**URL:** https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398
**Category:** Level Help
**Created:** [November 14, 2020, 8:10pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398 "2020-11-14T20:10:10Z")
**Posts on this page:** 18
**Page:** 1

<div class="post-metadata">

### Author: ![The\_Master\_Coder](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/the_master_coder/32/32336_2.png) [@The\_Master\_Coder](https://discourse.codecombat.com/u/The_Master_Coder)
#### Post date: [November 14, 2020, 8:10pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/1 "2020-11-14T20:10:10Z")

</div>

I recently bought the Order of the Paladin and I have no idea how to use it! And how to make sure that it is ready. I am a KID. 8-year-old to be exact. I am not a subscriber. So you might want to help. Please help @Deadpool198, @Eric_Tang, @xython, @Code_Master, @Lydia_Song, @abc, or anybody!

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 14, 2020, 8:31pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/2 "2020-11-14T20:31:59Z")

</div>

consecrate has no cooldown also please do not summon that much people also I am 8 to!

---

<div class="post-metadata">

### Author: ![The\_Master\_Coder](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/the_master_coder/32/32336_2.png) [@The\_Master\_Coder](https://discourse.codecombat.com/u/The_Master_Coder)
#### Post date: [November 14, 2020, 8:34pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/3 "2020-11-14T20:34:12Z")

</div>

Oh! I never knew you were 8 too! Umm, I asked how you can make sure consecrate —\> isReady \<—

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 14, 2020, 8:36pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/4 "2020-11-14T20:36:04Z")

</div>

use a clock and do `if hero.isReady("consecrate") consecrate`

---

<div class="post-metadata">

### Author: ![The\_Master\_Coder](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/the_master_coder/32/32336_2.png) [@The\_Master\_Coder](https://discourse.codecombat.com/u/The_Master_Coder)
#### Post date: [November 14, 2020, 8:40pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/5 "2020-11-14T20:40:03Z")

</div>

oh, that doesn’t work.

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 14, 2020, 8:40pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/6 "2020-11-14T20:40:39Z")

</div>

or getCooldown with gilt wristwatch

---

<div class="post-metadata">

### Author: ![The\_Master\_Coder](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/the_master_coder/32/32336_2.png) [@The\_Master\_Coder](https://discourse.codecombat.com/u/The_Master_Coder)
#### Post date: [November 14, 2020, 8:41pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/7 "2020-11-14T20:41:37Z")

</div>

the documentation isn’t ready yet so I don’t know how to use it.

---

<div class="post-metadata">

### Author: ![abc](https://avatars.discourse-cdn.com/v4/letter/a/2bfe46/32.png) [@abc](https://discourse.codecombat.com/u/abc)
#### Post date: [November 14, 2020, 8:43pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/8 "2020-11-14T20:43:49Z")

</div>

I am pretty sure that the consecrate ability doesn’t require a cooldown, but if it does, then do it like you are cleaving:

```python
if hero.isReady("consecrate"):
    hero.consecrate()

```

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 14, 2020, 8:44pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/9 "2020-11-14T20:44:44Z")

</div>

deleated for deadpool198 so he/she does not get too much notifications

---

<div class="post-metadata">

### Author: ![The\_Master\_Coder](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/the_master_coder/32/32336_2.png) [@The\_Master\_Coder](https://discourse.codecombat.com/u/The_Master_Coder)
#### Post date: [November 14, 2020, 8:44pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/10 "2020-11-14T20:44:47Z")

</div>

oh, um that method doesn’t work. I tried it.

---

<div class="post-metadata">

### Author: ![The\_Master\_Coder](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/the_master_coder/32/32336_2.png) [@The\_Master\_Coder](https://discourse.codecombat.com/u/The_Master_Coder)
#### Post date: [November 14, 2020, 8:45pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/11 "2020-11-14T20:45:16Z")

</div>

I shall summon @Deadpool198!

---

<div class="post-metadata">

### Author: ![abc](https://avatars.discourse-cdn.com/v4/letter/a/2bfe46/32.png) [@abc](https://discourse.codecombat.com/u/abc)
#### Post date: [November 14, 2020, 8:48pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/12 "2020-11-14T20:48:24Z")

</div>

Using this ability usually works for me. Maybe it only does it if there are skeletons as enemies?

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 14, 2020, 8:51pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/13 "2020-11-14T20:51:44Z")

</div>

> [@Sarven Brawl 4 help! {Python}](https://discourse.codecombat.com/t/sarven-brawl-4-help-python/25359/125):
>
> no they changed it to skeletons only btw
> 
> ![image](https://us1.discourse-cdn.com/flex016/uploads/codecombat/original/3X/9/c/9c5e171c77b6dcc8128c1732fcd49eb43c541d98.png)

they changed it so @abc is correct

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 14, 2020, 8:52pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/14 "2020-11-14T20:52:01Z")

</div>

they will only damage skellies

---

<div class="post-metadata">

### Author: ![Lydia\_Song](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/lydia_song/32/31461_2.png) [@Lydia\_Song](https://discourse.codecombat.com/u/Lydia_Song)
#### Post date: [November 14, 2020, 9:17pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/15 "2020-11-14T21:17:11Z")

</div>

The consecrate ability has no cooldown so you would just do  
`hero.consecrate()`  
Lydia  
P.S. Please do not @ people since some people might be sleeping.

---

<div class="post-metadata">

### Author: ![Deadpool198](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/deadpool198/32/16753_2.png) [@Deadpool198](https://discourse.codecombat.com/u/Deadpool198)
#### Post date: [November 15, 2020, 11:04am UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/16 "2020-11-15T11:04:52Z")

</div>

> [@The\_Master\_Coder](#):
>
> I shall summon @Deadpool198!

Well, you already have actually. 😄 I don’t mind at all, so long as you _only do it once_. You may be surprised to know @ing me twice does not double the speed with which I reply. Personally, I don’t have live notifications on for the Discourse so you don’t need to worry about waking me up.  
As for your question Lydia\_Song is right as far as I know, I haven’t actually got the ring yet, but the ability is like hero.cast(“drain-life”, enemy): it has no cooldown.  
You were right to make a new topic for this question, just make sure you don’t also ask the question in other topics.  
Thanks  
Danny

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 15, 2020, 3:08pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/17 "2020-11-15T15:08:50Z")

</div>

but you used it in backwoods treasure with naria and the cooldown for hide and invisibility

---

<div class="post-metadata">

### Author: ![riticmaster9087](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.codecombat.com/riticmaster9087/32/15515_2.png) [@riticmaster9087](https://discourse.codecombat.com/u/riticmaster9087)
#### Post date: [November 15, 2020, 3:09pm UTC](https://discourse.codecombat.com/t/how-do-you-make-sure-that-hero-consecrate-is-ready/25398/18 "2020-11-15T15:09:51Z")

</div>

also in a skeleton swarm use consecrate to heal and defeat za skelies
