diff options
-rw-r--r-- | npc/magic/parum.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/magic/parum.txt b/npc/magic/parum.txt index e51adec82..593d9e587 100644 --- a/npc/magic/parum.txt +++ b/npc/magic/parum.txt @@ -60,12 +60,12 @@ OnCall: // Mouboo figurine. The other will be arrows, unless you hit the 82 MExp value // which will add 25% chances to get a Wooden Log too. These values are estimate. + // set cooldown + @parum_at=gettimetick(2); + @parum_at=@parum_at+4; // Get a few mana experience points (this is NOT used by Soul Menhir) GetManaExp(TMW2_PARUM, rand(1,3)); - - // set cooldown - @parum_at=gettimetick(2)+4; end; OnInit: |